Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
73375886f235d2b1683fbbcc4902d26c4af09dd5
/
common
/
spl
/
spl_nor.c
e806686
spl: Create a function to init spl_load_info
by Simon Glass
· Thu Aug 22 07:55:02 2024 -0600
dec7ea0
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· Mon May 20 13:35:03 2024 -0600
abb9a04
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· Sat May 18 20:20:43 2024 -0600
728cb88
common: Remove <common.h> and add needed includes
by Tom Rini
· Sat Apr 27 08:11:00 2024 -0600
2a5d23f
spl: Convert nor to spl_load
by Sean Anderson
· Wed Nov 08 11:48:53 2023 -0500
35f15fe
spl: Only support bl_len when we have to
by Sean Anderson
· Wed Nov 08 11:48:43 2023 -0500
5ff7772
spl: Use map_sysmem where appropriate
by Sean Anderson
· Sat Oct 14 16:47:55 2023 -0400
952ed67
arm: imx: Check header before calling spl_load_imx_container
by Sean Anderson
· Sat Oct 14 16:47:44 2023 -0400
fab09a5
spl: nor: Don't allocate header on stack
by Sean Anderson
· Sat Oct 14 16:47:38 2023 -0400
259cdb4
spl: Rename SYS_SPL_ARGS_ADDR to SPL_PAYLOAD_ARGS_ADDR
by Simon Glass
· Tue Sep 26 08:14:17 2023 -0600
4d1ad12
spl: spl-nor: return error if no valid image was loaded
by Mario Kicherer
· Mon Jan 30 10:21:43 2023 +0100
6a5dccc
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
by Tom Rini
· Wed Nov 16 13:10:41 2022 -0500
237f018
spl: spl_legacy: Fix NAND boot on OMAP3 BeagleBoard
by Roger Quadros
· Thu Sep 29 13:11:28 2022 +0300
bb7d3bb
treewide: Drop image_header_t typedef
by Simon Glass
· Tue Sep 06 20:26:52 2022 -0600
2c9d2b5
Convert CONFIG_SYS_SPL_ARGS_ADDR to Kconfig
by Tom Rini
· Fri May 27 22:06:52 2022 -0400
360ec6a
spl: Rename Kconfig SPL_LEGACY_IMAGE_SUPPORT to SPL_LEGACY_IMAGE_FORMAT
by Andrew Davis
· Wed May 04 15:52:25 2022 -0500
dda8f88
SPL: Add struct spl_boot_device parameter into spl_parse_board_header()
by Pali Rohár
· Fri Jan 14 14:31:38 2022 +0100
c2e7888
spl: Make use of CONFIG_IS_ENABLED(OS_BOOT) in SPL/TPL common code paths
by Tom Rini
· Sat Oct 30 23:03:48 2021 -0400
0f2af88
common: Drop log.h from common header
by Simon Glass
· Sun May 10 11:40:05 2020 -0600
2dc9c34
common: Drop image.h from common header
by Simon Glass
· Sun May 10 11:40:01 2020 -0600
4ee4cf9
spl: spl_nor: Remove unused variable 'ret' warning
by Stefan Roese
· Tue Apr 21 09:28:44 2020 +0200
84ae9d8
spl: spl_nor: Move legacy image loading into spl_legacy.c
by Stefan Roese
· Tue Apr 21 09:28:43 2020 +0200
55ce92e
spl: nor: Provide falcon boot support for NOR memories
by Lukasz Majewski
· Tue Oct 15 10:28:45 2019 +0200
3d52a6f
spl: nor: support loading i.MX container format file
by Peng Fan
· Mon Sep 23 10:18:48 2019 +0800
6e773f9
spl: nor: introduce spl_nor_get_uboot_base
by Peng Fan
· Mon Sep 23 10:18:42 2019 +0800
f0370c0
spl: nor: Skip CONFIG_SYS_FDT_BASE if not defined
by York Sun
· Tue Jun 26 10:10:04 2018 -0700
7975725
spl: nor: Add FIT support
by York Sun
· Tue Jun 26 10:10:03 2018 -0700
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
62b021c
spl: make image arg or fdt blob address reconfigurable
by Vikas Manocha
· Fri Apr 07 15:38:13 2017 -0700
4fc1f25
spl: Add a name to the SPL load-image methods
by Simon Glass
· Wed Nov 30 15:30:50 2016 -0700
ee30679
spl: Pass spl_image as a parameter to load_image() methods
by Simon Glass
· Sat Sep 24 18:20:13 2016 -0600
8f42e64
spl: Convert spl_nor_load_image() to use linker list
by Simon Glass
· Sat Sep 24 18:20:04 2016 -0600
c0b6c9b
spl: Convert boot_device into a struct
by Simon Glass
· Sat Sep 24 18:19:57 2016 -0600
6b2e4db
spl: Add a parameter to spl_parse_image_header()
by Simon Glass
· Sat Sep 24 18:19:53 2016 -0600
de62790
spl_nor.c: Support devicetree sizes different from 16k
by Mike Looijmans
· Tue Jul 26 07:34:07 2016 +0200
02266e2
SPL: Let spl_parse_image_header() return value
by Marek Vasut
· Fri Apr 29 00:44:54 2016 +0200
bc69da2
spl_nor: fix warning when compiled for 64bit target
by Masahiro Yamada
· Mon Feb 29 20:50:34 2016 +0900
33eefe4
spl: change return values of spl_*_load_image()
by Nikita Kiryanov
· Sun Nov 08 17:11:49 2015 +0200
329b72a
spl, spl_nor: fix compiler warning
by Heiko Schocher
· Fri Feb 06 09:31:36 2015 +0100
225581b
spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT
by Masahiro Yamada
· Thu Jan 08 19:23:35 2015 +0900
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
900c177
SPL: Add NOR flash booting support
by Stefan Roese
· Mon Aug 27 12:50:59 2012 +0200