summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-08-07configs: move RTC_MV config from mv-plug-common.h to boardsChris Packham5-7/+16
2018-08-06mvebu: clearfog: use kconfig symbols to select boot deviceBaruch Siach1-14/+2
2018-08-06mvebu: consolidate SPL boot device config symbolsBaruch Siach1-2/+2
2018-08-05Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini11-28/+260
2018-08-04ti_omap3_common: Add CONFIG_SYS_NS16550_COMx entriesAdam Ford3-8/+2
2018-08-04clk: add clk_valid()Fabrice Gasnier1-0/+10
2018-08-04Add Beaglebone Enhanced supportKoen Kooi1-0/+2
2018-08-02binman: Add a new 'image-pos' propertySimon Glass1-1/+1
2018-08-02binman: Rename 'position' to 'offset'Simon Glass1-1/+1
2018-08-01Merge tag 'arc-updates-for-2018.09-rc2' of git://git.denx.de/u-boot-arcTom Rini1-0/+7
2018-08-01Merge git://git.denx.de/u-boot-mpc85xxTom Rini2-2/+0
2018-07-31Revert "powerpc/T104xRDB: Fix endian access issue on EHCI intinalization"Ran Wang1-1/+0
2018-07-31Revert "powerpc/p1_p2_rdb_pc: Fix endian access issue on EHCI intinalization"Ran Wang1-1/+0
2018-07-31configs: sunxi: Drop CONFIG_SUNXI_USB_PHYSJagan Teki6-20/+0
2018-07-31sunxi: add support for Allwinner H6 SoCIcenowy Zheng4-0/+239
2018-07-31sunxi: change GIC address on H6Icenowy Zheng1-0/+5
2018-07-31sunxi: add config for SPL at 0x20000 on H6Icenowy Zheng1-0/+5
2018-07-31sunxi: change SUNXI_HIGH_SRAM option to SUNXI_SRAM_ADDRESSIcenowy Zheng1-8/+11
2018-07-31ARC: AXS10x: add tool and make target to generate bspEugeniy Paltsev1-0/+7
2018-07-30Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini4-8/+64
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini1-1/+1
2018-07-28tpm: allow TPM v1 and v2 to be compiled at the same timeMiquel Raynal1-6/+34
2018-07-28tpm: fix typo in kernel docMiquel Raynal1-1/+1
2018-07-27Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini15-45/+39
2018-07-27openrd: Once again shrink binary sizeTom Rini2-11/+1
2018-07-26net: phy: add ofnode node to struct phy_deviceGrygorii Strashko1-0/+13
2018-07-26phy: Break include cycleJoe Hershberger3-56/+67
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger1-0/+11
2018-07-26net: When checking prerequisites, consider boot_file_nameJoe Hershberger1-0/+3
2018-07-26armv8: ls1046ardb: Add falcon mode for for QSPI bootYork Sun2-6/+25
2018-07-26powerpc: mpc85xx: Drop u-boot-with-spl.bin on selected boardsYork Sun8-8/+0
2018-07-26armv8: layerscape: Drop u-boot-with-spl.bin for selected boardsYork Sun4-6/+0
2018-07-26armv8: ls1046ardb: Enable IFC for SPL buildYork Sun1-1/+3
2018-07-26armv8: ls1046ardb: ls1046aqds: Move SPL macros to defconfigYork Sun1-9/+0
2018-07-26armv8: ls2088ardb: Move CONFIG_SPI_FLASH, CONFIG_SPI_FLASH_SPANSION to defconfigAshish Kumar1-4/+0
2018-07-26LS1088ARDB: Secure Boot:Change load address of dpl header in SDVinitha V Pillai1-1/+1
2018-07-26armv8: ls1088a: change dpl load command from apply to lazyapplyJagdish Gediya2-11/+11
2018-07-25efi_loader: remove unused efi_get_time_init()Heinrich Schuchardt1-1/+0
2018-07-25efi_loader: correct signature of CalculateCrc32()Heinrich Schuchardt1-2/+3
2018-07-25efi_loader: allocate configuration table arrayHeinrich Schuchardt1-0/+3
2018-07-25efi_loader: calculate crc32 for EFI tablesHeinrich Schuchardt1-0/+2
2018-07-25efi_loader: provide firmware revisionHeinrich Schuchardt1-1/+1
2018-07-25efi_loader: correct EFI_RUNTIME_SERVICES_SIGNATUREHeinrich Schuchardt1-1/+1
2018-07-25efi_loader: specify UEFI spec revisionHeinrich Schuchardt1-1/+4
2018-07-25efi_loader: set revision in loaded image protocolHeinrich Schuchardt1-0/+2
2018-07-25efi_loader: check map_key in ExitBootServicesHeinrich Schuchardt1-0/+3
2018-07-25efi_loader: Rename sections to allow for implicit dataAlexander Graf1-2/+2
2018-07-25elf: Move x86 reloc defines to common elf.hAlexander Graf1-0/+35
2018-07-25efi_loader: Introduce ms abi vararg helpersAlexander Graf1-0/+8
2018-07-25Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2-47/+48