summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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