Commit Graph

4396 Commits (117daa82204f502d245e4d4f4be3b8cd712b244f)

Author SHA1 Message Date
Simon Glass eed36609b5 fdt: Rename a few functions in fdt_support 7 years ago
Simon Glass ec002119cf fdt: Update fdt_get_base_address() to use const 7 years ago
Simon Glass 3af86a4e23 dm: Build a live tree after relocation 7 years ago
Simon Glass e7017a3c7d dm: mmc: Don't re-init when accessing environment 7 years ago
Simon Glass 9d922450aa dm: Use dm.h header when driver mode is used 7 years ago
Daniel Thompson 221a949eb6 Kconfig: Finish migration of hashing commands 7 years ago
Philipp Tomsich f8b8a55463 env_mmc: configure environment offsets via device tree 7 years ago
Simon Glass fc843a02ac Kconfig: Add a CONFIG_IDE option 7 years ago
Simon Glass d70f919e49 Kconfig: Add CONFIG_HASH to enable hashing API 7 years ago
Tom Rini 089df18bfe lib: move hash CONFIG options to Kconfig 7 years ago
Ley Foon Tan 0680f1b1f7 Convert CONFIG_SPL_BOARD_INIT to Kconfig 7 years ago
Andre Przywara 411cf32d20 SPL: FIT: allow loading multiple images 7 years ago
Andre Przywara 8baa381882 SPL: FIT: factor out spl_load_fit_image() 7 years ago
Andre Przywara 5c8c8faccf SPL: FIT: improve error handling 7 years ago
Andre Przywara 736806fbfa SPL: FIT: rework U-Boot image loading 7 years ago
Andre Przywara 4b9340abdc SPL: FIT: refactor FDT loading 7 years ago
Philipp Tomsich 10ba6b3339 video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPP 7 years ago
Jernej Skrabec 43c6bdd020 edid: Add HDMI flag to timing info 7 years ago
Jernej Skrabec dc8cae4df3 edid: Set timings flags according to edid 7 years ago
Tom Rini 8850c5d57c Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 7 years ago
Angelo Dureghello 0ce452872f board_f: skip timer_init() on Coldfire archs 7 years ago
Kever Yang bcc1726a7b spl: add support to booting with ATF 7 years ago
Masahiro Yamada 792f0054a4 mmc: descend into drivers/mmc only when CONFIG_MMC is enabled 7 years ago
Masahiro Yamada 4aa2ba3a34 mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMC 7 years ago
Simon Glass 213f27f3f9 Drop CONFIG_I2CFAST 7 years ago
Simon Glass 69153988a6 i2c: Finish dropping use of CONFIG_I2C_HARD 7 years ago
Tom Rini 82b9dc63db common: Only build cli_readline.o for CMDLINE on non-SPL 7 years ago
xypron.glpk@gmx.de 902f5bcfbc env: avoid possible NULL pointer access 7 years ago
xypron.glpk@gmx.de 9b57e252ff env: correct sign for error code 7 years ago
B, Ravi 66928afb6b common: dfu: ignore reset for spl-dfu 7 years ago
B, Ravi 1b19cbdbf7 spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT 7 years ago
B, Ravi 6e7585bb64 boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon boot 7 years ago
B, Ravi 984a3c8777 spl: fdt: support for fdt fixup for falcon boot 7 years ago
Lokesh Vutla 15eb1d43bf spl: reorder the assignment of board info to global data 7 years ago
Philipp Tomsich 2bac55bc16 spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-property 7 years ago
Alex Deymo 88b6329cce disk: Return the partition number in part_get_info_by_name() 7 years ago
Alex Deymo 210a7176ee image: Update include/android_image.h 7 years ago
Simon Glass d08e42a8cb dm: video: Add driver-model support to lcd_simplefb 7 years ago
Simon Glass 452614556c dm: video: Refactor lcd_simplefb to prepare for driver model 7 years ago
Jean-Jacques Hiblot d52063b84f scsi: dm: split scsi_scan() 7 years ago
Vikas Manocha 5bf5250e9d spl: make image arg or fdt blob address reconfigurable 7 years ago
Andreas Fenkart 0b2e5bbe6a env_sf: use DIV_ROUND_UP to calculate number of sectors to erase 7 years ago
Andreas Fenkart c041c60c6c env_sf: re-order error handling in single-buffer env_relocate_spec 7 years ago
Andreas Fenkart 8fee8845e7 enf_sf: reuse setup_flash_device instead of open coding it 7 years ago
Andreas Fenkart afa81a7750 env_sf: factor out prepare_flash_device 7 years ago
Tom Rini 26d61195f8 fdt: Move fdt_fixup_ethernet to a common place 7 years ago
Jean-Jacques Hiblot 4e27b9a584 dm: scsi: fix divide-by-0 error in scsi_scan() 7 years ago
Jean-Jacques Hiblot 1330a726ff scsi: move the partition initialization out of the scsi detection 7 years ago
Jean-Jacques Hiblot e39cecfdaf scsi: make the LUN a parameter of scsi_detect_dev() 7 years ago
Troy Kisky 1e5eca7d42 usb: return 0 from usb_stor_get_info even if removable media 7 years ago