summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * clk: renesas: Introduce enum clk_reg_layoutHai Pham2021-05-211-0/+6
| * clk: renesas: Pass struct cpg_mssr_info to renesas_clk_endisable()Hai Pham2021-05-214-6/+8
| * clk: renesas: Make reset controller modemr register offset configurableMarek Vasut2021-05-2120-5/+21
| * clk: renesas: Add support for RPCD2 clockHai Pham2021-05-212-5/+17
| * clk: renesas: Fix Realtime Module Stop Control Register offsetsHai Pham2021-05-211-1/+1
| * clk: renesas: Fix incorrect return RPC clk_get_rateHai Pham2021-05-211-1/+1
| * clk: renesas: Reinstate RPC clock on R-Car D3/E3Marek Vasut2021-05-212-0/+18
| * clk: renesas: Synchronize R-Car Gen3 tables with Linux 5.12Marek Vasut2021-05-217-163/+212
| * clk: renesas: Synchronize R-Car Gen2 tables with Linux 5.12Marek Vasut2021-05-215-9/+6
| * clk: renesas: Synchronize RZ/G2 tables with Linux 5.12Marek Vasut2021-05-213-5/+26
* | Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-05-203-100/+165
|\ \
| * | arm: mvebu: armada-3720-uDPU.dts: Change back to phy-mode "2500base-x"Stefan Roese2021-05-201-2/+2
| * | net: mvpp2: add explicit sgmii-2500 supportMarcin Wojtas2021-05-201-16/+12
| * | net: mvpp2: allow MDIO registration for fixed linksStefan Chulski2021-05-201-4/+13
| * | net: mvpp2: fix missing switch case breakBen Peled2021-05-201-0/+2
| * | net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REGBen Peled2021-05-201-3/+0
| * | net: mvpp2: AN Bypass in 1000 and 2500 basex modeBen Peled2021-05-201-2/+4
| * | net: mvpp2: Fix 2.5G GMII_SPEED configurationsStefan Chulski2021-05-201-1/+2
| * | net: mvpp2: remove redundant SMI address configurationMarcin Wojtas2021-05-201-12/+0
| * | net: mvpp2: add 1000BaseX and 2500BaseX ppv2 supportStefan Chulski2021-05-201-5/+112
| * | net: mvpp2: add CP115 port1 10G/5G SFI supportStefan Chulski2021-05-201-58/+17