summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* include/configs: drop default definitions of CONFIG_SYS_PBSIZEThomas Petazzoni2017-09-03220-433/+1
* include/config_fallbacks.h: change fallback for CONFIG_SYS_PBSIZEThomas Petazzoni2017-09-031-1/+1
* include/configs: remove CONFIG_SYS_CBSIZE when the default value is usedThomas Petazzoni2017-09-03161-452/+0
* include/config_fallbacks.h: add default for CONFIG_SYS_CBSIZEThomas Petazzoni2017-09-031-0/+9
* part: efi: Disable overlap checkMaxime Ripard2017-09-031-7/+21
* part: efi: make gpt_fill_pte take the device descriptorMaxime Ripard2017-09-032-5/+8
* part: efi: rework the partition start and size in gpt_fill_pteMaxime Ripard2017-09-031-6/+8
* part: efi: Fix offsetMaxime Ripard2017-09-031-3/+7
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-09-023-6/+5
|\
| * x86: theadorable-x86-common: Remove "ip=dhcp" from default environmentStefan Roese2017-09-021-2/+2
| * x86: baytrail: acpi: Add full reset bit to the reset register value in FADTBin Meng2017-09-021-1/+1
| * x86: ich-spi: Clear atomic preop only when SPI settings are not lockedBin Meng2017-09-021-1/+2
| * x86: ich-spi: Remove useless assignment in ich_spi_xfer()Bin Meng2017-09-021-2/+0
* | Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is setAdam Ford2017-09-027-32/+49
* | omap3_logic: Move CONFIG_SYS_NAND_U_BOOT_OFFS to KconfigAdam Ford2017-09-022-1/+2
|/
* Convert CONFIG_BCH to KconfigAdam Ford2017-09-0136-20/+29
* Convert CONFIG_SPL_OMAP3_ID_NAND to KconfigAdam Ford2017-09-0111-13/+7
* Convert CONFIG_SYS_I2C_BUS_MAX to KconfigAdam Ford2017-09-017-6/+10
* Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAXAdam Ford2017-09-017-15/+15
* Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigsTom Rini2017-09-0185-228/+187
* configs: Migrate all of the existing USB symbols, except fastbootTom Rini2017-09-01230-115/+314
* Revert "Merge git://git.denx.de/u-boot-video"Tom Rini2017-09-012-17/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-09-015-6/+5
|\
| * sunxi: Fix CONFIG_SUNXI_GMAC referencesDave Prue2017-09-015-6/+5
* | Merge git://git.denx.de/u-boot-videoTom Rini2017-09-012-1/+17
|\ \
| * | video: ipuv3_fb: skip IPU shutdown if IPU was not enabled beforeAnatolij Gustschin2017-08-291-1/+12
| * | splash_source: Verify FIT magicNiko Mauno2017-08-291-0/+5
* | | Merge git://git.denx.de/u-boot-imxTom Rini2017-09-0147-279/+1156
|\ \ \
| * | | i.MX6Q: icorem6: Add falcon modeJagan Teki2017-08-303-0/+26
| * | | i.MX6Q: spl: Fix falcon to use dram_init_banksizeJagan Teki2017-08-301-0/+12
| * | | imx: remove SATA boot mode for i.MX 6UL and 6ULLStefan Agner2017-08-301-0/+2
| * | | icorem6: Fix to find MMC devicesJagan Teki2017-08-292-2/+0
| * | | imx6: don't include unneeded boot_mode array in SPLAnatolij Gustschin2017-08-291-0/+2
| * | | spl: do not repeat timer init on i.MX6Anatolij Gustschin2017-08-291-1/+1
| * | | imx: timer: don't clear the GPT control register multiple timesAnatolij Gustschin2017-08-291-2/+1
| * | | pfla02: Fix RAM detection and support 1 bank SOMStefano Babic2017-08-292-33/+60
| * | | imx: imx6: Move gpr_init() function to soc.cBreno Lima2017-08-2819-200/+19
| * | | imx: use BOOT_DEVICE_BOARD instead of UARTStefan Agner2017-08-251-2/+2
| * | | imx: fix USB boot mode detection for i.MX 6UL and 6ULLStefan Agner2017-08-252-2/+7
| * | | pinctrl: imx7ulp: Add new info instance for iomuxc1Peng Fan2017-08-231-3/+7
| * | | pinctrl: imx: Fix mask when SHARE_MUX_CONF_REG is setPeng Fan2017-08-231-1/+1
| * | | imx: fix licensing in i.MX filesStefano Babic2017-08-234-35/+4
| * | | imx: mx7: psci: add copyright and licensePeng Fan2017-08-232-0/+14
| * | | apalis/colibri_imx6: enable SDP by defaultStefan Agner2017-08-232-0/+8
| * | | apalis/colibri_imx6: use independent USB PID for SPLStefan Agner2017-08-232-0/+26
| * | | doc: add Serial Download Protocol documentationStefan Agner2017-08-231-0/+100
| * | | spl: add serial download protocol (SDP) supportStefan Agner2017-08-234-0/+45
| * | | cmd: add sdp commandStefan Agner2017-08-233-0/+58
| * | | usb: gadget: sdp: extend images compatible for jumpsStefan Agner2017-08-231-2/+18
| * | | usb: gadget: add SDP driverStefan Agner2017-08-234-0/+745