Commit Graph

105 Commits (cfdaf4caa250a4bc3de41f47147715e8a81be5a2)

Author SHA1 Message Date
Nikita Kiryanov a1e56cf6d4 spl: mmc: add support for BOOT_DEVICE_MMC2 9 years ago
Nikita Kiryanov 310c8466cf spl: announce boot devices 9 years ago
Nikita Kiryanov f101e4bd37 spl: add support for alternative boot device 9 years ago
Nikita Kiryanov 5211b87e0c common: spl: move image load to its own function 9 years ago
Nikita Kiryanov 36afd45136 spl: change return values of spl_*_load_image() 9 years ago
Nikita Kiryanov 83cdf6faa6 spl: mmc: get rid of emmc boot code duplication 9 years ago
Nikita Kiryanov f52b729393 spl: mmc: move fs boot into its own function 9 years ago
Nikita Kiryanov d074ebb936 spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check 9 years ago
Nikita Kiryanov 339245b70d spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check 9 years ago
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 10 years ago
Masahiro Yamada dffb86e468 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL 10 years ago
Gong Qianyu 7ef4c45c6e spl: Fix compile warning for arm64 10 years ago
Stefan Roese 4bfcc54c0b spl: spl_mmc: Add option to boot from a MMC partition with offset 10 years ago
Simon Glass aea3d40d05 spl: Add a debug string before the jump to U-Boot 10 years ago
Simon Glass 070d00b8dc dm: spl: Allow device tree/driver model in board_init_f() 10 years ago
Simon Glass dc3dedfeb1 dm: mmc: Allow driver model to be used for MMC in SPL 10 years ago
Simon Glass fdfa39d3f2 spl: Add debugging info for spl_mmc boot 10 years ago
Paul Kocialkowski 3ae8f4c8ae spl: spl_mmc: MMC boot mode provisions checks 10 years ago
Paul Kocialkowski 1ec264695f spl: spl_mmc: Minor cosmetics 10 years ago
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