summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_SPL_BOARD_INIT to KconfigLey Foon Tan2017-05-221-0/+8
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-05-162-4/+4
|\
| * mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada2017-05-151-1/+1
| * mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-152-3/+3
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-05-152-2/+58
|\ \
| * | video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPPPhilipp Tomsich2017-05-151-2/+2
| * | edid: Add HDMI flag to timing infoJernej Skrabec2017-05-151-0/+42
| * | edid: Set timings flags according to edidJernej Skrabec2017-05-151-0/+14
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2017-05-153-23/+3
|\ \
| * | Drop CONFIG_I2CFASTSimon Glass2017-05-151-17/+0
| * | i2c: Finish dropping use of CONFIG_I2C_HARDSimon Glass2017-05-152-6/+3
| |/
* | Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini2017-05-151-1/+1
* | board_f: skip timer_init() on Coldfire archsAngelo Dureghello2017-05-151-0/+2
* | spl: add support to booting with ATFKever Yang2017-05-154-0/+117
|/
* common: Only build cli_readline.o for CMDLINE on non-SPLTom Rini2017-05-121-3/+2
* env: avoid possible NULL pointer accessxypron.glpk@gmx.de2017-05-121-0/+4
* env: correct sign for error codexypron.glpk@gmx.de2017-05-121-1/+1
* common: dfu: ignore reset for spl-dfuB, Ravi2017-05-122-1/+5
* spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORTB, Ravi2017-05-121-0/+1
* boot: fdt: Perform arch_fixup_fdt() on the given device tree for falcon bootB, Ravi2017-05-111-0/+40
* spl: fdt: support for fdt fixup for falcon bootB, Ravi2017-05-111-1/+1
* spl: reorder the assignment of board info to global dataLokesh Vutla2017-05-111-1/+1
* spl: spi: override CONFIG_SYS_SPI_U_BOOT_OFFS via /config-propertyPhilipp Tomsich2017-05-111-3/+12
* disk: Return the partition number in part_get_info_by_name()Alex Deymo2017-05-111-3/+3
* image: Update include/android_image.hAlex Deymo2017-05-111-0/+9
* dm: video: Add driver-model support to lcd_simplefbSimon Glass2017-05-091-0/+18
* dm: video: Refactor lcd_simplefb to prepare for driver modelSimon Glass2017-05-091-11/+22
* scsi: dm: split scsi_scan()Jean-Jacques Hiblot2017-05-091-53/+49
* Merge branch 'next' of git://git.denx.de/u-boot-spiTom Rini2017-05-081-56/+36
|\
| * env_sf: use DIV_ROUND_UP to calculate number of sectors to eraseAndreas Fenkart2017-05-031-13/+5
| * env_sf: re-order error handling in single-buffer env_relocate_specAndreas Fenkart2017-05-031-9/+11
| * enf_sf: reuse setup_flash_device instead of open coding itAndreas Fenkart2017-05-031-9/+5
| * env_sf: factor out prepare_flash_deviceAndreas Fenkart2017-05-031-29/+19
* | spl: make image arg or fdt blob address reconfigurableVikas Manocha2017-05-082-9/+5
|/
* fdt: Move fdt_fixup_ethernet to a common placeTom Rini2017-05-012-2/+2
* dm: scsi: fix divide-by-0 error in scsi_scan()Jean-Jacques Hiblot2017-04-141-9/+26
* scsi: move the partition initialization out of the scsi detectionJean-Jacques Hiblot2017-04-141-1/+2
* scsi: make the LUN a parameter of scsi_detect_dev()Jean-Jacques Hiblot2017-04-141-7/+7
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2017-04-141-3/+1
|\
| * usb: return 0 from usb_stor_get_info even if removable mediaTroy Kisky2017-04-141-3/+1
* | board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-15/+0
* | env: split fw_env.h in public and private partsStefano Babic2017-04-121-0/+1
* | Rename aes.h to uboot_aes.hStefano Babic2017-04-121-1/+1
|/
* spl: net: Add FIT image support over network bootAndrew F. Davis2017-04-081-3/+31
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2017-04-081-0/+69
|\
| * common: Move environment choice to KconfigMaxime Ripard2017-04-071-0/+69
* | common/xyzModem.c: Do not use hard-coded address for debug bufferAlexandru Gagniuc2017-04-081-9/+3
* | common/xyzModem.c: unifdef (Remove useless #ifdefs)Alexandru Gagniuc2017-04-081-103/+0
* | spl: Kconfig: SPL_MMC_SUPPORT depends on GENERIC_MMCAlexandru Gagniuc2017-04-081-1/+1
* | common, kconfig: Fix defaut value of BOOTSTAGE_STASH_SIZENobuhiro Iwamatsu2017-04-081-1/+1