aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/26May2021Tom Rini2021-05-2648-831/+5310
|\
| * drivers: pci: pcie_dw_common: fix Werror compilation errorGreen Wan2021-05-241-25/+29
| * riscv: cpu: fu740: clear feature disable CSRGreen Wan2021-05-241-0/+15
| * board: sifive: add HiFive Unmatched board supportGreen Wan2021-05-2413-3/+862
| * riscv: dts: add SiFive Unmatched board supportGreen Wan2021-05-244-0/+1790
| * riscv: dts: add fu740 supportGreen Wan2021-05-244-0/+478
| * drivers: pci: add pcie support for fu740Green Wan2021-05-243-0/+518
| * drivers: ram: sifive: rename fu540_ddr and add fu740 supportGreen Wan2021-05-243-49/+50
| * drivers: clk: add fu740 supportGreen Wan2021-05-2410-755/+1288
| * riscv: cpu: fu740: Add support for cpu fu740Green Wan2021-05-2412-0/+281
* | configs: Resync with savedefconfigTom Rini2021-05-2520-25/+16
* | net: Remove ne2000 driverTom Rini2021-05-257-1603/+0
* | Merge tag 'efi-2021-07-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-05-2510-162/+137
|\ \
| * | efi_loader: Fix -Wextra warning for EFI TCG2Ilias Apalodimas2021-05-251-18/+22
| * | efi_loader: simplify accessing variablesHeinrich Schuchardt2021-05-251-15/+18
| * | efi_loader: use efi_create_indexed_name()Heinrich Schuchardt2021-05-251-23/+14
| * | efi_loader: simplify show_efi_boot_order()Heinrich Schuchardt2021-05-251-14/+1
| * | efi_loader: simplify show_efi_boot_opt_data()Heinrich Schuchardt2021-05-251-12/+1
| * | efi_loader: path length in efi_dp_from_name()Heinrich Schuchardt2021-05-251-2/+7
| * | efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima2021-05-255-68/+73
| * | efi_loader: remove weak efi_get_public_key_data()Heinrich Schuchardt2021-05-251-10/+0
| * | doc: usage: modify mmc man-pageJaehoon Chung2021-05-251-1/+2
* | | Merge tag 'mips-pull-2021-05-25' of https://source.denx.de/u-boot/custodians/...Tom Rini2021-05-2517-709/+81
|\ \ \ | |/ / |/| |
| * | doc: update and fix Qemu MIPS documentationDaniel Schwierzeck2021-05-251-195/+78
| * | MIPS: remove deprecated qemu_mips boardDaniel Schwierzeck2021-05-2515-512/+0
| * | mips: octeon: octeon_ebb7304_defconfig: Fix CFI flash setupStefan Roese2021-05-251-2/+3
|/ /
* | Prepare v2021.07-rc3v2021.07-rc3Tom Rini2021-05-241-1/+1
* | Merge branch '2021-05-24-add-lto-support'Tom Rini2021-05-24110-187/+523
|\ \ | |/ |/|
| * stackprot: Make our test a bit more complexWIP/2021-05-24-add-lto-supportTom Rini2021-05-241-0/+7
| * ARM: enable LTO for some boardsMarek Behún2021-05-2414-0/+14
| * ARM: don't use --gc-sections with LTO when using private libgccMarek Behún2021-05-241-0/+2
| * ARM: don't use -ffunction-sections/-fdata-sections with LTO buildMarek Behún2021-05-241-2/+6
| * ARM: make LTO availableMarek Behún2021-05-242-0/+3
| * ata: ahci: fix ahci_link_up() type mismatch for LTOMarek Behún2021-05-241-1/+1
| * armv8: SPL: discard relocation informationMarek Behún2021-05-241-0/+1
| * ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)Marek Behún2021-05-241-0/+1
| * ARM: fix LTO for rockchip and samsungMarek Behún2021-05-242-2/+2
| * ARM: fix LTO for seaboardMarek Behún2021-05-241-0/+1
| * ARM: imx8m: fix imx_eqos_txclk_set_rate() type mismatch for LTOMarek Behún2021-05-241-1/+1
| * ARM: kona: fix clk_bsc_enable() type mismatch for LTOMarek Behún2021-05-241-1/+1
| * ARM: fix LTO for keystoneMarek Behún2021-05-241-0/+1
| * ARM: fix LTO for apf27Marek Behún2021-05-241-1/+1
| * ARM: fix LTO for imx28_xeaMarek Behún2021-05-242-2/+2
| * ARM: fix LTO build for some thumb-interwork casesMarek Behún2021-05-242-0/+3
| * ARM: make gd a function call for LTO and set via set_gd()Marek Behún2021-05-245-12/+12
| * ARM: global_data: make set_gd() work for armv5 and armv6Marek Behún2021-05-241-1/+3
| * sandbox: enable LTO by defaultMarek Behún2021-05-241-0/+1
| * sandbox: make LTO availableMarek Behún2021-05-242-0/+5
| * sandbox: use sections instead of symbols for getopt array boundariesMarek Behún2021-05-245-11/+32
| * sandbox: errno: avoid conflict with libc's errnoMarek Behún2021-05-242-2/+10