Searched hist:"0 d0ba59ccd135addc345568e5678400d01d356db" (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | bootm.h | 0d0ba59ccd135addc345568e5678400d01d356db Mon Oct 20 03:11:20 UTC 2014 Simon Glass <sjg@chromium.org> x86: Rewrite bootm.c to make it similar to ARM
The x86 bootm code is quite special, and geared to zimage. Adjust it to support device tree and make it more like the ARM code, with separate bootm stages and functions for each stage.
Create a function announce_and_cleanup() to handle printing the "Starting kernel ..." message and put it in bootm so it is in one place and can be used by any loading code. Also move the board_final_cleanup() function into bootm.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | bootm.c | 0d0ba59ccd135addc345568e5678400d01d356db Mon Oct 20 03:11:20 UTC 2014 Simon Glass <sjg@chromium.org> x86: Rewrite bootm.c to make it similar to ARM
The x86 bootm code is quite special, and geared to zimage. Adjust it to support device tree and make it more like the ARM code, with separate bootm stages and functions for each stage.
Create a function announce_and_cleanup() to handle printing the "Starting kernel ..." message and put it in bootm so it is in one place and can be used by any loading code. Also move the board_final_cleanup() function into bootm.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| H A D | zimage.c | 0d0ba59ccd135addc345568e5678400d01d356db Mon Oct 20 03:11:20 UTC 2014 Simon Glass <sjg@chromium.org> x86: Rewrite bootm.c to make it similar to ARM
The x86 bootm code is quite special, and geared to zimage. Adjust it to support device tree and make it more like the ARM code, with separate bootm stages and functions for each stage.
Create a function announce_and_cleanup() to handle printing the "Starting kernel ..." message and put it in bootm so it is in one place and can be used by any loading code. Also move the board_final_cleanup() function into bootm.
Signed-off-by: Simon Glass <sjg@chromium.org>
|