aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-25configs: Resync with savedefconfigWIP/25May2021Tom Rini20-25/+16
2021-05-25net: Remove ne2000 driverTom Rini7-1603/+0
2021-05-25Merge tag 'efi-2021-07-rc4' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini10-162/+137
2021-05-25Merge tag 'mips-pull-2021-05-25' of https://source.denx.de/u-boot/custodians/...Tom Rini17-709/+81
2021-05-25doc: update and fix Qemu MIPS documentationDaniel Schwierzeck1-195/+78
2021-05-25MIPS: remove deprecated qemu_mips boardDaniel Schwierzeck15-512/+0
2021-05-25mips: octeon: octeon_ebb7304_defconfig: Fix CFI flash setupStefan Roese1-2/+3
2021-05-25efi_loader: Fix -Wextra warning for EFI TCG2Ilias Apalodimas1-18/+22
2021-05-25efi_loader: simplify accessing variablesHeinrich Schuchardt1-15/+18
2021-05-25efi_loader: use efi_create_indexed_name()Heinrich Schuchardt1-23/+14
2021-05-25efi_loader: simplify show_efi_boot_order()Heinrich Schuchardt1-14/+1
2021-05-25efi_loader: simplify show_efi_boot_opt_data()Heinrich Schuchardt1-12/+1
2021-05-25efi_loader: path length in efi_dp_from_name()Heinrich Schuchardt1-2/+7
2021-05-25efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabledMasahisa Kojima5-68/+73
2021-05-25efi_loader: remove weak efi_get_public_key_data()Heinrich Schuchardt1-10/+0
2021-05-25doc: usage: modify mmc man-pageJaehoon Chung1-1/+2
2021-05-24Prepare v2021.07-rc3v2021.07-rc3Tom Rini1-1/+1
2021-05-24Merge branch '2021-05-24-add-lto-support'Tom Rini110-187/+523
2021-05-24stackprot: Make our test a bit more complexTom Rini1-0/+7
2021-05-24ARM: enable LTO for some boardsMarek Behún14-0/+14
2021-05-24ARM: don't use --gc-sections with LTO when using private libgccMarek Behún1-0/+2
2021-05-24ARM: don't use -ffunction-sections/-fdata-sections with LTO buildMarek Behún1-2/+6
2021-05-24ARM: make LTO availableMarek Behún2-0/+3
2021-05-24ata: ahci: fix ahci_link_up() type mismatch for LTOMarek Behún1-1/+1
2021-05-24armv8: SPL: discard relocation informationMarek Behún1-0/+1
2021-05-24ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)Marek Behún1-0/+1
2021-05-24ARM: fix LTO for rockchip and samsungMarek Behún2-2/+2
2021-05-24ARM: fix LTO for seaboardMarek Behún1-0/+1
2021-05-24ARM: imx8m: fix imx_eqos_txclk_set_rate() type mismatch for LTOMarek Behún1-1/+1
2021-05-24ARM: kona: fix clk_bsc_enable() type mismatch for LTOMarek Behún1-1/+1
2021-05-24ARM: fix LTO for keystoneMarek Behún1-0/+1
2021-05-24ARM: fix LTO for apf27Marek Behún1-1/+1
2021-05-24ARM: fix LTO for imx28_xeaMarek Behún2-2/+2
2021-05-24ARM: fix LTO build for some thumb-interwork casesMarek Behún2-0/+3
2021-05-24ARM: make gd a function call for LTO and set via set_gd()Marek Behún5-12/+12
2021-05-24ARM: global_data: make set_gd() work for armv5 and armv6Marek Behún1-1/+3
2021-05-24sandbox: enable LTO by defaultMarek Behún1-0/+1
2021-05-24sandbox: make LTO availableMarek Behún2-0/+5
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek Behún5-11/+32
2021-05-24sandbox: errno: avoid conflict with libc's errnoMarek Behún2-2/+10
2021-05-24build: link with --build-id=noneMarek Behún2-0/+4
2021-05-24build: support building with Link Time OptimizationsMarek Behún6-3/+149
2021-05-24build: use thin archives instead of incremental linkingMarek Behún4-15/+19
2021-05-24Makefile, Makefile.spl: cosmetic changeMarek Behún2-11/+18
2021-05-24lib: crc32: put the crc_table variable into efi_runtime_rodata sectionMarek Behún1-1/+2
2021-05-24efi_selftest: compiler flags for efi_selftest_miniapp_exception.oMarek Behún1-0/+2
2021-05-24efi_loader: add macro for const EFI runtime dataMarek Behún1-0/+17
2021-05-24efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_dataMarek Behún1-3/+26
2021-05-24efi_loader: fix warning when linking with LTOMarek Behún1-2/+2
2021-05-24string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek Behún1-4/+5