aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-08-21usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng4-4/+0
2017-08-18Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-2/+2
2017-08-18Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini12-11/+104
2017-08-18efi_loader: do not cast return value in EFI_EXITxypron.glpk@gmx.de1-2/+2
2017-08-18m68k: add board stmark2, mcf5441x basedAngelo Dureghello1-0/+199
2017-08-18m68k: mcf5445x: move early ddr init as board-specificAngelo Dureghello3-0/+6
2017-08-17cmd: mmc: add mmc partconf read capabilityAngelo Dureghello1-0/+4
2017-08-17dm: mmc: Drop CONFIG_DM_MMC_OPSSimon Glass7-9/+5
2017-08-17dm: sata: dwc_ahsata: Add support for driver modelSimon Glass1-0/+16
2017-08-17dm: sata: Update the AHCI uclass to support operationsSimon Glass1-0/+54
2017-08-17dm: sata: Support driver model with the 'sata' commandSimon Glass1-1/+4
2017-08-17dm: core: Add a comment about the device_remove() flagsSimon Glass1-1/+1
2017-08-17dm: blk: Add a generic function for block device commandsSimon Glass1-0/+12
2017-08-17dm: blk: Add a function to find an interface-type nameSimon Glass1-0/+8
2017-08-16Merge git://www.denx.de/git/u-boot-imxTom Rini3-0/+180
2017-08-16env: Adjust the load() method to return an errorSimon Glass1-1/+3
2017-08-16env: Adjust the get_char() method to return an intSimon Glass1-2/+2
2017-08-16env: Rename some other getenv()-related functionsSimon Glass4-6/+6
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-2/+2
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-4/+15
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass5-11/+29
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-3/+3
2017-08-16env: Rename common functions related to setenv()Simon Glass1-5/+21
2017-08-16env: Rename setenv() to env_set()Simon Glass6-6/+18
2017-08-15env: Drop saveenv() in favour of env_save()Simon Glass2-1/+7
2017-08-15env: Drop env_relocate_spec() in favour of env_load()Simon Glass1-2/+7
2017-08-15env: Drop env_get_char_spec()Simon Glass1-4/+10
2017-08-15env: Drop the env_name_spec globalSimon Glass1-4/+15
2017-08-15env: Drop common init() functionsSimon Glass1-1/+2
2017-08-15env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2-2/+0
2017-08-15env: Create a location driver for each locationSimon Glass1-0/+70
2017-08-15env: Add an enum for environment stateSimon Glass2-1/+8
2017-08-15env: common: Make env_get_addr/get_char_memory() staticSimon Glass1-4/+0
2017-08-15Move environment files from common/ to env/Simon Glass14-23/+23
2017-08-14Merge git://git.denx.de/u-boot-netTom Rini1-0/+23
2017-08-14common: Move CONFIG_BOOTARGS to KconfigSam Protsenko151-530/+3
2017-08-14net: Add mii_resolve_flowctrl_fdx()Yuiko Oshino1-0/+23
2017-08-14ARM: rockchip: rock: Correct test to use CONFIG_IS_ENABLED not definedTom Rini1-1/+1
2017-08-14Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini71-88/+83
2017-08-13stm32f1: remove stm32f1 supportPatrice Chotard1-1/+0
2017-08-13wdt: Update uclass to make clear that the timeout is in msAndy Shevchenko1-4/+4
2017-08-13nvme: Detect devices that are class Storage ExpressJon Nettleton1-0/+1
2017-08-13nvme: Add show routine to print detailed informationZhikang Zhang1-0/+11
2017-08-13nvme: Add NVM Express driver supportZhikang Zhang1-0/+71
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang2-0/+2
2017-08-13Convert CONFIG_OMAP3_SPI to KconfigAdam Ford16-24/+0
2017-08-13spl: moveconfig: remove SPL_LDSCRIPT definitions for header-filesPhilipp Tomsich62-84/+0
2017-08-13moveconfig: migrate TPL_STACK, TPL_TEXT_BASE and TPL_MAX_SIZEPhilipp Tomsich1-4/+0
2017-08-13rockchip: Kconfig: preset TPL_LDSCRIPT via Kconfig for the RK3368Philipp Tomsich1-2/+0
2017-08-13rockchip: board: lion-rk3368: add support for the RK3368-uQ7Philipp Tomsich1-0/+18