summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-24ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)Marek Behún
2021-05-24ARM: fix LTO for rockchip and samsungMarek Behún
2021-05-24ARM: fix LTO for seaboardMarek Behún
2021-05-24ARM: imx8m: fix imx_eqos_txclk_set_rate() type mismatch for LTOMarek Behún
2021-05-24ARM: kona: fix clk_bsc_enable() type mismatch for LTOMarek Behún
2021-05-24ARM: fix LTO for keystoneMarek Behún
2021-05-24ARM: fix LTO for apf27Marek Behún
2021-05-24ARM: fix LTO for imx28_xeaMarek Behún
2021-05-24ARM: fix LTO build for some thumb-interwork casesMarek Behún
2021-05-24ARM: make gd a function call for LTO and set via set_gd()Marek Behún
2021-05-24ARM: global_data: make set_gd() work for armv5 and armv6Marek Behún
2021-05-24sandbox: enable LTO by defaultMarek Behún
2021-05-24sandbox: make LTO availableMarek Behún
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek Behún
2021-05-24sandbox: errno: avoid conflict with libc's errnoMarek Behún
2021-05-24build: link with --build-id=noneMarek Behún
2021-05-24build: support building with Link Time OptimizationsMarek Behún
2021-05-24build: use thin archives instead of incremental linkingMarek Behún
2021-05-24Makefile, Makefile.spl: cosmetic changeMarek Behún
2021-05-24lib: crc32: put the crc_table variable into efi_runtime_rodata sectionMarek Behún
2021-05-24efi_selftest: compiler flags for efi_selftest_miniapp_exception.oMarek Behún
2021-05-24efi_loader: add macro for const EFI runtime dataMarek Behún
2021-05-24efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_dataMarek Behún
2021-05-24efi_loader: fix warning when linking with LTOMarek Behún
2021-05-24string: make memcpy(), memset(), memcmp() and memmove() visible for LTOMarek Behún
2021-05-24test/py: improve regular expression for ut subtest symbol matcherMarek Behún
2021-05-24compiler.h: align the __ADDRESSABLE macro with Linux' versionMarek Behún
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún
2021-05-24checkpatch: require quotes around section name in the __section() macroMarek Behún
2021-05-24regmap: fix a serious pointer casting bugMarek Behún
2021-05-24test: Avoid random numbers in dm_test_devm_regmap()Simon Glass
2021-05-24pylibfdt: Rework "avoid unused variable warning" linesTom Rini
2021-05-23Merge https://source.denx.de/u-boot/custodians/u-boot-shTom Rini
2021-05-21pinctrl: renesas: Implement unlock register masksMarek Vasut
2021-05-21pinctrl: renesas: Fix R-Car Gen2 help textMarek Vasut
2021-05-21pinctrl: renesas: Deduplicate KconfigMarek Vasut
2021-05-21gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()Marek Vasut
2021-05-21clk: renesas: Deduplicate gen3_clk_get_rate64() PLL handlingMarek Vasut
2021-05-21clk: renesas: Add register pointers into struct cpg_mssr_infoHai Pham
2021-05-21clk: renesas: Introduce enum clk_reg_layoutHai Pham
2021-05-21clk: renesas: Pass struct cpg_mssr_info to renesas_clk_endisable()Hai Pham
2021-05-21clk: renesas: Make reset controller modemr register offset configurableMarek Vasut
2021-05-21clk: renesas: Add support for RPCD2 clockHai Pham
2021-05-21clk: renesas: Fix Realtime Module Stop Control Register offsetsHai Pham
2021-05-21clk: renesas: Fix incorrect return RPC clk_get_rateHai Pham
2021-05-21clk: renesas: Reinstate RPC clock on R-Car D3/E3Marek Vasut
2021-05-21clk: renesas: Synchronize R-Car Gen3 tables with Linux 5.12Marek Vasut
2021-05-21clk: renesas: Synchronize R-Car Gen2 tables with Linux 5.12Marek Vasut
2021-05-21clk: renesas: Synchronize RZ/G2 tables with Linux 5.12Marek Vasut
2021-05-20Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini