Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
6abdb9cf9d04894068eae275836e73a2f11caacf
/
common
/
spl
/
spl_nand.c
b421349
global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*
by Tom Rini
· Sat Nov 12 17:36:51 2022 -0500
72cc538
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
by Simon Glass
· Thu Oct 20 18:22:39 2022 -0600
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
1e885e0
spl: nand: support loading legacy image with payload compressed
by developer
· Fri May 20 11:24:04 2022 +0800
7396b7d
spl: spl_nand: Fix bad block handling in fitImage
by Michael Trimarchi
· Sun May 15 11:35:33 2022 +0200
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
a2c63f0
spl: fit: nand: allow for non-page-aligned elements
by Tim Harvey
· Mon Mar 01 14:33:28 2021 -0800
26205a3
spl: fit: nand: skip bad block handling if NAND chip not fully defined
by Tim Harvey
· Mon Mar 01 14:33:27 2021 -0800
fdcb979
spl: fit: improve spl_nand_fit_read(...) readability
by Dario Binacchi
· Wed May 27 13:56:21 2020 +0200
a6d91ca
spl: fit: nand: fix fit loading in case of bad blocks
by Dario Binacchi
· Wed May 27 13:56:20 2020 +0200
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
519ce8d
spl: nand: support loading i.MX container format file
by Peng Fan
· Mon Sep 23 10:18:46 2019 +0800
59a6273
spl: nand: Introduce spl_nand_get_uboot_raw_page
by Peng Fan
· Mon Sep 23 10:18:43 2019 +0800
438b6cd
spl: spl_nand.c: Add NAND loading message
by Stefan Roese
· Tue Mar 26 13:04:00 2019 +0100
1dda46f
spl: Weed out CONFIG_SYS_TEXT_BASE usage
by Marek Vasut
· Tue Aug 14 11:27:02 2018 +0200
93e8802
spl: Make the spl_nand_load_image static
by Michael Trimarchi
· Wed Jul 04 15:53:37 2018 +0200
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· Mon Mar 05 01:20:11 2018 +0900
4fc1f25
spl: Add a name to the SPL load-image methods
by Simon Glass
· Wed Nov 30 15:30:50 2016 -0700
43a734f
spl: Update spl_load_simple_fit() to take an spl_image param
by Simon Glass
· Sat Sep 24 18:20:16 2016 -0600
ee30679
spl: Pass spl_image as a parameter to load_image() methods
by Simon Glass
· Sat Sep 24 18:20:13 2016 -0600
6cf82c9
spl: Convert spl_nand_load_image() to use linker list
by Simon Glass
· Sat Sep 24 18:20:02 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
11a1a27
spl: Add a parameter to spl_set_header_raw_uboot()
by Simon Glass
· Sat Sep 24 18:19:52 2016 -0600
4f238e7
spl: nand: support redundant u-boot image
by Boris Brezillon
· Mon Jun 06 10:16:58 2016 +0200
12c4922
spl: Support loading a FIT from NAND
by Lokesh Vutla
· Tue May 24 10:34:42 2016 +0530
02266e2
SPL: Let spl_parse_image_header() return value
by Marek Vasut
· Fri Apr 29 00:44:54 2016 +0200
b976eb2
Common: SPL: spl_nand: Fixed debug correct NAND ECC type.
by Ahmed Samir Khalil
· Fri Mar 25 13:13:17 2016 +0100
33eefe4
spl: change return values of spl_*_load_image()
by Nikita Kiryanov
· Sun Nov 08 17:11:49 2015 +0200
08fb32e6
spl: nand: remove code duplication
by Nikita Kiryanov
· Sun Nov 08 17:11:42 2015 +0200
8e728cd
armv8/ls2085aqds: NAND boot support
by Scott Wood
· Tue Mar 24 13:25:02 2015 -0700
cf00027
spl, nand: add option to boot raw u-boot.bin image only
by Heiko Schocher
· Fri Oct 31 08:31:00 2014 +0100
eac6cd6
spl: nand: read only in the size of image_header on the first access
by Masahiro Yamada
· Thu Jul 10 20:43:16 2014 +0900
d32e80b
nand: remove CONFIG_SYS_NAND_PAGE_SIZE
by Tim Harvey
· Wed May 07 22:16:12 2014 -0700
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
9ef51bd
SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl
by Tom Rini
· Tue Aug 14 14:33:02 2012 -0700
[Renamed (93%) from arch/arm/cpu/armv7/omap-common/spl_nand.c]
28591df
SPL: Move the omap SPL framework to common/spl
by Tom Rini
· Mon Aug 13 12:03:19 2012 -0700
9e0c260
ARM: SPL: Move gpmc_init() to spl_board_init()
by Tom Rini
· Tue Aug 14 12:26:08 2012 -0700
7b51686
ARM: SPL: Clean up spl.c / spl_nand.c slightly
by Tom Rini
· Tue Aug 14 12:06:43 2012 -0700
29d69dc
ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
by Tom Rini
· Tue Aug 14 08:50:58 2012 -0700
09ebf1a
ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
by Tom Rini
· Mon Aug 13 14:11:06 2012 -0700
a76ff95
ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
by Tom Rini
· Tue Aug 14 09:19:44 2012 -0700
6d01676
CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZE
by Marek Vasut
· Sat Mar 31 07:47:17 2012 +0000
305bc4c
omap-common/spl: Add linux boot to SPL
by Simon Schwarz
· Thu Mar 15 04:01:38 2012 +0000
6c3ddde
omap-common: Add NAND SPL linux booting
by Simon Schwarz
· Thu Mar 15 04:01:36 2012 +0000
5040241
Move timestamp and version files into 'generated' subdir
by Simon Glass
· Mon Oct 10 08:55:19 2011 +0000
e21d2d8
omap-common: reorganize spl.c
by Simon Schwarz
· Wed Sep 14 15:33:34 2011 -0400