summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-07-06spl: Make UBI fastmap support Kconfig selectableLadislav Michl1-1/+1
2017-07-04powerpc: remove 4xx supportHeiko Schocher5-132/+0
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher2-9/+2
2017-06-12board_f: fix calculation of reloc_offLothar Waßmann1-2/+5
2017-06-12board_f: Use IS_ENABLED instead of #ifdef in initf_bootstage()Simon Glass1-5/+2
2017-06-12edid: Use sizeof() in cea_is_hdmi_vsdb_present()Simon Glass1-2/+2
2017-06-12powerpc, 5xx: remove support for 5xxHeiko Schocher1-2/+1
2017-06-12powerpc, 8260: remove support for mpc8260Heiko Schocher2-2/+2
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher4-33/+3
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini1-1/+1
2017-06-10Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+6
2017-06-09SPL: Add XIP booting supportVikas Manocha3-0/+38
2017-06-09edid: Fix gcc 7.1 warningJernej Skrabec1-1/+1
2017-06-09dm: mmc: Ensure that block device is probedSimon Glass1-1/+6
2017-06-09spl: armv7m: to keep ARM v7M in thumb mode before booting next imageVikas Manocha1-3/+3
2017-06-06Merge 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-04fs: 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-06-01Kconfig: 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