Commit Graph

145 Commits (c7ba99c8c18a606b95a89366bc4fd94a8295772f)

Author SHA1 Message Date
Lokesh Vutla fa715193c0 spl: Add an option to load a FIT containing U-Boot from UART 9 years ago
Lokesh Vutla cfe32a4be2 spl: fit: Do not print selected dtb during fit load 9 years ago
Lokesh Vutla 8bd8877279 spl: Support loading a FIT from NAND 9 years ago
Lokesh Vutla 97ca364faf spl: Support loading a FIT from FAT FS 9 years ago
Lokesh Vutla eafd5410af spl: Allow to load a FIT containing U-Boot from FS 9 years ago
Lokesh Vutla 4d9d34a7f2 spl: fit: Fix the number of bytes read when reading fdt from fit 9 years ago
Simon Glass ef5609c33f dm: mmc: spl: Add support for CONFIG_BLK 9 years ago
Michal Simek 90a7417602 SPL: FIT: Align loading address for header 9 years ago
Michal Simek 8d16e1d593 SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode 9 years ago
Michal Simek 3a3b914789 spl: Introduce new function spl_board_prepare_for_boot 9 years ago
Tom Rini d550e82e4e SPL: fat: Fix spl_parse_image_header() return value handling 9 years ago
Michal Simek 5adfa26579 spl: fit: Print error message when FDT is not present 9 years ago
Simon Glass 69f45cd53b dm: mmc: Use the new select_hwpart() API 9 years ago
Simon Glass edd82ab354 dm: scsi: Drop the get_dev() function 9 years ago
Simon Glass 57ebf67bad dm: usb: Drop the get_dev() function 9 years ago
Marek Vasut e072751515 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE 9 years ago
Marek Vasut 7e0f22674a SPL: Let spl_parse_image_header() return value 9 years ago
Fabio Estevam 5bbf409909 spl: spl_mmc: Disambiguate error message 9 years ago
Lokesh Vutla 811906aebc spl: mmc: raw: Try to load u-boot if Linux image is not found 9 years ago
Ahmed Samir Khalil 8122d2161e Common: SPL: spl_nand: Fixed debug correct NAND ECC type. 9 years ago
Hans de Goede 8f10b5c656 spl: Print from which mmc slot spl is trying to boot 9 years ago
Masahiro Yamada 4976f48275 spl_mmc: allow to load raw image 9 years ago
Masahiro Yamada 70e6428d8c spl_nor: fix warning when compiled for 64bit target 9 years ago
Simon Glass 96debd1f0b spl: Support loading a FIT from MMC 9 years ago
Simon Glass f1dcee59a2 spl: Add an option to load a FIT containing U-Boot 9 years ago
Simon Glass 3e8bd46950 dm: part: Rename some partition functions 9 years ago
Simon Glass 4101f68792 dm: Drop the block_dev_desc_t typedef 9 years ago
Guillaume GARDET 86a0df7328 spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS 9 years ago
Stephen Warren 7c4213f6a5 block: pass block dev not num to read/write/erase() 10 years ago
Albert ARIBAUD adc421e4ce arm: move gd handling outside of C code 10 years ago
Eric Nelson 5915517b7b spl: mmc: use block device number, not hard-coded 0 10 years ago
Sjoerd Simons 4363de63a8 spl: use panic_str instead of panic 10 years ago
Simon Glass b4857aa901 spl: mmc: Unify non/driver model spl_mmc_find_device() 10 years ago
Simon Glass 99c7a51a24 spl: mmc: Rename 'mmc' variable to 'mmcp' 10 years ago
Simon Glass d773a008ee spl: mmc: Fix compiler warning with CONFIG_DM_MMC 10 years ago
Nikita Kiryanov a1e56cf6d4 spl: mmc: add support for BOOT_DEVICE_MMC2 10 years ago
Nikita Kiryanov 310c8466cf spl: announce boot devices 10 years ago
Nikita Kiryanov f101e4bd37 spl: add support for alternative boot device 10 years ago
Nikita Kiryanov 5211b87e0c common: spl: move image load to its own function 10 years ago
Nikita Kiryanov 36afd45136 spl: change return values of spl_*_load_image() 10 years ago
Nikita Kiryanov 83cdf6faa6 spl: mmc: get rid of emmc boot code duplication 10 years ago
Nikita Kiryanov f52b729393 spl: mmc: move fs boot into its own function 10 years ago
Nikita Kiryanov d074ebb936 spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check 10 years ago
Nikita Kiryanov 339245b70d spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check 10 years ago
Nikita Kiryanov 4188ba3202 spl: mmc: refactor device location code to its own function 10 years ago
Nikita Kiryanov fd61d39970 spl: mmc: add break statements in spl_mmc_load_image() 10 years ago
Nikita Kiryanov 483ab3dc80 spl: nand: remove code duplication 10 years ago
Hans de Goede dcfcb8d49a malloc_simple: Add support for switching to DRAM heap 10 years ago
Hans de Goede 8656c4f76f spl: spl_relocate_stack_gd: Do not unnecessarily clear bss 10 years ago
Masahiro Yamada 0f9258228e of: clean up OF_CONTROL ifdef conditionals 10 years ago