summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha2017-06-081-3/+3
* Merge git://git.denx.de/u-boot-usbTom Rini2017-06-051-0/+168
|\
| * fastboot: Add support for flashing zImageSam Protsenko2017-06-031-0/+168
* | malloc: Turn on DEBUG when enabling unit testsPantelis Antoniou2017-06-051-1/+1
* | common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini2017-06-051-72/+24
* | bootstage: Record time taken to set up the live device treeSimon Glass2017-06-051-2/+9
* | bootstage: Support SPLSimon Glass2017-06-054-2/+45
* | bootstage: Adjust to use const * where possibleSimon Glass2017-06-051-6/+6
* | bootstage: Tidy up error return valuesSimon Glass2017-06-051-11/+11
* | bootstage: Record the time taken to set up driver modelSimon Glass2017-06-052-0/+4
* | bootstage: Init as early as possibleSimon Glass2017-06-052-3/+2
* | bootstage: Support relocating boostage dataSimon Glass2017-06-052-0/+39
* | 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