summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * pylibfdt: Rework "avoid unused variable warning" linesTom Rini2021-05-241-2/+2
|/
* Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini2021-05-2325-377/+452
|\
| * pinctrl: renesas: Implement unlock register masksMarek Vasut2021-05-212-21/+20
| * pinctrl: renesas: Fix R-Car Gen2 help textMarek Vasut2021-05-211-5/+5
| * pinctrl: renesas: Deduplicate KconfigMarek Vasut2021-05-211-69/+5
| * gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()Marek Vasut2021-05-211-7/+6
| * clk: renesas: Deduplicate gen3_clk_get_rate64() PLL handlingMarek Vasut2021-05-211-43/+43
| * clk: renesas: Add register pointers into struct cpg_mssr_infoHai Pham2021-05-213-45/+65