Tom Rini
d678a59d2d
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
...
When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.
This reverts commit c8ffd1356d
, reversing
changes made to 2ee6f3a5f7
.
Reported-by: Jonas Karlman <jonas@kwiboo.se >
Signed-off-by: Tom Rini <trini@konsulko.com >
2024-05-19 08:16:36 -06:00
Tom Rini
301bac6047
cmd: Remove <common.h> and add needed includes
...
Remove <common.h> from all "cmd/" files and when needed add
missing include files directly.
Signed-off-by: Tom Rini <trini@konsulko.com >
2024-05-06 15:05:04 -06:00
Alexey Romanov
ac7fdbc35d
cmd/arm: meson: sm: introduce efusedump command
...
Using this command user can print efuse memory:
$ sm efusedump 0 10
00000000: ff 00 31 00 00 ff 66 00 00 00 ..1...f...
Signed-off-by: Alexey Romanov <avromanov@sberdevices.ru >
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230110105650.54580-5-avromanov@sberdevices.ru
[narmstrong: added display_options.h include for print_buffer()]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-01-17 09:26:42 +01:00
Alexey Romanov
311106a1c6
arm/mach-meson: move smc commands in cmd/meson
...
It is incorrect to keep commands in the arch/ folder.
Signed-off-by: Alexey Romanov <avromanov@sberdevices.ru >
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com >
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org >
Link: https://lore.kernel.org/r/20230110105650.54580-3-avromanov@sberdevices.ru
[narmstrong: moved after cmd/sound in index.rst]
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org >
2023-01-10 15:27:17 +01:00