| #
b4689b11 |
| 03-Dec-2021 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: boot: stay in Thumb stat for "go" command
We use ARM Thumb2 to compile code and standalone.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Iffe09fcf17ba86fd362246b6e8038ffcf7e2e
cmd: boot: stay in Thumb stat for "go" command
We use ARM Thumb2 to compile code and standalone.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Iffe09fcf17ba86fd362246b6e8038ffcf7e2e4c7
show more ...
|
| #
0462391c |
| 23-Aug-2021 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: boot: move "rbrom" out of CONFIG_CMD_GO
It's not reasonable to put it under the control CONFIG_CMD_GO. Therefore we can disable CONFIG_CMD_GO in defconfig.
Signed-off-by: Joseph Chen <chenjh@r
cmd: boot: move "rbrom" out of CONFIG_CMD_GO
It's not reasonable to put it under the control CONFIG_CMD_GO. Therefore we can disable CONFIG_CMD_GO in defconfig.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I6c378b5fa9fa43931fcc4b52d513a93ae3f5ecd2
show more ...
|
| #
b704ab33 |
| 16-Jun-2020 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: add "always" attribute for some commands
They are basic commands even in critical cost down version
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I0ad56056133226c25cbcfb70e54d5
cmd: add "always" attribute for some commands
They are basic commands even in critical cost down version
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I0ad56056133226c25cbcfb70e54d519eb7582341
show more ...
|
| #
b8dc613c |
| 19-Nov-2019 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
f501ba44 |
| 29-Oct-2019 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: boot: add mode args for "reset"
- Add "reboot" command as alias of "reset"; - Support command like: reboot loader/bootloader/recovery, etc.
Change-Id: I9748664aeca052a775a3f88f7fdf9b3923941026
cmd: boot: add mode args for "reset"
- Add "reboot" command as alias of "reset"; - Support command like: reboot loader/bootloader/recovery, etc.
Change-Id: I9748664aeca052a775a3f88f7fdf9b3923941026 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
620cb656 |
| 29-Jan-2019 |
Kever Yang <kever.yang@rock-chips.com> |
cmd: rbrom: fix to fit the MACRO SCOPE
Both cmd and its implement shoud be in the same MACRO.
Change-Id: I93587c425f999d9701d88b1d278fcc2a70d64133 Signed-off-by: Kever Yang <kever.yang@rock-chips.c
cmd: rbrom: fix to fit the MACRO SCOPE
Both cmd and its implement shoud be in the same MACRO.
Change-Id: I93587c425f999d9701d88b1d278fcc2a70d64133 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
a3d7c00b |
| 06-Feb-2018 |
Andy Yan <andy.yan@rock-chips.com> |
cmd: boot: add brom cmd to reboot to brom dnl mode
Change-Id: I797491ebe25af1013732aeee87e61e3ba4bc1689 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
|
| #
2e192b24 |
| 18-Jan-2016 |
Simon Glass <sjg@chromium.org> |
Remove the cmd_ prefix from command files
Now that they are in their own directory, we can remove this prefix. This makes it easier to find a file since the prefix does not get in the way.
Signed-o
Remove the cmd_ prefix from command files
Now that they are in their own directory, we can remove this prefix. This makes it easier to find a file since the prefix does not get in the way.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heiko Schocher <hs@denx.de> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
show more ...
|