Commit Graph

308 Commits (8502f9f6d7781b5f461d7e3f7c958a45f64fdfa1)

Author SHA1 Message Date
Nikita Kiryanov 4188ba3202 spl: mmc: refactor device location code to its own function 9 years ago
Nikita Kiryanov fd61d39970 spl: mmc: add break statements in spl_mmc_load_image() 9 years ago
Nikita Kiryanov 483ab3dc80 spl: nand: remove code duplication 9 years ago
Hans de Goede dcfcb8d49a malloc_simple: Add support for switching to DRAM heap 9 years ago
Hans de Goede 8656c4f76f spl: spl_relocate_stack_gd: Do not unnecessarily clear bss 9 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 9 years ago
Masahiro Yamada dffb86e468 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL 9 years ago
Gong Qianyu 7ef4c45c6e spl: Fix compile warning for arm64 9 years ago
Stefan Roese 4bfcc54c0b spl: spl_mmc: Add option to boot from a MMC partition with offset 9 years ago
Simon Glass aea3d40d05 spl: Add a debug string before the jump to U-Boot 9 years ago
Simon Glass 070d00b8dc dm: spl: Allow device tree/driver model in board_init_f() 9 years ago
Simon Glass dc3dedfeb1 dm: mmc: Allow driver model to be used for MMC in SPL 9 years ago
Simon Glass fdfa39d3f2 spl: Add debugging info for spl_mmc boot 9 years ago
Paul Kocialkowski 3ae8f4c8ae spl: spl_mmc: MMC boot mode provisions checks 9 years ago
Paul Kocialkowski 1ec264695f spl: spl_mmc: Minor cosmetics 9 years ago
Paul Kocialkowski 3bc37b6d65 spl: spl_mmc: Error and count distinction 9 years ago
Tim Harvey 9d3b565441 spl: spl_mmc: fix mmc Falcon mode regression 9 years ago
Simon Glass ce49e79450 spl: Correct address in spl_relocate_stack_gd() 9 years ago
Paul Kocialkowski ecb301394b spl: spl_mmc: Partition raw boot mode for eMMC 9 years ago
Paul Kocialkowski 91199f4a5a spl: spl_mmc: Clearer structure in spl_mmc_load_image and cosmetics 9 years ago
Scott Wood b2d5ac5985 armv8/ls2085aqds: NAND boot support 9 years ago
Simon Glass f3d46bd658 dm: Init device tree as well as driver model in SPL 9 years ago
Simon Glass 293f16b1e7 Correct malloc_limit value for pre-relocation malloc() 9 years ago
Joe Hershberger bc0571fc10 net: cosmetic: Fix checkpatch.pl failures in net.c 9 years ago
Joe Hershberger d2eaec6006 net: Remove the bd* parameter from net stack functions 9 years ago
Albert ARIBAUD \(3ADEV\) 8c80eb3b53 Introduce CONFIG_SPL_PANIC_ON_RAW_IMAGE 9 years ago
Rob Herring 7682a99826 remove unnecessary version.h includes 9 years ago
Simon Glass db910353a1 arm: spl: Allow board_init_r() to run with a larger stack 9 years ago
Heiko Schocher b9ea0c3a20 spl, spl_nor: fix compiler warning 9 years ago
Simon Glass c01c71bc16 arm: spl: Provide for a board-specific loader 9 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 10 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. 10 years ago
Guillaume GARDET 592f922261 spl: Add EXT support to SPL 10 years ago
Guillaume GARDET 205b4f33cf Rename some defines containing FAT in their name to be filesystem generic 10 years ago
Roger Quadros 76300c0d2d common: spl_sata: perform SCSI scan before getting device 10 years ago
Vasili Galka 5d69a5d178 Fix a few printf argument verification warnings 10 years ago
Masahiro Yamada c13bb16757 spl: nand: read only in the size of image_header on the first access 10 years ago