aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-04-14scsi: make the LUN a parameter of scsi_detect_dev()Jean-Jacques Hiblot1-7/+7
2017-04-14Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-3/+1
2017-04-14usb: return 0 from usb_stor_get_info even if removable mediaTroy Kisky1-3/+1
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-15/+0
2017-04-12env: split fw_env.h in public and private partsStefano Babic1-0/+1
2017-04-12Rename aes.h to uboot_aes.hStefano Babic1-1/+1
2017-04-08spl: net: Add FIT image support over network bootAndrew F. Davis1-3/+31
2017-04-08Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-0/+69
2017-04-08common/xyzModem.c: Do not use hard-coded address for debug bufferAlexandru Gagniuc1-9/+3
2017-04-08common/xyzModem.c: unifdef (Remove useless #ifdefs)Alexandru Gagniuc1-103/+0