summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* bootstage: Use debug() for stashing messagesSimon Glass2017-06-051-2/+2
* bootstage: Show records with a zero timeSimon Glass2017-06-051-7/+4
* bootstage: Use rec_count as the array indexSimon Glass2017-06-052-49/+96
* bootstage: Fix up code style and commentsSimon Glass2017-06-051-2/+4
* bootstage: Convert to use malloc()Simon Glass2017-06-052-33/+63
* bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an intSimon Glass2017-06-051-1/+1
* bootstage: Require timer_get_boot_us() to be definedSimon Glass2017-06-051-18/+1
* arm: Remove include files from common.hSimon Glass2017-06-051-0/+3
* api: Add a header for api_init()Simon Glass2017-06-051-0/+1
* fs: fat: add kbuild configuration supportSekhar Nori2017-06-031-0/+1
* fdt: Rename a few functions in fdt_supportSimon Glass2017-06-011-13/+13
* fdt: Update fdt_get_base_address() to use constSimon Glass2017-06-011-1/+1
* dm: Build a live tree after relocationSimon Glass2017-06-011-0/+12
* dm: mmc: Don't re-init when accessing environmentSimon Glass2017-06-011-1/+2
* dm: Use dm.h header when driver mode is usedSimon Glass2017-06-011-0/+1
* Kconfig: Finish migration of hashing commandsDaniel Thompson2017-05-311-10/+4
* env_mmc: configure environment offsets via device treePhilipp Tomsich2017-05-291-4/+27
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-05-221-105/+196
|\
| * SPL: FIT: allow loading multiple imagesAndre Przywara2017-05-171-2/+40
| * SPL: FIT: factor out spl_load_fit_image()Andre Przywara2017-05-171-82/+80
| * SPL: FIT: improve error handlingAndre Przywara2017-05-171-2/+13
| * SPL: FIT: rework U-Boot image loadingAndre Przywara2017-05-171-14/+32
| * SPL: FIT: refactor FDT loadingAndre Przywara2017-05-171-31/+57
* | Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-223-1238/+4
* | Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass2017-05-223-3/+15
* | lib: move hash CONFIG options to KconfigTom Rini2017-05-221-0/+4
* | 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