- be1e77f sandbox: errno: avoid conflict with libc's errno by Marek Behún · 3 years, 6 months ago
- da48bd9 build: link with --build-id=none by Marek Behún · 3 years, 6 months ago
- c109498 build: support building with Link Time Optimizations by Marek Behún · 3 years, 6 months ago
- 958f2e5 build: use thin archives instead of incremental linking by Marek Behún · 3 years, 6 months ago
- 1445836 Makefile, Makefile.spl: cosmetic change by Marek Behún · 3 years, 6 months ago
- 98e55f9 lib: crc32: put the crc_table variable into efi_runtime_rodata section by Marek Behún · 3 years, 6 months ago
- ead698a efi_selftest: compiler flags for efi_selftest_miniapp_exception.o by Marek Behún · 3 years, 6 months ago
- 15f537c efi_loader: add macro for const EFI runtime data by Marek Behún · 3 years, 6 months ago
- 8283697 efi_loader: add Sphinx doc for __efi_runtime and __efi_runtime_data by Marek Behún · 3 years, 6 months ago
- 2bdc6f5 efi_loader: fix warning when linking with LTO by Marek Behún · 3 years, 6 months ago
- 46c3e29 string: make memcpy(), memset(), memcmp() and memmove() visible for LTO by Marek Behún · 3 years, 6 months ago
- 6f243e2 test/py: improve regular expression for ut subtest symbol matcher by Marek Behún · 3 years, 6 months ago
- 998929b compiler.h: align the __ADDRESSABLE macro with Linux' version by Marek Behún · 3 years, 6 months ago
- 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
- 9ce799a checkpatch: require quotes around section name in the __section() macro by Marek Behún · 3 years, 6 months ago
- 364bef1 regmap: fix a serious pointer casting bug by Marek Behún · 3 years, 6 months ago
- 2177f92 test: Avoid random numbers in dm_test_devm_regmap() by Simon Glass · 3 years, 6 months ago
- a2cfad8 pylibfdt: Rework "avoid unused variable warning" lines by Tom Rini · 3 years, 6 months ago
- eb53b94 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 3 years, 6 months ago
- 6fc323c pinctrl: renesas: Implement unlock register masks by Marek Vasut · 3 years, 7 months ago
- 1fffcae pinctrl: renesas: Fix R-Car Gen2 help text by Marek Vasut · 3 years, 7 months ago
- c0de8e7 pinctrl: renesas: Deduplicate Kconfig by Marek Vasut · 3 years, 7 months ago
- f10de23 gpio: renesas: Pass struct udevice to rcar_gpio_set_direction() by Marek Vasut · 3 years, 7 months ago
- e7690e6 clk: renesas: Deduplicate gen3_clk_get_rate64() PLL handling by Marek Vasut · 3 years, 7 months ago
- d413214 clk: renesas: Add register pointers into struct cpg_mssr_info by Hai Pham · 4 years ago
- 406c93c clk: renesas: Introduce enum clk_reg_layout by Hai Pham · 4 years ago
- f7f8d47 clk: renesas: Pass struct cpg_mssr_info to renesas_clk_endisable() by Hai Pham · 4 years, 6 months ago
- e935409 clk: renesas: Make reset controller modemr register offset configurable by Marek Vasut · 3 years, 7 months ago
- 12dd238 clk: renesas: Add support for RPCD2 clock by Hai Pham · 4 years, 3 months ago
- 1b004e2 clk: renesas: Fix Realtime Module Stop Control Register offsets by Hai Pham · 4 years, 6 months ago
- efece63 clk: renesas: Fix incorrect return RPC clk_get_rate by Hai Pham · 4 years ago
- ccc2c9a clk: renesas: Reinstate RPC clock on R-Car D3/E3 by Marek Vasut · 3 years, 7 months ago
- f7b4e4c clk: renesas: Synchronize R-Car Gen3 tables with Linux 5.12 by Marek Vasut · 3 years, 7 months ago
- 8152c18 clk: renesas: Synchronize R-Car Gen2 tables with Linux 5.12 by Marek Vasut · 3 years, 7 months ago
- f07c9ec clk: renesas: Synchronize RZ/G2 tables with Linux 5.12 by Marek Vasut · 3 years, 7 months ago
- a4262e5 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 6 months ago
- fd883ea Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 6 months ago
- c350601 arm: mvebu: armada-3720-uDPU.dts: Change back to phy-mode "2500base-x" by Stefan Roese · 3 years, 7 months ago
- d24efc6 net: mvpp2: add explicit sgmii-2500 support by Marcin Wojtas · 3 years, 7 months ago
- 2784400 net: mvpp2: allow MDIO registration for fixed links by Stefan Chulski · 3 years, 7 months ago
- d757c85 net: mvpp2: fix missing switch case break by Ben Peled · 3 years, 7 months ago
- cf51a0d net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REG by Ben Peled · 3 years, 7 months ago
- 7589be8 net: mvpp2: AN Bypass in 1000 and 2500 basex mode by Ben Peled · 3 years, 7 months ago
- 08f462d net: mvpp2: Fix 2.5G GMII_SPEED configurations by Stefan Chulski · 3 years, 7 months ago
- be45eb5 net: mvpp2: remove redundant SMI address configuration by Marcin Wojtas · 3 years, 7 months ago
- 8299abc net: mvpp2: add 1000BaseX and 2500BaseX ppv2 support by Stefan Chulski · 3 years, 7 months ago
- 8d3aa37 net: mvpp2: add CP115 port1 10G/5G SFI support by Stefan Chulski · 3 years, 7 months ago
- 16bacd5 phy: introduce 1000BaseX and 2500BaseX modes by Stefan Chulski · 3 years, 7 months ago
- 27c2236 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
- a4691f3 riscv: ae350: Increase malloc size for binman spl flow by Rick Chen · 3 years, 6 months ago
- 84dee33 riscv: Drop USE_SPL_FIT_GENERATOR by Bin Meng · 3 years, 6 months ago
- cc269e1 riscv: ae350: Switch to use binman to generate u-boot.itb by Bin Meng · 3 years, 6 months ago
- 756eeba riscv: qemu: Switch to use binman to generate u-boot.itb by Bin Meng · 3 years, 6 months ago
- 18cb82c riscv: dts: Sort build targets in alphabetical order by Bin Meng · 3 years, 6 months ago
- 31eefd4 binman: Support packaging U-Boot for scenarios like OF_BOARD or OF_PRIOR_STAGE by Bin Meng · 3 years, 6 months ago
- 1621d3c lib: kconfig: Limit BINMAN_FDT for OF_SEPARATE or OF_EMBED by Bin Meng · 3 years, 6 months ago
- 0784510 riscv: sifive: unleashed: Switch to use binman to generate u-boot.itb by Bin Meng · 3 years, 6 months ago
- 73c2a8f makefile: Pass OpenSBI blob to binman make rules by Bin Meng · 3 years, 6 months ago
- 4c4d607 binman: Add support for RISC-V OpenSBI fw_dynamic blob by Bin Meng · 3 years, 6 months ago
- aa75ce9 binman: test: Rename 172_fit_fdt.dts to 170_fit_fdt.dts by Bin Meng · 3 years, 6 months ago
- 2892300 binman: Correct the comment for ATF entry type by Bin Meng · 3 years, 6 months ago
- 2817c9d binman: Correct '-a' description in the doc by Bin Meng · 3 years, 6 months ago
- 6e847f6 common: kconfig: Correct a typo in SPL_LOAD_FIT by Bin Meng · 3 years, 6 months ago
- c0e6fee xilinx: zynqmp: Enable DM_RTC/emul driver/cmd date/gettime and efi settime by Michal Simek · 3 years, 6 months ago
- 2a6e6c8 xilinx: versal: Enable CONFIG_POSITION_INDEPENDENT by T Karthik Reddy · 3 years, 6 months ago
- a502a87 arm64: zynqmp: Add description for SOM/Kria boards by Michal Simek · 3 years, 6 months ago
- 3195840 arm64: zynqmp: Add psgtr DT descriptions by Michal Simek · 3 years, 6 months ago
- bd00849 arm64: zynqmp: Add pinctrl description by Michal Simek · 3 years, 6 months ago
- 50a6bd0 arm64: zynqmp: Add zynqmp firmware specific DT nodes by T Karthik Reddy · 3 years, 7 months ago
- 26d8ecc arm64: zynqmp: Add missing mio-bank properties to sdhci by Michal Simek · 3 years, 10 months ago
- fddff68 arm64: zynqmp: Remove comment about clock chips by Michal Simek · 3 years, 8 months ago
- 486f25c arm64: zynqmp: Add 'i2c-mux-idle-disconnect' property by Raviteja Narayanam · 3 years, 8 months ago
- 000b862 arm64: zynqmp: Add label to all GPIO lines for VCK190 SC by Saeed Nowshadi · 3 years, 7 months ago
- 65a572b arm64: zynqmp: Add 'silabs,skip-recall' to DDR DIMM si570 clk node by Saeed Nowshadi · 3 years, 8 months ago
- a34a12f arm64: zynqmp: Add missing silabs,skip-recall for si570 ref clk nodes by Michal Simek · 3 years, 8 months ago
- 428bec7 Merge branch '2021-05-17-assorted-fixes' by Tom Rini · 3 years, 6 months ago
- 7a1638c Merge tag 'efi-2021-07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 3 years, 6 months ago
- 52993fc Merge https://source.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 6 months ago
- 87316da lib: introduce HASH_CALCULATE option by Masahisa Kojima · 3 years, 6 months ago
- 48ee084 efi_loader: Fix Kconfig for EFI_TCG2 protocol by Ilias Apalodimas · 3 years, 6 months ago
- 2052759 efi_loader: Don't stop EFI subsystem init if installing TCG2 fails by Ilias Apalodimas · 3 years, 6 months ago
- 97f446a efi_loader: Uninstall the TCG2 protocol if logging s-crtm fails by Ilias Apalodimas · 3 years, 6 months ago
- b76edf6 efi_loader: Clean up tcg2 once in case of failure by Ilias Apalodimas · 3 years, 6 months ago
- bc3f465 efi_loader: loosen buffer parameter check in efi_file_read_int by Peng Fan · 3 years, 7 months ago
- 6a2e26b efi_loader: capsule: Remove the check for capsule_authentication_enabled environment variable by Sughosh Ganu · 3 years, 7 months ago
- e2ae483 hash: Kconfig option for SHA512 hardware acceleration by Heinrich Schuchardt · 3 years, 6 months ago
- 700f68c efi_loader: build warning in efi_tcg2_hash_log_extend_event by Heinrich Schuchardt · 3 years, 6 months ago
- 06262c3 doc: extension.rst missing in doc/usage/index.rst by Heinrich Schuchardt · 3 years, 6 months ago
- 566e857 doc: man-page for size command by Heinrich Schuchardt · 3 years, 6 months ago
- af02975 MAINTAINERS, git-mailrc: socfpga: Update email address for Ley Foon by Ley Foon Tan · 3 years, 6 months ago
- a7d03d5 Makefile: Handle building in a very old build directory by Simon Glass · 3 years, 7 months ago
- eefa9d7 psci: rename psci_features function by Igor Opaniuk · 3 years, 7 months ago
- 6c353b3 cli: slighly more clear error messages by peng.wang@smartm.com · 3 years, 7 months ago
- f68ed0b Makefile: allow to override python3 by Andrey Zhizhikin · 3 years, 7 months ago
- feddbdb Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 3 years, 6 months ago
- 8941927 riscv: Group assembly optimized implementation of memory routines into a submenu by Bin Meng · 3 years, 6 months ago
- 703b84e riscv: Fix memmove and optimise memcpy when misalign by Bin Meng · 3 years, 6 months ago
- e90cb0d riscv: Fix arch_fixup_fdt always failing without /chosen by Sean Anderson · 3 years, 6 months ago
- a6d7e8c riscv: Split SiFive CLINT support between SPL and U-Boot proper by Bin Meng · 3 years, 6 months ago
- 2b03994 riscv: ax25-ae350: doc: Fix minor format issues by Bin Meng · 3 years, 6 months ago