public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/2] spl: spl_nor: add alternative SPL_LOAD_IMAGE_METHOD
@ 2023-01-19 15:28 Mario Kicherer
  2023-01-19 15:28 ` [PATCH v2 1/2] spl: spl_nor: add BOOT_DEVICE_NOR2 as " Mario Kicherer
  2023-01-19 15:28 ` [PATCH v2 2/2] spl: spl_nor: add spl_boot_device parameter to spl_nor_get_uboot_base() Mario Kicherer
  0 siblings, 2 replies; 9+ messages in thread
From: Mario Kicherer @ 2023-01-19 15:28 UTC (permalink / raw)
  To: u-boot
  Cc: sbabic, festevam, uboot-imx, daniel.schwierzeck, weijie.gao,
	GSS_MTK_Uboot_upstream, rick, ycliang, Mario Kicherer

Add a second SPL_LOAD_IMAGE_METHOD BOOT_DEVICE_NOR2 to enable booting
from an alternative NOR address in case loading from the first address
fails - e.g., if no valid header is found.

Changes since v1:
 - addressed right email recipients

Mario Kicherer (2):
  spl: spl_nor: add BOOT_DEVICE_NOR2 as alternative
    SPL_LOAD_IMAGE_METHOD
  spl: spl_nor: add spl_boot_device parameter to
    spl_nor_get_uboot_base()

 arch/arm/include/asm/spl.h             |  1 +
 arch/arm/mach-imx/image-container.c    |  2 +-
 arch/mips/include/asm/spl.h            |  1 +
 arch/mips/mach-mtmips/mt7621/spl/spl.c |  2 +-
 arch/mips/mach-mtmips/spl.c            |  2 +-
 arch/riscv/include/asm/spl.h           |  1 +
 common/spl/spl_nor.c                   | 11 ++++++-----
 7 files changed, 12 insertions(+), 8 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-01-30 10:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19 15:28 [PATCH v2 0/2] spl: spl_nor: add alternative SPL_LOAD_IMAGE_METHOD Mario Kicherer
2023-01-19 15:28 ` [PATCH v2 1/2] spl: spl_nor: add BOOT_DEVICE_NOR2 as " Mario Kicherer
2023-01-26 19:17   ` Tom Rini
2023-01-27 16:56     ` Mario Kicherer
2023-01-27 17:10       ` Tom Rini
2023-01-27 17:55         ` Mario Kicherer
2023-01-27 17:58           ` Tom Rini
2023-01-30 10:17             ` Mario Kicherer
2023-01-19 15:28 ` [PATCH v2 2/2] spl: spl_nor: add spl_boot_device parameter to spl_nor_get_uboot_base() Mario Kicherer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox