]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: Drop bootstage stash in TPL and SPL for rockpro64
authorSimon Glass <sjg@chromium.org>
Fri, 24 Mar 2023 20:58:10 +0000 (16:58 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 27 Mar 2023 15:16:04 +0000 (11:16 -0400)
commit2e97e6e4e7e1e7a74e8408f69afa3499654adf04
tree8774f8d239b339c9be240ae5155da7777f4fa07d
parent9a94e73ff814523e9b7a94febae33829d648bb9b
rockchip: Drop bootstage stash in TPL and SPL for rockpro64

Unfortunately the IRAM used to stash the bootstage records in TPL
becomes inaccessible after SPL runs. Presumably this is because of ATF
taking it over.

We could move the stash to another address in SPL, before passing it to
U-Boot proper. But it seems easier to wait until we have support for
standard passage[1] which should not be too far away.

For now, disable it in TPL and SPL.

[1] https://patchwork.ozlabs.org/project/uboot/cover/
    20220117150428.1580273-1-sjg@chromium.org/

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Vagrant Cascadian <vagrant@debian.org>
configs/rockpro64-rk3399_defconfig