diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-12-18 15:05:41 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2017-12-18 16:56:05 +0100 |
commit | 270288544e12c7c98e4bc9a5b121517ba0a959d2 (patch) | |
tree | 3f031bf8f52310cb8286d7d56eb3a6addcd058c3 /test/compression.c | |
parent | 81f53b0dafdfe9458f6d04fc5ec2732c2ea23a71 (diff) |
rockchip: update boot0 hook
Rockchip SoCs only need boot0 hook at SPL, and the U-Boot proper do not
need it.
The very beginning of U-Boot proper is different between armv7 and armv8:
armv7 start with ARM_VECTORS while armv8 start with 'b reset'.
Here is the map of very beginning for all cases:
armv7 SPL: TAG(overwrite 'b 1f')+'b reset' + ARM_VECTORS
armv7 U-Boot: ARM_VECTORS
armv8 SPL: TAG(overwrite 'b 1f')+'b reset' + Reserved_iram(rk3399)
armv8 U-Boot: 'b reset'
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'test/compression.c')
0 files changed, 0 insertions, 0 deletions