summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-01net: pcnet: Remove CONFIG_PCNET_79C97xMarek Vasut1-1/+0
2020-05-01net: Fix warning when including netdev.h on DM systemsMarek Vasut1-0/+1
2020-04-30Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2-5/+18
2020-04-30Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini5-2/+105
2020-04-30Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-13/+22
2020-04-30Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini7-27/+63
2020-04-30board: Add a gd flag for chain loadingSimon Glass2-1/+2
2020-04-30acpi: Move the xsdt pointer to acpi_ctxSimon Glass1-0/+2
2020-04-30acpi: Put table-setup code in its own functionSimon Glass1-0/+10
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass2-0/+14
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass1-0/+36
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass2-0/+40
2020-04-30x86: cbfs: Drop unwanted declarationSimon Glass1-1/+1
2020-04-30efi_loader: remove CONFIG_EFI_SECURE_BOOT in efi_loader.hAKASHI Takahiro1-4/+1
2020-04-30efi_loader: identify EFI system partitionHeinrich Schuchardt1-0/+7
2020-04-30part: detect EFI system partitionHeinrich Schuchardt1-1/+10
2020-04-29Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini7-31/+7
2020-04-29driver: net: fm: add DM ETH supportMadalin Bucur1-0/+1
2020-04-29configs: ls1012afrwy: drop env qspi_bootcmdBiwen Li1-9/+0
2020-04-29configs: ls1046aqds: support distro bootBiwen Li2-12/+36
2020-04-29board: freescale: ls1028a: mux changes for lpuartYuantian Tang1-0/+7
2020-04-29configs: ls1088ardb: enable CONFIG_DM_ETH and relatedIoana Ciornei1-0/+2
2020-04-28Convert CONFIG_PHYLIB et al to KconfigTom Rini93-190/+0
2020-04-28ARM: dts: rmobile: Synchronize Gen2 DTs with Linux 5.6.2Marek Vasut7-31/+7
2020-04-28Merge tag 'u-boot-amlogic-20200428' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2-0/+3
2020-04-28Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-13/+89
2020-04-28Merge tag 'dm-pull-27apr20' of git://git.denx.de/u-boot-dmTom Rini2-299/+304
2020-04-28lx2160a : Update eMMC boot environment variableMeenakshi Aggarwal1-3/+13
2020-04-28configs: ls1021a: Append CMA configuration to bootargsAlison Wang1-2/+4
2020-04-28include/configs: ls1012afrwy: support dhcp bootBiwen Li1-1/+2
2020-04-28dm: clk: add stub when CONFIG_CLK is deactivatedPatrick Delaunay1-13/+89
2020-04-28arm64: dts: meson: sync dt and bindings from v5.7-rc1Neil Armstrong2-0/+3
2020-04-28Merge tag 'mips-pull-2020-04-27' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini12-2/+178
2020-04-27mips: Add support for SoM "VoCore2".Mauro Condarelli1-0/+54
2020-04-27mips: mtmips: add support for mt7628-rfbWeijie Gao1-0/+56
2020-04-27mips: mtmips: enable SPL for all boardsWeijie Gao2-2/+41
2020-04-27spl: spl_nor: Move legacy image loading into spl_legacy.cStefan Roese1-0/+13
2020-04-27bmips: allow disabling usb supportÁlvaro Fernández Rojas7-0/+14
2020-04-27xilinx: Make Xilinx custom distro boot commands more verboseMichal Simek3-11/+22
2020-04-27xilinx: Move initrd_high setup to common locationMichal Simek1-1/+0
2020-04-27mmc: zynq: parse dt when probingBenedikt Grassl1-1/+0
2020-04-27ARC: HSDK-4xD: use separate config fileEugeniy Paltsev1-0/+120
2020-04-27ARC: HSDK: CGU: add support for timer clockEugeniy Paltsev1-2/+3
2020-04-26libfdt: split fdt_region declarations out to <fdt_region.h>Masahiro Yamada2-299/+304
2020-04-24arm: actions: add S700 SoC device treeAmit Singh Tomar2-0/+152
2020-04-24arm: dts: sync dts for Action Semi S900Amit Singh Tomar3-77/+194
2020-04-24arm: actions: Add common framework for Actions Owl Semi SoCsAmit Singh Tomar1-3/+3
2020-04-24dm: mmc: Update mmc_get_mmc_dev() to use const *Simon Glass1-1/+1
2020-04-24pci: Add a macro to convert BDF from linux to U-BootSimon Glass1-0/+3
2020-04-24uuid: Use const char * where possibleSimon Glass1-3/+5