summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2017-06-09SPL: Add XIP booting supportVikas Manocha
2017-06-08spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha
2017-06-05Merge git://git.denx.de/u-boot-usbTom Rini
2017-06-05malloc: Turn on DEBUG when enabling unit testsPantelis Antoniou
2017-06-05common/spl/Kconfig: Use 'if SPL' / 'if TPL' guardsTom Rini
2017-06-05bootstage: Record time taken to set up the live device treeSimon Glass
2017-06-05bootstage: Support SPLSimon Glass
2017-06-05bootstage: Adjust to use const * where possibleSimon Glass
2017-06-05bootstage: Tidy up error return valuesSimon Glass
2017-06-05bootstage: Record the time taken to set up driver modelSimon Glass
2017-06-05bootstage: Init as early as possibleSimon Glass
2017-06-05bootstage: Support relocating boostage dataSimon Glass
2017-06-05bootstage: Use debug() for stashing messagesSimon Glass
2017-06-05bootstage: Show records with a zero timeSimon Glass
2017-06-05bootstage: Use rec_count as the array indexSimon Glass
2017-06-05bootstage: Fix up code style and commentsSimon Glass
2017-06-05bootstage: Convert to use malloc()Simon Glass
2017-06-05bootstage: Change CONFIG_BOOTSTAGE_USER_COUNT to an intSimon Glass
2017-06-05bootstage: Require timer_get_boot_us() to be definedSimon Glass
2017-06-05arm: Remove include files from common.hSimon Glass
2017-06-05api: Add a header for api_init()Simon Glass
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori
2017-06-03fastboot: Add support for flashing zImageSam Protsenko
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass
2017-06-01fdt: Update fdt_get_base_address() to use constSimon Glass
2017-06-01dm: Build a live tree after relocationSimon Glass
2017-06-01dm: mmc: Don't re-init when accessing environmentSimon Glass
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass
2017-05-31Kconfig: Finish migration of hashing commandsDaniel Thompson
2017-05-29env_mmc: configure environment offsets via device treePhilipp Tomsich
2017-05-22Merge git://git.denx.de/u-boot-sunxiTom Rini
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass
2017-05-22Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass
2017-05-22lib: move hash CONFIG options to KconfigTom Rini
2017-05-22Convert CONFIG_SPL_BOARD_INIT to KconfigLey Foon Tan
2017-05-17SPL: FIT: allow loading multiple imagesAndre Przywara
2017-05-17SPL: FIT: factor out spl_load_fit_image()Andre Przywara
2017-05-17SPL: FIT: improve error handlingAndre Przywara
2017-05-17SPL: FIT: rework U-Boot image loadingAndre Przywara
2017-05-17SPL: FIT: refactor FDT loadingAndre Przywara
2017-05-16Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2017-05-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2017-05-15video: bmp: rename CONFIG_BMP_24BMP to CONFIG_BMP_24BPPPhilipp Tomsich
2017-05-15edid: Add HDMI flag to timing infoJernej Skrabec
2017-05-15edid: Set timings flags according to edidJernej Skrabec
2017-05-15Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini
2017-05-15board_f: skip timer_init() on Coldfire archsAngelo Dureghello
2017-05-15spl: add support to booting with ATFKever Yang
2017-05-15mmc: descend into drivers/mmc only when CONFIG_MMC is enabledMasahiro Yamada