Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
7aeac5bc8c5903b8d27188a21b39f0b2c4bd13c1
/
common
/
spl
a1e56cf
spl: mmc: add support for BOOT_DEVICE_MMC2
by Nikita Kiryanov
· 9 years ago
310c846
spl: announce boot devices
by Nikita Kiryanov
· 9 years ago
f101e4b
spl: add support for alternative boot device
by Nikita Kiryanov
· 9 years ago
5211b87
common: spl: move image load to its own function
by Nikita Kiryanov
· 9 years ago
36afd45
spl: change return values of spl_*_load_image()
by Nikita Kiryanov
· 9 years ago
83cdf6f
spl: mmc: get rid of emmc boot code duplication
by Nikita Kiryanov
· 9 years ago
f52b729
spl: mmc: move fs boot into its own function
by Nikita Kiryanov
· 9 years ago
d074ebb
spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check
by Nikita Kiryanov
· 9 years ago
339245b
spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
by Nikita Kiryanov
· 9 years ago
4188ba3
spl: mmc: refactor device location code to its own function
by Nikita Kiryanov
· 9 years ago
fd61d39
spl: mmc: add break statements in spl_mmc_load_image()
by Nikita Kiryanov
· 9 years ago
483ab3d
spl: nand: remove code duplication
by Nikita Kiryanov
· 9 years ago
dcfcb8d
malloc_simple: Add support for switching to DRAM heap
by Hans de Goede
· 9 years ago
8656c4f
spl: spl_relocate_stack_gd: Do not unnecessarily clear bss
by Hans de Goede
· 9 years ago
0f92582
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
dffb86e
of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
by Masahiro Yamada
· 9 years ago
7ef4c45
spl: Fix compile warning for arm64
by Gong Qianyu
· 9 years ago
4bfcc54
spl: spl_mmc: Add option to boot from a MMC partition with offset
by Stefan Roese
· 9 years ago
aea3d40
spl: Add a debug string before the jump to U-Boot
by Simon Glass
· 9 years ago
070d00b
dm: spl: Allow device tree/driver model in board_init_f()
by Simon Glass
· 9 years ago
dc3dedf
dm: mmc: Allow driver model to be used for MMC in SPL
by Simon Glass
· 9 years ago
fdfa39d
spl: Add debugging info for spl_mmc boot
by Simon Glass
· 9 years ago
3ae8f4c
spl: spl_mmc: MMC boot mode provisions checks
by Paul Kocialkowski
· 9 years ago
1ec2646
spl: spl_mmc: Minor cosmetics
by Paul Kocialkowski
· 9 years ago
3bc37b6
spl: spl_mmc: Error and count distinction
by Paul Kocialkowski
· 9 years ago
9d3b565
spl: spl_mmc: fix mmc Falcon mode regression
by Tim Harvey
· 9 years ago
ce49e79
spl: Correct address in spl_relocate_stack_gd()
by Simon Glass
· 9 years ago
ecb3013
spl: spl_mmc: Partition raw boot mode for eMMC
by Paul Kocialkowski
· 10 years ago
91199f4
spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics
by Paul Kocialkowski
· 10 years ago
3f6dcdb
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 10 years ago
b2d5ac5
armv8/ls2085aqds: NAND boot support
by Scott Wood
· 10 years ago
f3d46bd
dm: Init device tree as well as driver model in SPL
by Simon Glass
· 10 years ago
293f16b
Correct malloc_limit value for pre-relocation malloc()
by Simon Glass
· 10 years ago
bc0571f
net: cosmetic: Fix checkpatch.pl failures in net.c
by Joe Hershberger
· 10 years ago
d2eaec6
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· 10 years ago
8c80eb3
Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
7682a99
remove unnecessary version.h includes
by Rob Herring
· 10 years ago
db91035
arm: spl: Allow board_init_r() to run with a larger stack
by Simon Glass
· 10 years ago
a851604
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 10 years ago
b9ea0c3
spl, spl_nor: fix compiler warning
by Heiko Schocher
· 10 years ago
c01c71b
arm: spl: Provide for a board-specific loader
by Simon Glass
· 10 years ago
e860d01
spl: Change printf to puts for "Unsupported boot-device"
by Stefan Roese
· 10 years ago
9f9d870
spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT
by Masahiro Yamada
· 10 years ago
2ed3f91
Merge branch 'master' of git://git.denx.de/u-boot-mmc
by Tom Rini
· 10 years ago
2c84c9a
spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f)
by Guillaume GARDET
· 10 years ago
fc89b2e
spl_sata.c: Add <scsi.h>
by Tom Rini
· 10 years ago
4c5bbc2
spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available
by Guillaume GARDET
· 10 years ago
b97300b
spl: MMC U-Boot image load from raw partition
by Paul Kocialkowski
· 10 years ago
e2ccdf8
MMC SD fs boot partition config coding style and proper description
by Paul Kocialkowski
· 10 years ago
d3e488e
spl: Fix SPL EXT support
by Guillaume GARDET
· 10 years ago
1739564
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
9f12cd0
ext4: Prepare API change for files greater than 2GB
by Suriyan Ramasami
· 10 years ago
18f26fd
spl: Change debug to printf for "Unsupported boot-device"
by Stefan Roese
· 10 years ago
1151651
dm: spl: Allow driver model to be used
by Simon Glass
· 10 years ago
fb4f5e7
dm: spl: Make simple malloc() available when enabled
by Simon Glass
· 10 years ago
0c3117b
spl, nand: add option to boot raw u-boot.bin image only
by Heiko Schocher
· 10 years ago
e76caa6
spl: move comment to the right place
by Andreas Bießmann
· 10 years ago
7d2b4e7
spl: do not hang in spl_register_fat_device but return error value. It allows to use both CONFIG_SPL_FAT_SUPPORT and CONFIG_SPL_EXT_SUPPORT.
by Guillaume GARDET
· 10 years ago
592f922
spl: Add EXT support to SPL
by Guillaume GARDET
· 10 years ago
205b4f3
Rename some defines containing FAT in their name to be filesystem generic
by Guillaume GARDET
· 10 years ago
76300c0
common: spl_sata: perform SCSI scan before getting device
by Roger Quadros
· 10 years ago
5d69a5d
Fix a few printf argument verification warnings
by Vasili Galka
· 10 years ago
c13bb16
spl: nand: read only in the size of image_header on the first access
by Masahiro Yamada
· 10 years ago
50c8d66
nand: remove CONFIG_SYS_NAND_PAGE_SIZE
by Tim Harvey
· 11 years ago
ae1590e
spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot
by Tom Rini
· 11 years ago
fff40a7
common: spl: Add spl sata boot support
by Dan Murphy
· 11 years ago
7dbe63b
SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK
by Tom Rini
· 11 years ago
8cffe5b
spl: common: Support for USB MSD FAT image loading
by Dan Murphy
· 11 years ago
773b594
spl: common: Move FAT funcs to a common file
by Dan Murphy
· 11 years ago
0ccf54c
common: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
8112f5f
spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT
by Paul Burton
· 11 years ago
db6b5e8
spl: remove unnecessary (& ARM specific) include of asm/utils.h
by Paul Burton
· 11 years ago
e20cc2c
Merge branch 'master' of git://88.191.163.10/u-boot-arm
by Tom Rini
· 11 years ago
62cf11c
SPL: Limit image name print length
by Taras Kondratiuk
· 11 years ago
e4c444b
spl_mmc.c: Detect missing kernel image in RAW MMC
by Tom Rini
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
2b75b0a
spl_mmc: add Falcon mode support for raw variant
by Peter Korsgaard
· 11 years ago
721931f
spl_mmc: mmc_load_image_raw(): Add sector argument
by Peter Korsgaard
· 11 years ago
7ad2cc7
spl_mmc: add Falcon mode support for FAT variant
by Peter Korsgaard
· 11 years ago
2fabd0b
spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out
by Peter Korsgaard
· 11 years ago
79adb7a
spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging
by Peter Korsgaard
· 11 years ago
a19b0dd
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
ade8a1a
drivers/mmc: move spl_mmc.c to common/spl
by Ying Zhang
· 12 years ago
cac423a
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
4a0eb75
ARM: OMAP: Cleanup boot parameters usage
by SRICHARAN R
· 12 years ago
d2eae43
lib: consolidate hang()
by Andreas Bießmann
· 12 years ago
6000992
SPL: ONENAND: Support SPL to boot u-boot from OneNAND.
by Enric Balletbo i Serra
· 12 years ago
62a8143
spl: support for booting via usbeth
by Ilya Yanok
· 12 years ago
ea8256f
SPL: Port SPL framework to powerpc
by Stefan Roese
· 12 years ago
a759f1e
SPL: make jump_to_image_no_args a weak symbol
by Allen Martin
· 12 years ago
868444f
SPL: Remove setting GD_FLG_RELOC in preloader_console_init()
by Tom Rini
· 12 years ago
7ac2fe2
OMAP: networking support for SPL
by Ilya Yanok
· 12 years ago
4063c77
OMAP: spl: call timer_init() from SPL
by Ilya Yanok
· 12 years ago
c57b953
SPL: Add support for loading image from ram in SPL.
by Pavel Machek
· 12 years ago
4212098
SPL: Rework how we inform about un-headered images
by Tom Rini
· 12 years ago
1292eaf
SPL: Make un-supported boot device puts a debug instead
by Tom Rini
· 12 years ago
3c6f8a0
SPL: Enable use of custom defined U-Boot entry point
by Stefan Roese
· 12 years ago
a4cc1c4
SPL: SPI: Enhance spi_spl_load to match the other load functions
by Tom Rini
· 12 years ago
022b497
SPL: Add option to skip copying of the mkimage header
by Stefan Roese
· 12 years ago
33d3464
SPL: Add NOR flash booting support
by Stefan Roese
· 12 years ago
Next »