- 7ce6b42 configs: Resync with savedefconfig by Tom Rini · 3 years, 6 months ago
- d8d2d36 net: Remove ne2000 driver by Tom Rini · 3 years, 6 months ago
- 1803854 Merge tag 'efi-2021-07-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 6 months ago
- d90ef1e Merge tag 'mips-pull-2021-05-25' of https://source.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 3 years, 6 months ago
- 6195134 doc: update and fix Qemu MIPS documentation by Daniel Schwierzeck · 3 years, 7 months ago
- 34a179b MIPS: remove deprecated qemu_mips board by Daniel Schwierzeck · 3 years, 7 months ago
- 6cc1256 mips: octeon: octeon_ebb7304_defconfig: Fix CFI flash setup by Stefan Roese · 3 years, 7 months ago
- 190b0a2 efi_loader: Fix -Wextra warning for EFI TCG2 by Ilias Apalodimas · 3 years, 6 months ago
- e8324f5 efi_loader: simplify accessing variables by Heinrich Schuchardt · 3 years, 6 months ago
- 9a5e74e efi_loader: use efi_create_indexed_name() by Heinrich Schuchardt · 3 years, 6 months ago
- 682510f efi_loader: simplify show_efi_boot_order() by Heinrich Schuchardt · 3 years, 6 months ago
- e6720b9 efi_loader: simplify show_efi_boot_opt_data() by Heinrich Schuchardt · 3 years, 6 months ago
- 158c0d7 efi_loader: path length in efi_dp_from_name() by Heinrich Schuchardt · 3 years, 6 months ago
- 915e427 efi_loader: expose efi_image_parse() even if UEFI Secure Boot is disabled by Masahisa Kojima · 3 years, 7 months ago
- 2426963 efi_loader: remove weak efi_get_public_key_data() by Heinrich Schuchardt · 3 years, 6 months ago
- f14d260 doc: usage: modify mmc man-page by Jaehoon Chung · 3 years, 7 months ago
- 3d1efda Prepare v2021.07-rc3 by Tom Rini · 3 years, 6 months ago
- 0c268d7 Merge branch '2021-05-24-add-lto-support' by Tom Rini · 3 years, 6 months ago
- e89befe stackprot: Make our test a bit more complex by Tom Rini · 3 years, 6 months ago
- e56f286 ARM: enable LTO for some boards by Marek Behún · 3 years, 6 months ago
- 701bc2e ARM: don't use --gc-sections with LTO when using private libgcc by Marek Behún · 3 years, 6 months ago
- 2a9079e ARM: don't use -ffunction-sections/-fdata-sections with LTO build by Marek Behún · 3 years, 6 months ago
- 4778a58 ARM: make LTO available by Marek Behún · 3 years, 6 months ago
- 2eba192 ata: ahci: fix ahci_link_up() type mismatch for LTO by Marek Behún · 3 years, 6 months ago
- 57fd799 armv8: SPL: discard relocation information by Marek Behún · 3 years, 6 months ago
- 900dd0e ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards) by Marek Behún · 3 years, 6 months ago
- 35f307d ARM: fix LTO for rockchip and samsung by Marek Behún · 3 years, 6 months ago
- 332731e ARM: fix LTO for seaboard by Marek Behún · 3 years, 6 months ago
- 789a99e ARM: imx8m: fix imx_eqos_txclk_set_rate() type mismatch for LTO by Marek Behún · 3 years, 6 months ago
- d1cc32d ARM: kona: fix clk_bsc_enable() type mismatch for LTO by Marek Behún · 3 years, 6 months ago
- 5e4727b ARM: fix LTO for keystone by Marek Behún · 3 years, 6 months ago
- 4c0237c ARM: fix LTO for apf27 by Marek Behún · 3 years, 6 months ago
- 90dcc4f ARM: fix LTO for imx28_xea by Marek Behún · 3 years, 6 months ago
- a62fac9 ARM: fix LTO build for some thumb-interwork cases by Marek Behún · 3 years, 6 months ago
- a8cf155 ARM: make gd a function call for LTO and set via set_gd() by Marek Behún · 3 years, 6 months ago
- c2854e0 ARM: global_data: make set_gd() work for armv5 and armv6 by Marek Behún · 3 years, 6 months ago
- f8bd43f sandbox: enable LTO by default by Marek Behún · 3 years, 6 months ago
- 7243493 sandbox: make LTO available by Marek Behún · 3 years, 6 months ago
- 184c4af sandbox: use sections instead of symbols for getopt array boundaries by Marek Behún · 3 years, 6 months ago
- 7bd4e1d sandbox: errno: avoid conflict with libc's errno by Marek Behún · 3 years, 6 months ago
- c12708b build: link with --build-id=none by Marek Behún · 3 years, 6 months ago
- d72a3b7 build: support building with Link Time Optimizations by Marek Behún · 3 years, 6 months ago
- f872685 build: use thin archives instead of incremental linking by Marek Behún · 3 years, 6 months ago
- 9dc47af Makefile, Makefile.spl: cosmetic change by Marek Behún · 3 years, 6 months ago
- f566a18 lib: crc32: put the crc_table variable into efi_runtime_rodata section by Marek Behún · 3 years, 6 months ago
- 3d2010c efi_selftest: compiler flags for efi_selftest_miniapp_exception.o by Marek Behún · 3 years, 6 months ago
- e7d8e45 efi_loader: add macro for const EFI runtime data by Marek Behún · 3 years, 6 months ago
- 4a4169b efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data by Marek Behún · 3 years, 6 months ago
- 6950450 efi_loader: fix warning when linking with LTO by Marek Behún · 3 years, 6 months ago
- cde6978 string: make memcpy(), memset(), memcmp() and memmove() visible for LTO by Marek Behún · 3 years, 6 months ago
- e92ed49 test/py: improve regular expression for ut subtest symbol matcher by Marek Behún · 3 years, 6 months ago
- 959473d compiler.h: align the __ADDRESSABLE macro with Linux' version by Marek Behún · 3 years, 6 months ago
- 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
- d52b1c6 checkpatch: require quotes around section name in the __section() macro by Marek Behún · 3 years, 6 months ago
- 1044886 regmap: fix a serious pointer casting bug by Marek Behún · 3 years, 6 months ago
- 9d6710c test: Avoid random numbers in dm_test_devm_regmap() by Simon Glass · 3 years, 7 months ago
- 65b0dea pylibfdt: Rework "avoid unused variable warning" lines by Tom Rini · 3 years, 6 months ago
- e80a4fd Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 3 years, 6 months ago
- 651d5a7 pinctrl: renesas: Implement unlock register masks by Marek Vasut · 3 years, 7 months ago
- da744be pinctrl: renesas: Fix R-Car Gen2 help text by Marek Vasut · 3 years, 7 months ago
- 8a54891 pinctrl: renesas: Deduplicate Kconfig by Marek Vasut · 3 years, 7 months ago
- a313601 gpio: renesas: Pass struct udevice to rcar_gpio_set_direction() by Marek Vasut · 3 years, 7 months ago
- 8f56786 clk: renesas: Deduplicate gen3_clk_get_rate64() PLL handling by Marek Vasut · 3 years, 7 months ago
- 9480346 clk: renesas: Add register pointers into struct cpg_mssr_info by Hai Pham · 4 years, 1 month ago
- 016a4c2 clk: renesas: Introduce enum clk_reg_layout by Hai Pham · 4 years, 1 month ago
- 5460ee0 clk: renesas: Pass struct cpg_mssr_info to renesas_clk_endisable() by Hai Pham · 4 years, 6 months ago
- 814217e clk: renesas: Make reset controller modemr register offset configurable by Marek Vasut · 3 years, 7 months ago
- 215de2b clk: renesas: Add support for RPCD2 clock by Hai Pham · 4 years, 4 months ago
- 1a61896 clk: renesas: Fix Realtime Module Stop Control Register offsets by Hai Pham · 4 years, 6 months ago
- f2279df clk: renesas: Fix incorrect return RPC clk_get_rate by Hai Pham · 4 years ago
- f5fec9d clk: renesas: Reinstate RPC clock on R-Car D3/E3 by Marek Vasut · 3 years, 7 months ago
- 0e8dcb7 clk: renesas: Synchronize R-Car Gen3 tables with Linux 5.12 by Marek Vasut · 3 years, 7 months ago
- aac4de2 clk: renesas: Synchronize R-Car Gen2 tables with Linux 5.12 by Marek Vasut · 3 years, 7 months ago
- 8538d53 clk: renesas: Synchronize RZ/G2 tables with Linux 5.12 by Marek Vasut · 3 years, 7 months ago
- fb0b422 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 6 months ago
- 24ef611 Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 6 months ago
- fb726c5 arm: mvebu: armada-3720-uDPU.dts: Change back to phy-mode "2500base-x" by Stefan Roese · 3 years, 7 months ago
- 0db0f35 net: mvpp2: add explicit sgmii-2500 support by Marcin Wojtas · 3 years, 7 months ago
- 4032d40 net: mvpp2: allow MDIO registration for fixed links by Stefan Chulski · 3 years, 7 months ago
- 95c292c net: mvpp2: fix missing switch case break by Ben Peled · 3 years, 7 months ago
- 6c6a936 net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REG by Ben Peled · 3 years, 7 months ago
- 03da362 net: mvpp2: AN Bypass in 1000 and 2500 basex mode by Ben Peled · 3 years, 7 months ago
- 4de58cb net: mvpp2: Fix 2.5G GMII_SPEED configurations by Stefan Chulski · 3 years, 7 months ago
- 995e46a net: mvpp2: remove redundant SMI address configuration by Marcin Wojtas · 3 years, 7 months ago
- 237105f net: mvpp2: add 1000BaseX and 2500BaseX ppv2 support by Stefan Chulski · 3 years, 7 months ago
- b3f12b5 net: mvpp2: add CP115 port1 10G/5G SFI support by Stefan Chulski · 3 years, 7 months ago
- 6a0218d phy: introduce 1000BaseX and 2500BaseX modes by Stefan Chulski · 3 years, 7 months ago
- 3d974fd Merge tag 'xilinx-for-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 3 years, 6 months ago
- ef3757e riscv: ae350: Increase malloc size for binman spl flow by Rick Chen · 3 years, 7 months ago
- 442d446 riscv: Drop USE_SPL_FIT_GENERATOR by Bin Meng · 3 years, 7 months ago
- 6b977a4 riscv: ae350: Switch to use binman to generate u-boot.itb by Bin Meng · 3 years, 7 months ago
- 1255ab8 riscv: qemu: Switch to use binman to generate u-boot.itb by Bin Meng · 3 years, 7 months ago
- eada910 riscv: dts: Sort build targets in alphabetical order by Bin Meng · 3 years, 7 months ago
- d72582f binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE by Bin Meng · 3 years, 7 months ago
- c9155f1 lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED by Bin Meng · 3 years, 7 months ago
- ced2097 riscv: sifive: unleashed: Switch to use binman to generate u-boot.itb by Bin Meng · 3 years, 7 months ago
- e6cfcdf makefile: Pass OpenSBI blob to binman make rules by Bin Meng · 3 years, 7 months ago
- c0b1574 binman: Add support for RISC-V OpenSBI fw_dynamic blob by Bin Meng · 3 years, 7 months ago
- 16cf566 binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts by Bin Meng · 3 years, 7 months ago
- bbf293b binman: Correct the comment for ATF entry type by Bin Meng · 3 years, 7 months ago