summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-07-11scsi: Drop scsi_print_error()Simon Glass
2017-07-11scsi: Drop sym53c8xx driverSimon Glass
2017-07-10board_f: Add new function to allow runtime DTB selectionCooper Jr., Franklin
2017-07-10boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin
2017-07-10spl: fit: Break out some functions into a common fileCooper Jr., Franklin
2017-07-06avr32: Retire AVR32 for goodAndy Shevchenko
2017-07-06spl: Make UBI fastmap support Kconfig selectableLadislav Michl
2017-07-03powerpc: remove 4xx supportHeiko Schocher
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher
2017-06-12board_f: fix calculation of reloc_offLothar Waßmann
2017-06-12board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage()Simon Glass
2017-06-12edid: Use sizeof() in cea_is_hdmi_vsdb_present()Simon Glass
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2017-06-09SPL: Add XIP booting supportVikas Manocha
2017-06-09edid: Fix gcc 7.1 warningJernej Skrabec
2017-06-09dm: mmc: Ensure that block device is probedSimon Glass
2017-06-09spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha
2017-06-06Merge 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