aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-09-03include/configs: drop default definitions of CONFIG_SYS_MAXARGSThomas Petazzoni216-239/+0
2017-09-03include/config_fallbacks.h: add default for CONFIG_SYS_MAXARGSThomas Petazzoni1-0/+4
2017-09-03include/configs: drop default definitions of CONFIG_SYS_PBSIZEThomas Petazzoni220-433/+1
2017-09-03include/config_fallbacks.h: change fallback for CONFIG_SYS_PBSIZEThomas Petazzoni1-1/+1
2017-09-03include/configs: remove CONFIG_SYS_CBSIZE when the default value is usedThomas Petazzoni161-452/+0
2017-09-03include/config_fallbacks.h: add default for CONFIG_SYS_CBSIZEThomas Petazzoni1-0/+9
2017-09-03part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard1-2/+4
2017-09-02Merge git://git.denx.de/u-boot-x86Tom Rini1-2/+2
2017-09-02Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdam Ford1-2/+0
2017-09-02x86: theadorable-x86-common: Remove "ip=dhcp" from default environmentStefan Roese1-2/+2
2017-09-02omap3_logic: Move CONFIG_SYS_NAND_U_BOOT_OFFS to KconfigAdam Ford1-1/+0
2017-09-01Convert CONFIG_BCH to KconfigAdam Ford11-13/+0
2017-09-01Convert CONFIG_SPL_OMAP3_ID_NAND to KconfigAdam Ford7-8/+0
2017-09-01Convert CONFIG_SYS_I2C_BUS_MAX to KconfigAdam Ford2-2/+0
2017-09-01Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAXAdam Ford1-1/+1
2017-09-01Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigsTom Rini19-145/+0
2017-09-01configs: Migrate all of the existing USB symbols, except fastbootTom Rini41-115/+0
2017-09-01Merge git://git.denx.de/u-boot-sunxiTom Rini1-1/+1
2017-09-01sunxi: Fix CONFIG_SUNXI_GMAC referencesDave Prue1-1/+1
2017-09-01Merge git://git.denx.de/u-boot-imxTom Rini3-0/+230
2017-09-01Merge git://git.denx.de/u-boot-uniphierTom Rini3-4/+21
2017-08-30i.MX6Q: icorem6: Add falcon modeJagan Teki1-0/+14
2017-08-30ARM: uniphier: remove unneeded NAND config optionsMasahiro Yamada1-3/+0
2017-08-29ofnode: add {ofnode, dev}_read_resource_byname()Masahiro Yamada2-1/+21
2017-08-28nvme: Adjust the 'nvme' command to use blk_common_cmd()Bin Meng1-0/+1
2017-08-26Merge git://git.denx.de/u-boot-x86Tom Rini3-13/+9
2017-08-26Merge git://www.denx.de/git/u-boot-cfi-flashTom Rini2-7/+0
2017-08-26igep00x0: merge igep0020 and igep0030 defconfigs to igep00x0_defconfigPau Pajuelo1-10/+35
2017-08-26arm: omap: Define command for booting Android from eMMCSemen Protsenko1-1/+19
2017-08-24serial: serial-uclass: Add generic serial RX buffer supportStefan Roese1-1/+9
2017-08-24Revert "serial: ns16550: Add RX interrupt buffer support"Stefan Roese1-10/+0
2017-08-24vbe: Drop vbe_get_video_info()Bin Meng1-2/+0
2017-08-23usb: gadget: add SDP driverStefan Agner1-0/+16
2017-08-23imx: move imximage header to common locationStefan Agner1-0/+200
2017-08-22mtd: cfi: staticize functionsMarek Vasut2-7/+0
2017-08-21Merge git://git.denx.de/u-boot-usbTom Rini4-4/+0
2017-08-21usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng4-4/+0
2017-08-20ARM: uniphier: remove sLD3 SoC supportMasahiro Yamada1-7/+1
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