summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* bootstage: adjust Makefile to allow including bootstage in SPL, but not in TPLPhilipp Tomsich2017-09-181-1/+1
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-09-173-12/+13
|\
| * bootstage: Provide a separate record count setting for SPLSimon Glass2017-09-162-3/+10
| * bootstage: Drop unused optionsSimon Glass2017-09-162-10/+1
| * board_f: Drop the timer after relocationSimon Glass2017-09-161-0/+3
* | fit: Introduce methods for applying overlays on fit-loadPantelis Antoniou2017-09-152-8/+180
* | fit: Do not throw away extra configuration on fit_image_load()Pantelis Antoniou2017-09-151-4/+7
* | fit: Allow multiple images per propertyPantelis Antoniou2017-09-151-3/+15
* | fdt: Introduce helper method fdt_overlay_apply_verbose()Pantelis Antoniou2017-09-151-0/+31
|/
* spl: add newline in debug outputAnatolij Gustschin2017-09-131-2/+2
* image: Add TI PMMC image typeAndrew F. Davis2017-09-121-0/+1
* spl: fit: Add booting OS firstYork Sun2017-09-111-19/+41
* spl: fit: Support both external and embedded dataYork Sun2017-09-111-19/+33
* spl: fit: Eanble GZIP support for image decompressionYork Sun2017-09-111-2/+30
* spl: typo fix for SPL_ATF_SUPPORT descriptionKever Yang2017-09-071-1/+1
* splash_source: Verify FIT magicNiko Mauno2017-09-041-0/+5
* Revert "Merge git://git.denx.de/u-boot-video"Tom Rini2017-09-011-5/+0
* Merge git://git.denx.de/u-boot-videoTom Rini2017-09-011-0/+5
|\
| * splash_source: Verify FIT magicNiko Mauno2017-08-291-0/+5
* | Merge git://git.denx.de/u-boot-imxTom Rini2017-09-014-1/+45
|\ \
| * | spl: do not repeat timer init on i.MX6Anatolij Gustschin2017-08-291-1/+1
| * | spl: add serial download protocol (SDP) supportStefan Agner2017-08-233-0/+44
| |/
* | bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks bootHannes Schmelzer2017-08-281-0/+3
* | common: console: Fix duplicated CONFIG in silent env callbackWilson Lee2017-08-281-2/+2
|/
* fb_mmc.c: Correct blk_dread() return value checksTom Rini2017-08-211-2/+2
* common/fb_mmc.c: Fix warnings about castsTom Rini2017-08-211-2/+2
* common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATAThomas Petazzoni2017-08-201-27/+0
* spl: spl_mmc.c Correct blk_dread() return value checkTom Rini2017-08-201-1/+1
* hash: Compile only hardware or software versions of SHA algorithmsTom Rini2017-08-201-51/+44
* lcd: avoid possible NULL dereferencexypron.glpk@gmx.de2017-08-191-1/+2
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-08-181-1/+1
|\
| * dm: sata: Support driver model with the 'sata' commandSimon Glass2017-08-171-1/+1
* | spl: fix Makefile for NOR, XIP and YMODEMPhilipp Tomsich2017-08-171-3/+3
* | env: Rename some other getenv()-related functionsSimon Glass2017-08-163-13/+13
* | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-6/+6
* | env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-164-8/+8
* | env: Rename getenv/_f() to env_get()Simon Glass2017-08-1626-64/+67
* | env: Rename common functions related to setenv()Simon Glass2017-08-164-7/+7
* | env: Rename setenv() to env_set()Simon Glass2017-08-1612-16/+16
* | Move environment files from common/ to env/Simon Glass2017-08-1521-4553/+1
|/
* common: Move CONFIG_BOOTARGS to KconfigSam Protsenko2017-08-141-0/+16
* Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini2017-08-145-38/+157
|\
| * dm: timer: normalise SPL and TPL supportPhilipp Tomsich2017-08-131-8/+0
| * moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich2017-08-131-0/+1
| * spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich2017-08-131-0/+39
| * spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich2017-08-131-0/+19
| * spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich2017-08-131-0/+8
| * spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich2017-08-132-23/+23
| * spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich2017-08-131-0/+9
| * spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich2017-08-131-2/+3