Searched hist:ecfd7189 (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/ |
H A D | bootrom.h | ecfd7189 Tue Oct 10 09:21:14 CDT 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> rockchip: back-to-bootrom: replace assembly-implementation with C-code The back-to-bootrom implementation for Rockchip has always relied on the stack-pointer being valid on entry, so there was little reason to have this as an assembly implementation. This provides a new C-only implementation of save_boot_params and back_to_bootrom (relying on setjmp/longjmp) and removes the older assembly-only implementation. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Tested-by: Andy Yan <andy.yan@rock-chips.com>
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | bootrom.c | ecfd7189 Tue Oct 10 09:21:14 CDT 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> rockchip: back-to-bootrom: replace assembly-implementation with C-code The back-to-bootrom implementation for Rockchip has always relied on the stack-pointer being valid on entry, so there was little reason to have this as an assembly implementation. This provides a new C-only implementation of save_boot_params and back_to_bootrom (relying on setjmp/longjmp) and removes the older assembly-only implementation. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Tested-by: Andy Yan <andy.yan@rock-chips.com>
|
H A D | Makefile | ecfd7189 Tue Oct 10 09:21:14 CDT 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> rockchip: back-to-bootrom: replace assembly-implementation with C-code The back-to-bootrom implementation for Rockchip has always relied on the stack-pointer being valid on entry, so there was little reason to have this as an assembly implementation. This provides a new C-only implementation of save_boot_params and back_to_bootrom (relying on setjmp/longjmp) and removes the older assembly-only implementation. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Tested-by: Andy Yan <andy.yan@rock-chips.com>
|