summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* dm: scsi: Drop the ccb typedefSimon Glass2017-07-111-22/+22
* scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-112-692/+0
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-112-118/+0
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-112-2/+2
* scsi: Drop scsi_print_error()Simon Glass2017-07-111-0/+5
* scsi: Drop sym53c8xx driverSimon Glass2017-07-111-8/+1
* board_f: Add new function to allow runtime DTB selectionCooper Jr., Franklin2017-07-102-0/+12
* boot_fit: Create helper functions that can be used to select DTB out of FITCooper Jr., Franklin2017-07-103-0/+88
* spl: fit: Break out some functions into a common fileCooper Jr., Franklin2017-07-103-53/+64
* avr32: Retire AVR32 for goodAndy Shevchenko2017-07-061-10/+3
* spl: Make UBI fastmap support Kconfig selectableLadislav Michl2017-07-061-1/+1
* powerpc: remove 4xx supportHeiko Schocher2017-07-035-132/+0
* powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2017-06-162-9/+2
* board_f: fix calculation of reloc_offLothar Waßmann2017-06-121-2/+5
* board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage()Simon Glass2017-06-121-5/+2
* edid: Use sizeof() in cea_is_hdmi_vsdb_present()Simon Glass2017-06-121-2/+2
* powerpc, 5xx: remove support for 5xxHeiko Schocher2017-06-121-2/+1
* powerpc, 8260: remove support for mpc8260Heiko Schocher2017-06-122-2/+2
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-124-33/+3
* Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2017-06-101-1/+1
|\
| * edid: Fix gcc 7.1 warningJernej Skrabec2017-06-091-1/+1
* | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-06-101-1/+6
|\ \
| * | dm: mmc: Ensure that block device is probedSimon Glass2017-06-091-1/+6
| |/
* | SPL: Add XIP booting supportVikas Manocha2017-06-093-0/+38
* | 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