Commit Graph

81 Commits (a4bdf1def41a75a8e5a9203d0ad39f0120f8a583)

Author SHA1 Message Date
Paul Kocialkowski 3bc37b6d65 spl: spl_mmc: Error and count distinction 10 years ago
Tim Harvey 9d3b565441 spl: spl_mmc: fix mmc Falcon mode regression 10 years ago
Simon Glass ce49e79450 spl: Correct address in spl_relocate_stack_gd() 10 years ago
Paul Kocialkowski ecb301394b spl: spl_mmc: Partition raw boot mode for eMMC 10 years ago
Paul Kocialkowski 91199f4a5a spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics 10 years ago
Scott Wood b2d5ac5985 armv8/ls2085aqds: NAND boot support 10 years ago
Simon Glass f3d46bd658 dm: Init device tree as well as driver model in SPL 10 years ago
Simon Glass 293f16b1e7 Correct malloc_limit value for pre-relocation malloc() 10 years ago
Joe Hershberger bc0571fc10 net: cosmetic: Fix checkpatch.pl failures in net.c 10 years ago
Joe Hershberger d2eaec6006 net: Remove the bd* parameter from net stack functions 10 years ago
Albert ARIBAUD \(3ADEV\) 8c80eb3b53 Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE 10 years ago
Rob Herring 7682a99826 remove unnecessary version.h includes 10 years ago
Simon Glass db910353a1 arm: spl: Allow board_init_r() to run with a larger stack 10 years ago
Heiko Schocher b9ea0c3a20 spl, spl_nor: fix compiler warning 10 years ago
Simon Glass c01c71bc16 arm: spl: Provide for a board-specific loader 10 years ago
Stefan Roese e860d012c4 spl: Change printf to puts for "Unsupported boot-device" 10 years ago
Masahiro Yamada 9f9d8704b6 spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT 10 years ago
Guillaume GARDET 2c84c9a40a spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328) 10 years ago
Tom Rini fc89b2e479 spl_sata.c: Add <scsi.h> 10 years ago
Guillaume GARDET 4c5bbc2328 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available 10 years ago
Paul Kocialkowski b97300b62f spl: MMC U-Boot image load from raw partition 10 years ago
Paul Kocialkowski e2ccdf89a0 MMC SD fs boot partition config coding style and proper description 10 years ago
Guillaume GARDET d3e488eaf4 spl: Fix SPL EXT support 10 years ago
Suriyan Ramasami 9f12cd0e06 ext4: Prepare API change for files greater than 2GB 10 years ago
Stefan Roese 18f26fdbd0 spl: Change debug to printf for "Unsupported boot-device" 10 years ago
Simon Glass 1151651831 dm: spl: Allow driver model to be used 10 years ago
Simon Glass fb4f5e7c91 dm: spl: Make simple malloc() available when enabled 10 years ago
Heiko Schocher 0c3117b1f7 spl, nand: add option to boot raw u-boot.bin image only 10 years ago
Andreas Bießmann e76caa627b spl: move comment to the right place 11 years ago
Guillaume GARDET 7d2b4e7729 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. 11 years ago
Guillaume GARDET 592f922261 spl: Add EXT support to SPL 11 years ago
Guillaume GARDET 205b4f33cf Rename some defines containing FAT in their name to be filesystem generic 11 years ago
Roger Quadros 76300c0d2d common: spl_sata: perform SCSI scan before getting device 11 years ago
Vasili Galka 5d69a5d178 Fix a few printf argument verification warnings 11 years ago
Masahiro Yamada c13bb16757 spl: nand: read only in the size of image_header on the first access 11 years ago
Tim Harvey 50c8d66d33 nand: remove CONFIG_SYS_NAND_PAGE_SIZE 11 years ago
Tom Rini ae1590ed52 spl_mmc/CONFIG_SPL_OS_BOOT: Allow environment to determine what to boot 11 years ago
Dan Murphy fff40a7e02 common: spl: Add spl sata boot support 11 years ago
Tom Rini 7dbe63bc95 SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORK 11 years ago
Dan Murphy 8cffe5bd0d spl: common: Support for USB MSD FAT image loading 11 years ago
Dan Murphy 773b5940b5 spl: common: Move FAT funcs to a common file 11 years ago
Masahiro Yamada 0ccf54c6f4 common: convert makefiles to Kbuild style 12 years ago
Paul Burton 8112f5fa1b spl_mmc: only call printf or puts with CONFIG_SPL_LIBCOMMON_SUPPORT 12 years ago
Paul Burton db6b5e8b02 spl: remove unnecessary (& ARM specific) include of asm/utils.h 12 years ago
Taras Kondratiuk 62cf11c092 SPL: Limit image name print length 12 years ago
Tom Rini e4c444b34b spl_mmc.c: Detect missing kernel image in RAW MMC 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Peter Korsgaard 2b75b0ad3a spl_mmc: add Falcon mode support for raw variant 12 years ago
Peter Korsgaard 721931f805 spl_mmc: mmc_load_image_raw(): Add sector argument 12 years ago
Peter Korsgaard 7ad2cc7964 spl_mmc: add Falcon mode support for FAT variant 12 years ago