aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-06-01dm: mmc: Don't re-init when accessing environmentSimon Glass1-1/+2
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-0/+1
2017-05-31Kconfig: Finish migration of hashing commandsDaniel Thompson1-10/+4
2017-05-29env_mmc: configure environment offsets via device treePhilipp Tomsich1-4/+27
2017-05-22Merge git://git.denx.de/u-boot-sunxiTom Rini1-105/+196
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass3-1238/+4
2017-05-22Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass3-3/+15
2017-05-22lib: move hash CONFIG options to KconfigTom Rini1-0/+4
2017-05-22Convert CONFIG_SPL_BOARD_INIT to KconfigLey Foon Tan1-0/+8
2017-05-17SPL: FIT: allow loading multiple imagesAndre Przywara1-2/+40
2017-05-17SPL: FIT: factor out spl_load_fit_image()Andre Przywara1-82/+80
2017-05-17SPL: FIT: improve error handlingAndre Przywara1-2/+13
2017-05-17SPL: FIT: rework U-Boot image loadingAndre Przywara1-14/+32
2017-05-17SPL: FIT: refactor FDT loadingAndre Przywara1-31/+57
2017-05-16Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2-4/+4
2017-05-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2-2/+58
2017-05-15video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPPPhilipp Tomsich1-2/+2
2017-05-15edid: Add HDMI flag to timing infoJernej Skrabec1-0/+42
2017-05-15edid: Set timings flags according to edidJernej Skrabec1-0/+14
2017-05-15Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini3-23/+3
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini1-1/+1
2017-05-15board_f: skip timer_init() on Coldfire archsAngelo Dureghello1-0/+2
2017-05-15spl: add support to booting with ATFKever Yang4-0/+117
2017-05-15mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada1-1/+1
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2-3/+3
2017-05-15Drop CONFIG_I2CFASTSimon Glass1-17/+0
2017-05-15i2c: Finish dropping use of CONFIG_I2C_HARDSimon Glass2-6/+3
2017-05-12common: Only build cli_readline.o for CMDLINE on non-SPLTom Rini1-3/+2
2017-05-12env: avoid possible NULL pointer accessxypron.glpk@gmx.de1-0/+4
2017-05-12env: correct sign for error codexypron.glpk@gmx.de1-1/+1
2017-05-12common: dfu: ignore reset for spl-dfuB, Ravi2-1/+5
2017-05-12spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORTB, Ravi1-0/+1
2017-05-11boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon bootB, Ravi1-0/+40
2017-05-11spl: fdt: support for fdt fixup for falcon bootB, Ravi1-1/+1
2017-05-11spl: reorder the assignment of board info to global dataLokesh Vutla1-1/+1
2017-05-11spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-propertyPhilipp Tomsich1-3/+12
2017-05-11disk: Return the partition number in part_get_info_by_name()Alex Deymo1-3/+3
2017-05-11image: Update include/android_image.hAlex Deymo1-0/+9
2017-05-09dm: video: Add driver-model support to lcd_simplefbSimon Glass1-0/+18
2017-05-09dm: video: Refactor lcd_simplefb to prepare for driver modelSimon Glass1-11/+22
2017-05-09scsi: dm: split scsi_scan()Jean-Jacques Hiblot1-53/+49
2017-05-08Merge branch 'next' of git://git.denx.de/u-boot-spiTom Rini1-56/+36
2017-05-08spl: make image arg or fdt blob address reconfigurableVikas Manocha2-9/+5
2017-05-03env_sf: use DIV_ROUND_UP to calculate number of sectors to eraseAndreas Fenkart1-13/+5
2017-05-03env_sf: re-order error handling in single-buffer env_relocate_specAndreas Fenkart1-9/+11
2017-05-03enf_sf: reuse setup_flash_device instead of open coding itAndreas Fenkart1-9/+5
2017-05-03env_sf: factor out prepare_flash_deviceAndreas Fenkart1-29/+19
2017-05-01fdt: Move fdt_fixup_ethernet to a common placeTom Rini2-2/+2
2017-04-14dm: scsi: fix divide-by-0 error in scsi_scan()Jean-Jacques Hiblot1-9/+26
2017-04-14scsi: move the partition initialization out of the scsi detectionJean-Jacques Hiblot1-1/+2