Commit Graph

3964 Commits (c1f51e0f3edca57273ff524714b69345ce627996)

Author SHA1 Message Date
Marcin Niestroj c1f51e0f3e common: env_ubi: Clear environment buffer before reading 9 years ago
Heiko Schocher 496c5483e9 bootstage: call show_boot_progress also in SPL 9 years ago
Heiko Schocher bb597c0eeb common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option 9 years ago
Ed Swarthout 69c125fe7b dm: scsi: if_typename should be scsi 9 years ago
Michal Simek 340b0e3bb6 env: Setup GD_FLG_ENV_DEFAULT flag when default environment are used 9 years ago
Andreas Dannenberg 8aa57a95a2 spl: fit: Fix non-matching DT names console output 9 years ago
Scott Wood b616d9b0a7 nand: Embed mtd_info in struct nand_chip 9 years ago
Scott Wood 151c06ec61 mtd: nand: Remove nand_info_t typedef 9 years ago
Masahiro Yamada 0a8cc1a3a4 usb: move CONFIG_USB_XHCI to Kconfig with renaming 9 years ago
Marek Vasut 94b9e22e50 spl: Allow settings malloc_f base address 9 years ago
Marek Vasut 1254667689 spl: Remove bogus GD_FLG_SPL_INIT check 9 years ago
Lokesh Vutla 8b528709c5 spl: fit: Fix load address of fit header 9 years ago
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 9be2e790eb Drop use of CONFIG_SYS_GENERIC_BOARD in U-Boot 9 years ago
Simon Glass b0b359536e board_f: Don't require CONFIG_SYS_MONITOR_BASE 9 years ago
Lukasz Majewski 851bda8148 cosmetic: debug: Replace #ifdef DEBUG with debug() macro 9 years ago
Simon Glass ef5609c33f dm: mmc: spl: Add support for CONFIG_BLK 9 years ago
Simon Glass 5461acba44 dm: env: mmc: Convert env_mmc to support CONFIG_BLK 9 years ago
Michal Simek 90a7417602 SPL: FIT: Align loading address for header 9 years ago
Paul Burton 49717b18be fdt: Document the rest of struct of_bus 9 years ago
Paul Burton 0a222d53d8 fdt: Support for ISA busses 9 years ago
Michal Simek 62afc60188 image: Add boot_get_fpga() to load fpga with bootm 9 years ago
Michal Simek ed0cea7c52 mkimage: Report information about fpga 9 years ago
Michal Simek d9b58b3031 tools: zynqmpimage: Add Xilinx ZynqMP boot header generation 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 8df81e17f8 image-fit: Don't display an error in fit_set_timestamp() 9 years ago
Stephen Warren 034eda867f malloc: improve memalign fragmentation fix 9 years ago
Nikita Kiryanov aa9e604410 cmd: eeprom: add support for layout aware commands 9 years ago
Simon Glass 69f45cd53b dm: mmc: Use the new select_hwpart() API 9 years ago
Simon Glass 9107c973d3 dm: blk: Add a easier way to create a named block device 9 years ago
Simon Glass f5a14af9c4 dm: sata: Add support for driver-model block devices 9 years ago
Simon Glass 535556b2aa dm: scsi: Add support for driver-model block devices 9 years ago
Simon Glass 145df842b4 dm: ide: Add support for driver-model block devices 9 years ago
Simon Glass edd82ab354 dm: scsi: Drop the get_dev() function 9 years ago
Simon Glass 74001a2570 dm: ide: Drop the get_dev() function 9 years ago
Simon Glass 57ebf67bad dm: usb: Drop the get_dev() function 9 years ago
Simon Glass d97dc8a0e6 dm: sata: Separate the non-command code into its own file 9 years ago
Simon Glass e9be1ee75e dm: ide: Separate the non-command code into its own file 9 years ago
Simon Glass 11f610edf0 dm: scsi: Separate the non-command code into its own file 9 years ago
Simon Glass c0543bf6be dm: usb: Add a legacy block interface for USB storage 9 years ago
Simon Glass c649e3c91c dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI 9 years ago
Marek Vasut e072751515 SPL: Add CONFIG_SPL_ABORT_ON_RAW_IMAGE 9 years ago