- d199c3a common: add AUTOBOOT_FLUSH_STDIN option by Steffen Jaeckel · 3 years, 4 months ago
- 6c0ce6d common: allow disabling of timeout for password entry by Steffen Jaeckel · 3 years, 4 months ago
- 1b2d680 common: Rename macro appropriately by Steffen Jaeckel · 3 years, 4 months ago
- 1a4a778 common: integrate crypt-based passwords by Steffen Jaeckel · 3 years, 4 months ago
- 29bbe71 lib: wrap crypt API to hide errno usage by Steffen Jaeckel · 3 years, 4 months ago
- 26dd993 lib: add crypt subsystem by Steffen Jaeckel · 3 years, 4 months ago
- c74675b reboot-mode: read the boot mode from RTC memory by Nandor Han · 3 years, 5 months ago
- f9db2f1 reboot-mode: read the boot mode from GPIOs status by Nandor Han · 3 years, 5 months ago
- 2541ce2 reboot-mode: add support for reboot mode control by Nandor Han · 3 years, 5 months ago
- f534d93 Merge branch '2021-07-23-assorted-fixes' by Tom Rini · 3 years, 4 months ago
- 988002d net: remove CONFIG_NET_MULTI (again) by Michal Simek · 3 years, 4 months ago
- 0523326 mux: correct prototype for mux_control_try_select() by Patrick Wildt · 3 years, 4 months ago
- d3c1b51 arm: vexpress64: juno: Enable distro_bootcmd functionality by Andre Przywara · 3 years, 4 months ago
- ccadfca distro_boot: Fix block device after DHCP boot sequence by Andre Przywara · 3 years, 4 months ago
- 55adabb Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENT by Tom Rini · 3 years, 4 months ago
- 650bf00 fit: Allow external data for FDTs by John Keeping · 3 years, 5 months ago
- 7cb31e3 cmd: part: Correct error handling by Anders Dellien · 3 years, 5 months ago
- 2132fce i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574) by Lukasz Majewski · 3 years, 5 months ago
- 0119c91 i2c: pcf8575: Remove not used members of pcf8575_chip structure by Lukasz Majewski · 3 years, 5 months ago
- fea0345 cmd: pinmux: support pin name in status command by Patrick Delaunay · 3 years, 6 months ago
- 4c60fd9 cmd: pinmux: update result of do_status by Patrick Delaunay · 3 years, 6 months ago
- 9e6da34 tee: optee: sync cache on pre-reloc OP-TEE invocation by Etienne Carriere · 3 years, 6 months ago
- 674afa6 spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL) by John Keeping · 3 years, 6 months ago
- 4906d69 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 3 years, 4 months ago
- 669884e net: fsl-mc: fix logically dead code by Cosmin-Florin Aluchenesei · 3 years, 4 months ago
- b9b7b5e drivers: net: aquantia: fix unsigned compared against 0 by Cosmin-Florin Aluchenesei · 3 years, 4 months ago
- 79d191e net: define LOG_CATEGORY by Patrick Delaunay · 3 years, 4 months ago
- b547f4b net: dwc_eth_qos: define LOG_CATEGORY by Patrick Delaunay · 3 years, 4 months ago
- a5db6e1 net: eth-phy: define LOG_CATEGORY by Patrick Delaunay · 3 years, 4 months ago
- c6a0df2 net: dwc: add a common empty ops eqos_null_ops by Patrick Delaunay · 3 years, 4 months ago
- 9dbdc23 net: dwc_eth_qos: use generic ethernet phy for stm32 variant by Patrick Delaunay · 3 years, 4 months ago
- ebf9a91 net: dwc_eth_qos: remove the field phyaddr of the struct eqos_priv by Patrick Delaunay · 3 years, 4 months ago
- 035d848 net: eth-phy: manage subnode mdio0 by Patrick Delaunay · 3 years, 4 months ago
- 880ecb0 net: eth-phy: use dev_dbg and log_notice by Patrick Delaunay · 3 years, 4 months ago
- d33982d net: eth-phy: add support of device tree configuration for gpio reset by Patrick Delaunay · 3 years, 4 months ago
- b8da46f net: Use phys_addr_t for SMC net device addresses by Peter Hoyes · 3 years, 4 months ago
- a15fa1b Merge tag 'dm-pull-21jul21' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 3 years, 4 months ago
- 806734f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years, 4 months ago
- f31f536 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · 3 years, 4 months ago
- 1b098b3 dm: core: fix no null pointer detection in ofnode_get_addr_size_index() by Chen Guanqiao · 3 years, 4 months ago
- fd25ca3 sandbox: don't set SA_NODEFER in signal handler by Heinrich Schuchardt · 3 years, 4 months ago
- 03ebc20 binman: Add basic support for debugging performance by Simon Glass · 3 years, 4 months ago
- c31d0cb patman: Use bytearray instead of string by Simon Glass · 3 years, 4 months ago
- 43332d8 binman: Use bytearray instead of string by Simon Glass · 3 years, 4 months ago
- edd4b6e binman: Split node-reading out from constructor in files by Simon Glass · 3 years, 4 months ago
- c69d19c binman: Support multithreading for building images by Simon Glass · 3 years, 4 months ago
- 650ead1 binman: Put compressed data into separate files by Simon Glass · 3 years, 4 months ago
- 72fa1ad log: Allow padding of the function name by Simon Glass · 3 years, 4 months ago
- 96f37b0 blk: Support iteration by Simon Glass · 3 years, 4 months ago
- 6b165ab sandbox: mmc: Support fixed MMC devices by Simon Glass · 3 years, 4 months ago
- 7d84fbb spl: Provide more information on boot failure by Simon Glass · 3 years, 4 months ago
- 1ac9c4c image: Allow @ in node names when not using signatures by Simon Glass · 3 years, 4 months ago
- 1f618d5 bloblist: Correct condition in bloblist_addrec() by Simon Glass · 3 years, 4 months ago
- faff554 bloblist: Tidy up a few API comments by Simon Glass · 3 years, 4 months ago
- 1fe5937 bloblist: Support resizing a blob by Simon Glass · 3 years, 4 months ago
- 56dae9e cros_ec: Use standard calls for recovery-request checking by Simon Glass · 3 years, 4 months ago
- 656d744 cros_ec: Support the full-size vboot context by Simon Glass · 3 years, 4 months ago
- 1e465eb cros_ec: Drop cros_ec_entering_mode() by Simon Glass · 3 years, 4 months ago
- 201efb2 cros_ec: Allow reading the battery-charge state by Simon Glass · 3 years, 4 months ago
- ecc1ed9 sandbox: Adjust the bloblist default address by Simon Glass · 3 years, 4 months ago
- 350b1d3 sandbox: Use hinting with the display by Simon Glass · 3 years, 4 months ago
- fcb7e31 sandbox: Add work-around for SDL2 display by Simon Glass · 3 years, 4 months ago
- f178beb sandbox: Support executables for more phases by Simon Glass · 3 years, 4 months ago
- 719d286 test: Avoid a build error with SPL by Simon Glass · 3 years, 4 months ago
- bf8188e test: Add DM_DMA to be disabled by Simon Glass · 3 years, 4 months ago
- f093f86 test: Allow CONFIG_SPL_LOAD_FIT to be disabled by Simon Glass · 3 years, 4 months ago
- 504fb66 dm: Support lzma in the flashmap by Simon Glass · 3 years, 4 months ago
- 4bbaa88 dm: core: Add logging for DM_SEQ_ALIAS by Simon Glass · 3 years, 4 months ago
- e3dab84 dtoc: Update documentation to cover warnings in more detail by Simon Glass · 3 years, 4 months ago
- 43ba492 dtoc: Detect drivers which do not parse correctly by Simon Glass · 3 years, 4 months ago
- 86ff01e dtoc: Detect unexpected suffix on .of_match by Simon Glass · 3 years, 4 months ago
- 4f1727a dtoc: Add a stdout check in test_normalized_name() by Simon Glass · 3 years, 4 months ago
- 893142a dtoc: Correct the re_compat regular expression by Simon Glass · 3 years, 4 months ago
- 1b5fe11 dtoc: Allow multiple warnings for a driver by Simon Glass · 3 years, 4 months ago
- 973fa52 dtoc: Convert to use ArgumentParser by Simon Glass · 3 years, 4 months ago
- c796765 dtoc: Avoid using subscripts on match objects by Simon Glass · 3 years, 4 months ago
- 219cb17 board: sifive: unmatched: reset USB hub, PCIe-USB bridge, and ULPI device in SPL by Vincent Chen · 3 years, 4 months ago
- d3c96b9 board: sifive: unmatched: refine GEMGXL initialized function in SPL by Vincent Chen · 3 years, 4 months ago
- e52b83a board: sifive: drop stuff related to unmatched revision 1 by Zong Li · 3 years, 4 months ago
- 6ba8eeb riscv: booti: do not force relocation if force_reloc is not set by Vitaly Wool · 3 years, 7 months ago
- 66a21be board: sifive: remove the command for setting serial number by Zong Li · 3 years, 4 months ago
- c920485 Merge branch 'master' of git://source.denx.de/u-boot-sh by Tom Rini · 3 years, 4 months ago
- cd7f92a ARM: dts: rmobile: Remove multiple unused DT properties on R-Car Gen3 by Marek Vasut · 3 years, 4 months ago
- 3d5f45c ARM: dts: rmobile: Disable RPC HF by default by Marek Vasut · 3 years, 4 months ago
- 91c6a3a ARM: rmobile: Align CPU: print with other prints by Marek Vasut · 3 years, 4 months ago
- ef283c3 ARM: rmobile: Enable sysinfo on R-Car Gen3 by Marek Vasut · 3 years, 4 months ago
- dceca41 ARM: rmobile: Enable I2C EEPROM support on R-Car Gen3 by Marek Vasut · 3 years, 4 months ago
- 778fbe2 ARM: dts: rmobile: Add sysinfo extras on R-Car Gen3 by Marek Vasut · 3 years, 4 months ago
- 85cd345 sysinfo: rcar3: Add Renesas R-Car Gen3 sysinfo driver by Marek Vasut · 3 years, 4 months ago
- 93f8ee8 configs: ls2080ardb.h: Update mc size in env by Priyanka Jain · 3 years, 4 months ago
- f1898997 configs: ls2080aqds.h: Update mc size in env by Priyanka Jain · 3 years, 4 months ago
- 644dc8c configs: ls1088ardb.h: Update mc size in env by Priyanka Jain · 3 years, 4 months ago
- 50ddea6 configs: ls1088aqds.h: Update mc size in env by Priyanka Jain · 3 years, 4 months ago
- b42f717 configs: ls1043aqds: Configure environment related configs by Kuldeep Singh · 3 years, 4 months ago
- 7528f4e board: freescale: LX2162AQDS: Add MAINTAINER by Wasim Khan · 3 years, 5 months ago
- a61ca7e board: freescale: LX2160AQDS: Add MAINTAINER by Wasim Khan · 3 years, 5 months ago
- ad8e44f board: freescale: LX2160ARDB: Add MAINTAINER by Wasim Khan · 3 years, 5 months ago
- 68d62c7 configs: ls1046ardb: enable PHY_FIXED by Camelia Groza · 3 years, 5 months ago
- 4c230d7 armv8: lx2160ardb: Add thermal node fixup for revc board by Wasim Khan · 3 years, 5 months ago
- af95627 arm: dts: ls1043ardb: configure the RGMII ports with rgmii-id by Camelia Groza · 3 years, 5 months ago