aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-13spl: dm: Kconfig: fix help text for SPL/TPL confusionPhilipp Tomsich1-5/+5
2017-08-13spl: use TPL_SYS_MALLOC_F_LEN for TPLPhilipp Tomsich1-1/+1
2017-08-13spl: configure 'return to bootrom' separately for SPL and TPLPhilipp Tomsich1-0/+11
2017-08-13spl: add a 'return to bootrom' boot methodPhilipp Tomsich3-0/+39
2017-08-04common/env_embedded.c: rename PPCENV/PPCTEXT macrosThomas Petazzoni1-6/+4
2017-08-04common/env_embedded.c: drop support for CONFIG_SYS_USE_PPCENVThomas Petazzoni1-10/+3
2017-08-04Merge tag 'xilinx-for-v2017.09' of git://www.denx.de/git/u-boot-microblazeTom Rini1-1/+1
2017-08-02common: board_f: Make reserve_mmu a weak functionSiva Durga Prasad Paladugu1-1/+1
2017-08-01Merge git://git.denx.de/u-boot-x86Tom Rini1-2/+0
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng1-1/+0
2017-08-01x86: kconfig: Let board select BOARD_EARLY_INIT_FBin Meng1-1/+0
2017-08-01fdt: Correct fdt_get_base_address()Simon Glass1-5/+2
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass1-2/+2
2017-07-31dm: console: Check for serial devices properlySimon Glass1-1/+10
2017-07-31console: Unify the check for a serial consoleSimon Glass1-2/+17
2017-07-31env: Migrate CONFIG_ENV_IS_IN_FAT options to KconfigTom Rini2-34/+47
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini1-31/+218
2017-07-28usb: hub: Call usb_update_hub_device() after hub descriptor is fetchedBin Meng1-0/+11
2017-07-28usb: hub: Parse and save TT details from device descriptorBin Meng1-0/+50
2017-07-28usb: hub: Support 'set hub depth' request for USB 3.0 hubsBin Meng1-0/+52
2017-07-28usb: hub: Translate USB 3.0 hub port status into old versionBin Meng1-1/+32
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng1-0/+10
2017-07-28usb: hub: Remove hub_port_reset()Bin Meng1-12/+13