summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2017-08-29spl: do not repeat timer init on i.MX6Anatolij Gustschin
2017-08-29splash_source: Verify FIT magicNiko Mauno
2017-08-28bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks bootHannes Schmelzer
2017-08-28common: console: Fix duplicated CONFIG in silent env callbackWilson Lee
2017-08-23spl: add serial download protocol (SDP) supportStefan Agner
2017-08-21fb_mmc.c: Correct blk_dread() return value checksTom Rini
2017-08-21common/fb_mmc.c: Fix warnings about castsTom Rini
2017-08-20common/board_f.c: remove CONFIG_SYS_GENERIC_GLOBAL_DATAThomas Petazzoni
2017-08-20spl: spl_mmc.c Correct blk_dread() return value checkTom Rini
2017-08-20hash: Compile only hardware or software versions of SHA algorithmsTom Rini
2017-08-19lcd: avoid possible NULL dereferencexypron.glpk@gmx.de
2017-08-18Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2017-08-17spl: fix Makefile for NOR, XIP and YMODEMPhilipp Tomsich
2017-08-17dm: sata: Support driver model with the 'sata' commandSimon Glass
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename common functions related to setenv()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-15Move environment files from common/ to env/Simon Glass
2017-08-14common: Move CONFIG_BOOTARGS to KconfigSam Protsenko
2017-08-14Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini
2017-08-13boot_fit: Change return value from FDT_ERROR to -EINVAL in fdt_offset()Nobuhiro Iwamatsu
2017-08-13dm: timer: normalise SPL and TPL supportPhilipp Tomsich
2017-08-13moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich
2017-08-13spl: support TPL_STACK, TPL_MAX_SIZE and TPL_TEXT_BASE via KconfigPhilipp Tomsich
2017-08-13spl: Kconfig: migrate $(SPL_TPL_)LDSCRIPT to KconfigPhilipp Tomsich
2017-08-13spl: add TPL_DRIVER_MISC_SUPPORT optionPhilipp Tomsich
2017-08-13spl: consistently use $(SPL_TPL_) to select features for SPL and TPL buildsPhilipp Tomsich
2017-08-13spl: Kconfig: split SYS_MALLOC_SIMPLE for TPL and SPLPhilipp Tomsich
2017-08-13spl: dm: use CONFIG_IS_ENABLED to test for the DM optionPhilipp Tomsich
2017-08-13spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich
2017-08-13spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich
2017-08-13spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich
2017-08-13spl: add a 'return to bootrom' boot methodPhilipp Tomsich
2017-08-04common/env_embedded.c: rename PPCENV/PPCTEXT macrosThomas Petazzoni
2017-08-04common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENVThomas Petazzoni
2017-08-04Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini
2017-08-02common: board_f: Make reserve_mmu a weak functionSiva Durga Prasad Paladugu
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng
2017-08-01x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng
2017-08-01fdt: Correct fdt_get_base_address()Simon Glass
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass
2017-07-31dm: console: Check for serial devices properlySimon Glass
2017-07-31console: Unify the check for a serial consoleSimon Glass
2017-07-31env: Migrate CONFIG_ENV_IS_IN_FAT options to KconfigTom Rini
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini
2017-07-28usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng