summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-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 complexTom 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
| * build: link with --build-id=noneMarek Behún2021-05-242-0/+4
| * build: support building with Link Time OptimizationsMarek Behún2021-05-246-3/+149
| * build: use thin archives instead of incremental linkingMarek Behún2021-05-244-15/+19
| * Makefile, Makefile.spl: cosmetic changeMarek Behún2021-05-242-11/+18
| * lib: crc32: put the crc_table variable into efi_runtime_rodata sectionMarek Behún2021-05-241-1/+2
| * efi_selftest: compiler flags for efi_selftest_miniapp_exception.oMarek Behún2021-05-241-0/+2
| * efi_loader: add macro for const EFI runtime dataMarek Behún2021-05-241-0/+17
| * efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_dataMarek Behún2021-05-241-3/+26
| * efi_loader: fix warning when linking with LTOMarek Behún2021-05-241-2/+2
| * string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek Behún2021-05-241-4/+5
| * test/py: improve regular expression for ut subtest symbol matcherMarek Behún2021-05-241-1/+1
| * compiler.h: align the __ADDRESSABLE macro with Linux' versionMarek Behún2021-05-241-1/+1
| * treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-2452-107/+110
| * checkpatch: require quotes around section name in the __section() macroMarek Behún2021-05-241-1/+1
| * regmap: fix a serious pointer casting bugMarek Behún2021-05-241-2/+57
| * test: Avoid random numbers in dm_test_devm_regmap()Simon Glass2021-05-241-2/+1