aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2017-09-17Merge git://git.denx.de/u-boot-x86Tom Rini3-12/+13
2017-09-16bootstage: Provide a separate record count setting for SPLSimon Glass2-3/+10
2017-09-16bootstage: Drop unused optionsSimon Glass2-10/+1
2017-09-16board_f: Drop the timer after relocationSimon Glass1-0/+3
2017-09-15fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou2-8/+180
2017-09-15fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou1-4/+7
2017-09-15fit: Allow multiple images per propertyPantelis Antoniou1-3/+15
2017-09-15fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou1-0/+31
2017-09-13spl: add newline in debug outputAnatolij Gustschin1-2/+2
2017-09-12image: Add TI PMMC image typeAndrew F. Davis1-0/+1
2017-09-11spl: fit: Add booting OS firstYork Sun1-19/+41
2017-09-11spl: fit: Support both external and embedded dataYork Sun1-19/+33
2017-09-11spl: fit: Eanble GZIP support for image decompressionYork Sun1-2/+30
2017-09-07spl: typo fix for SPL_ATF_SUPPORT descriptionKever Yang1-1/+1
2017-09-04splash_source: Verify FIT magicNiko Mauno1-0/+5
2017-09-01Revert "Merge git://git.denx.de/u-boot-video"Tom Rini1-5/+0
2017-09-01Merge git://git.denx.de/u-boot-videoTom Rini1-0/+5
2017-09-01Merge git://git.denx.de/u-boot-imxTom Rini4-1/+45
2017-08-29spl: do not repeat timer init on i.MX6Anatolij Gustschin1-1/+1
2017-08-29splash_source: Verify FIT magicNiko Mauno1-0/+5
2017-08-28bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks bootHannes Schmelzer1-0/+3
2017-08-28common: console: Fix duplicated CONFIG in silent env callbackWilson Lee1-2/+2
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner3-0/+44
2017-08-21fb_mmc.c: Correct blk_dread() return value checksTom Rini1-2/+2
2017-08-21common/fb_mmc.c: Fix warnings about castsTom Rini1-2/+2
2017-08-20common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATAThomas Petazzoni1-27/+0
2017-08-20spl: spl_mmc.c Correct blk_dread() return value checkTom Rini1-1/+1
2017-08-20hash: Compile only hardware or software versions of SHA algorithmsTom Rini1-51/+44
2017-08-19lcd: avoid possible NULL dereferencexypron.glpk@gmx.de1-1/+2
2017-08-18Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+1
2017-08-17spl: fix Makefile for NOR, XIP and YMODEMPhilipp Tomsich1-3/+3
2017-08-17dm: sata: Support driver model with the 'sata' commandSimon Glass1-1/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass3-13/+13
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-6/+6
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass4-8/+8
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass26-64/+67
2017-08-16env: Rename common functions related to setenv()Simon Glass4-7/+7
2017-08-16env: Rename setenv() to env_set()Simon Glass12-16/+16
2017-08-15Move environment files from common/ to env/Simon Glass21-4553/+1
2017-08-14common: Move CONFIG_BOOTARGS to KconfigSam Protsenko1-0/+16
2017-08-14Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini5-38/+157
2017-08-13boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()Nobuhiro Iwamatsu1-1/+1
2017-08-13dm: timer: normalise SPL and TPL supportPhilipp Tomsich1-8/+0
2017-08-13moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich1-0/+1
2017-08-13spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich1-0/+39
2017-08-13spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich1-0/+19
2017-08-13spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich1-0/+8
2017-08-13spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich2-23/+23
2017-08-13spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich1-0/+9
2017-08-13spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich1-2/+3