commit | feae617fc7d9d0e9aa7f1c08488e60d1a74b46a1 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@mailbox.org> | Mon May 12 18:45:14 2025 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Wed Jun 11 09:42:55 2025 +0200 |
tree | 0238fd3ff347eee818b078ada9eb1d1a4ffb967b | |
parent | b91e6d67210a2b635124e8b1a077a3eaf1b0ae30 [diff] |
ARM: stm32: Auto-detect ROM API table on STM32MP15xx The ROM API table location is passed to the SPL by BootROM in register r0, make use of this, store the content of r0 and later use it to access the ROM API table to determine current boot device. Signed-off-by: Marek Vasut <marek.vasut@mailbox.org> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>