Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
529fb062081e100faae6dc0d163a548b8528ff24
/
common
/
spl
38fed8a
spl: Convert CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR to Kconfig
by Semen Protsenko
· 8 years ago
29d3bc7
spl: move SYS_OS_BASE to Kconfig
by Heiko Schocher
· 8 years ago
c20ae2f
spl: move SPL_OS_BOOT to Kconfig
by Heiko Schocher
· 8 years ago
d2d9bdf
spl: saveenv: adding saveenv support in SPL
by B, Ravi
· 8 years ago
d32b2d1
spl: Make spl_boot_list a local variable
by Simon Glass
· 8 years ago
f4d7d85
spl: Update spl_load_simple_fit() to take an spl_image param
by Simon Glass
· 8 years ago
710e9ca
spl: Update fat functions to take an spl_image parameter
by Simon Glass
· 8 years ago
b4a6c2a
spl: Update ext functions to take an spl_image parameter
by Simon Glass
· 8 years ago
2a2ee2a
spl: Pass spl_image as a parameter to load_image() methods
by Simon Glass
· 8 years ago
97d9df0
spl: Convert spl_board_load_image() to use linker list
by Simon Glass
· 8 years ago
7ec0389
spl: Convert spl_net_load_image() to use linker list
by Simon Glass
· 8 years ago
139db7a
spl: Convert spl_spi_load_image() to use linker list
by Simon Glass
· 8 years ago
0a9b73a
spl: spi: Move the generic SPI loader into common/spl
by Simon Glass
· 8 years ago
7557147
spl: Convert spl_sata_load_image() to use linker list
by Simon Glass
· 8 years ago
56df463
spl: Convert spl_usb_load_image() to use linker list
by Simon Glass
· 8 years ago
dd6bf90
spl: Convert spl_ymodem_load_image() to use linker list
by Simon Glass
· 8 years ago
548b3ee
spl: Convert spl_nor_load_image() to use linker list
by Simon Glass
· 8 years ago
afa6e6c
spl: Convert spl_onenand_load_image() to use linker list
by Simon Glass
· 8 years ago
d5c2b11
spl: Convert spl_nand_load_image() to use linker list
by Simon Glass
· 8 years ago
7d7dd82
spl: Convert spl_ubi_load_image() to use linker list
by Simon Glass
· 8 years ago
0fed9c7
spl: Convert spl_mmc_load_image() to use linker list
by Simon Glass
· 8 years ago
98136b2
spl: Convert spl_ram_load_image() to use linker list
by Simon Glass
· 8 years ago
a0a8029
spl: Add a way to declare an SPL image loader
by Simon Glass
· 8 years ago
ecdfd69
spl: Convert boot_device into a struct
by Simon Glass
· 8 years ago
a807ab3
spl: Kconfig: Move SPL_DISPLAY_PRINT to Kconfig
by Simon Glass
· 8 years ago
ca12e65
spl: Add a parameter to jump_to_image_linux()
by Simon Glass
· 8 years ago
71316c1
spl: Add a parameter to spl_parse_image_header()
by Simon Glass
· 8 years ago
d95ceb9
spl: Add a parameter to spl_set_header_raw_uboot()
by Simon Glass
· 8 years ago
6f8387f
dra7x: boot: add dfu bootmode support
by B, Ravi
· 8 years ago
52f2acc
spl: dfu: adding dfu support functions for SPL-DFU
by B, Ravi
· 8 years ago
f73329e
Kconfig: tpl: Add some TPL support options to Kconfig
by Simon Glass
· 8 years ago
11bde1c
Kconfig: spl: Add SPL support options to Kconfig
by Simon Glass
· 8 years ago
c2ae7d8
Kconfig: Move SPL settings into their own file
by Simon Glass
· 8 years ago
85a3772
spl: Rework image header parse to allow abort on raw image and os boot
by Paul Kocialkowski
· 8 years ago
5aa79f2
spl_nor.c: Support devicetree sizes different from 16k
by Mike Looijmans
· 8 years ago
1e2b3ef
dm: spl: mmc: Support raw partitions with CONFIG_BLK
by Simon Glass
· 8 years ago
3cc1f38
spl: fit: Fix the number of bytes read in raw mode
by Lokesh Vutla
· 8 years ago
431889d
spl: zImage support in Falcon mode
by Ladislav Michl
· 8 years ago
bf55cd4
spl: support loading from UBI volumes
by Ladislav Michl
· 8 years ago
1eefe14
spl: Fix compilation warnings for arm64
by Michal Simek
· 9 years ago
1f9ef0d
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
ebe621d
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
19e99fb
sunxi: Support booting from SPI flash
by Siarhei Siamashka
· 8 years ago
7d23b9c
dm: spl: Bind in all devices in SPL with of-platdata
by Simon Glass
· 8 years ago
d223e0a
dm: spl: Don't set up device tree with of-platdata
by Simon Glass
· 8 years ago
12c550d
spl: Drop include of i2c.h
by Simon Glass
· 8 years ago
da74d1f
spl: fit: add support for post-processing of images
by Daniel Allred
· 8 years ago
87bce4e
dm: spl: mmc: Support CONFIG_BLK in SPL MMC
by Simon Glass
· 8 years ago
2b1cdaf
common: Pass the boot device into spl_boot_mode()
by Marek Vasut
· 8 years ago
2313d48
Merge git://git.denx.de/u-boot-nand-flash
by Tom Rini
· 8 years ago
80ef700
spl: nand: support redundant u-boot image
by Boris Brezillon
· 8 years ago
9ab165d
SPL ext: cosmetic: correct error message in spl_load_image_ext()
by Petr Kulhavy
· 8 years ago
58c95d5
SPL: ext: remove redundant ifdef statement
by Petr Kulhavy
· 8 years ago
496c548
bootstage: call show_boot_progress also in SPL
by Heiko Schocher
· 8 years ago
8aa57a9
spl: fit: Fix non-matching DT names console output
by Andreas Dannenberg
· 8 years ago
edb697c
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
by Tom Rini
· 8 years ago
94b9e22
spl: Allow settings malloc_f base address
by Marek Vasut
· 8 years ago
1254667
spl: Remove bogus GD_FLG_SPL_INIT check
by Marek Vasut
· 8 years ago
8b52870
spl: fit: Fix load address of fit header
by Lokesh Vutla
· 8 years ago
e4a94ce
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
fa71519
spl: Add an option to load a FIT containing U-Boot from UART
by Lokesh Vutla
· 8 years ago
cfe32a4
spl: fit: Do not print selected dtb during fit load
by Lokesh Vutla
· 8 years ago
8bd8877
spl: Support loading a FIT from NAND
by Lokesh Vutla
· 8 years ago
97ca364
spl: Support loading a FIT from FAT FS
by Lokesh Vutla
· 8 years ago
eafd541
spl: Allow to load a FIT containing U-Boot from FS
by Lokesh Vutla
· 8 years ago
4d9d34a
spl: fit: Fix the number of bytes read when reading fdt from fit
by Lokesh Vutla
· 8 years ago
ef5609c
dm: mmc: spl: Add support for CONFIG_BLK
by Simon Glass
· 8 years ago
90a7417
SPL: FIT: Align loading address for header
by Michal Simek
· 9 years ago
8d16e1d
SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode
by Michal Simek
· 9 years ago
3a3b914
spl: Introduce new function spl_board_prepare_for_boot
by Michal Simek
· 9 years ago
d550e82
SPL: fat: Fix spl_parse_image_header() return value handling
by Tom Rini
· 8 years ago
5adfa26
spl: fit: Print error message when FDT is not present
by Michal Simek
· 9 years ago
4b6e1fd
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
69f45cd
dm: mmc: Use the new select_hwpart() API
by Simon Glass
· 9 years ago
edd82ab
dm: scsi: Drop the get_dev() function
by Simon Glass
· 9 years ago
57ebf67
dm: usb: Drop the get_dev() function
by Simon Glass
· 9 years ago
e072751
SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE
by Marek Vasut
· 9 years ago
7e0f226
SPL: Let spl_parse_image_header() return value
by Marek Vasut
· 9 years ago
5bbf409
spl: spl_mmc: Disambiguate error message
by Fabio Estevam
· 9 years ago
811906a
spl: mmc: raw: Try to load u-boot if Linux image is not found
by Lokesh Vutla
· 9 years ago
8122d21
Common: SPL: spl_nand: Fixed debug correct NAND ECC type.
by Ahmed Samir Khalil
· 9 years ago
b5b84be
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 9 years ago
8f10b5c
spl: Print from which mmc slot spl is trying to boot
by Hans de Goede
· 9 years ago
4976f48
spl_mmc: allow to load raw image
by Masahiro Yamada
· 9 years ago
70e6428
spl_nor: fix warning when compiled for 64bit target
by Masahiro Yamada
· 9 years ago
88033d7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
96debd1
spl: Support loading a FIT from MMC
by Simon Glass
· 9 years ago
f1dcee5
spl: Add an option to load a FIT containing U-Boot
by Simon Glass
· 9 years ago
3e8bd46
dm: part: Rename some partition functions
by Simon Glass
· 9 years ago
4101f68
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· 9 years ago
86a0df7
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS
by Guillaume GARDET
· 9 years ago
7c4213f
block: pass block dev not num to read/write/erase()
by Stephen Warren
· 9 years ago
adc421e
arm: move gd handling outside of C code
by Albert ARIBAUD
· 9 years ago
35065cd
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
5915517
spl: mmc: use block device number, not hard-coded 0
by Eric Nelson
· 9 years ago
4363de6
spl: use panic_str instead of panic
by Sjoerd Simons
· 9 years ago
b4857aa
spl: mmc: Unify non/driver model spl_mmc_find_device()
by Simon Glass
· 9 years ago
99c7a51
spl: mmc: Rename 'mmc' variable to 'mmcp'
by Simon Glass
· 9 years ago
d773a00
spl: mmc: Fix compiler warning with CONFIG_DM_MMC
by Simon Glass
· 9 years ago
a1e56cf
spl: mmc: add support for BOOT_DEVICE_MMC2
by Nikita Kiryanov
· 9 years ago
Next »