aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Merge git://git.denx.de/u-boot-usbTom Rini1-0/+168
2017-06-05malloc: Turn on DEBUG when enabling unit testsPantelis Antoniou1-1/+1
2017-06-05common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini1-72/+24
2017-06-05bootstage: Record time taken to set up the live device treeSimon Glass1-2/+9
2017-06-05bootstage: Support SPLSimon Glass4-2/+45
2017-06-05bootstage: Adjust to use const * where possibleSimon Glass1-6/+6
2017-06-05bootstage: Tidy up error return valuesSimon Glass1-11/+11
2017-06-05bootstage: Record the time taken to set up driver modelSimon Glass2-0/+4
2017-06-05bootstage: Init as early as possibleSimon Glass2-3/+2
2017-06-05bootstage: Support relocating boostage dataSimon Glass2-0/+39
2017-06-05bootstage: Use debug() for stashing messagesSimon Glass1-2/+2
2017-06-05bootstage: Show records with a zero timeSimon Glass1-7/+4
2017-06-05bootstage: Use rec_count as the array indexSimon Glass2-49/+96
2017-06-05bootstage: Fix up code style and commentsSimon Glass1-2/+4
2017-06-05bootstage: Convert to use malloc()Simon Glass2-33/+63
2017-06-05bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an intSimon Glass1-1/+1
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass1-18/+1
2017-06-05arm: Remove include files from common.hSimon Glass1-0/+3
2017-06-05api: Add a header for api_init()Simon Glass1-0/+1
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori1-0/+1
2017-06-03fastboot: Add support for flashing zImageSam Protsenko1-0/+168
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass1-13/+13
2017-06-01fdt: Update fdt_get_base_address() to use constSimon Glass1-1/+1
2017-06-01dm: Build a live tree after relocationSimon Glass1-0/+12
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