summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
| * spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich2017-08-131-5/+5
| * spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich2017-08-131-1/+1
| * spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich2017-08-131-0/+11
| * spl: add a 'return to bootrom' boot methodPhilipp Tomsich2017-08-133-0/+39
* | boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()Nobuhiro Iwamatsu2017-08-131-1/+1
|/
* common/env_embedded.c: rename PPCENV/PPCTEXT macrosThomas Petazzoni2017-08-041-6/+4
* common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENVThomas Petazzoni2017-08-041-10/+3
* Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-08-041-1/+1
|\
| * common: board_f: Make reserve_mmu a weak functionSiva Durga Prasad Paladugu2017-08-021-1/+1
* | Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-011-2/+0
|\ \
| * | x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng2017-08-011-1/+0
| * | x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng2017-08-011-1/+0
| |/
* | fdt: Correct fdt_get_base_address()Simon Glass2017-08-011-5/+2
* | dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-2/+2
|/