summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-23command: Fix SMC and HVC maximum number of argumentsSiew Chin Lim
2021-07-23armv8: Initialize CNTFRQ if at highest exception levelPeter Hoyes
2021-07-23serial: serial_msm: Delay initialization to let pins stabilizeStephan Gerhold
2021-07-23board: dragonboard410c: Fix fastbootStephan Gerhold
2021-07-23board: dragonboard410c: Fix PHYS_SDRAM_1_SIZEStephan Gerhold
2021-07-23board: dragonboard410c: Load U-Boot directly without LKStephan Gerhold
2021-07-23configs: synquacer: Ignore OsIndications on DeveloperBoxMasami Hiramatsu
2021-07-23configs: synquacer: Use RAW capsule image instead of FITMasami Hiramatsu
2021-07-23configs: synquacer: Enable UEFI secure bootMasami Hiramatsu
2021-07-23configs: synquacer: Drop Ext2/4 support by defaultMasami Hiramatsu
2021-07-23configs: synquacer: Remove mtdparts settings and update DFU settingMasami Hiramatsu
2021-07-23dts: synquacer: Add partition information to the spi-norMasami Hiramatsu
2021-07-23configs: synquacer: Make U-Boot binary position independentMasami Hiramatsu
2021-07-23board: synquacer: Initialize SCBM SMMU at board_init()Masami Hiramatsu
2021-07-23Merge branch '2021-07-23-reboot-mode-and-cryptfs-passwd-support'Tom Rini
2021-07-23test: add first autoboot unit testsSteffen Jaeckel
2021-07-23common: add support to fallback to plain SHA256Steffen Jaeckel
2021-07-23common: add AUTOBOOT_FLUSH_STDIN optionSteffen Jaeckel
2021-07-23common: allow disabling of timeout for password entrySteffen Jaeckel
2021-07-23common: Rename macro appropriatelySteffen Jaeckel
2021-07-23common: integrate crypt-based passwordsSteffen Jaeckel
2021-07-23lib: wrap crypt API to hide errno usageSteffen Jaeckel
2021-07-23lib: add crypt subsystemSteffen Jaeckel
2021-07-23reboot-mode: read the boot mode from RTC memoryNandor Han
2021-07-23reboot-mode: read the boot mode from GPIOs statusNandor Han
2021-07-23reboot-mode: add support for reboot mode controlNandor Han
2021-07-23Merge branch '2021-07-23-assorted-fixes'Tom Rini
2021-07-23net: remove CONFIG_NET_MULTI (again)Michal Simek
2021-07-23mux: correct prototype for mux_control_try_select()Patrick Wildt
2021-07-23arm: vexpress64: juno: Enable distro_bootcmd functionalityAndre Przywara
2021-07-23distro_boot: Fix block device after DHCP boot sequenceAndre Przywara
2021-07-23Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENTTom Rini
2021-07-23fit: Allow external data for FDTsJohn Keeping
2021-07-23cmd: part: Correct error handlingAnders Dellien
2021-07-23i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574)Lukasz Majewski
2021-07-23i2c: pcf8575: Remove not used members of pcf8575_chip structureLukasz Majewski
2021-07-23cmd: pinmux: support pin name in status commandPatrick Delaunay
2021-07-23cmd: pinmux: update result of do_statusPatrick Delaunay
2021-07-23tee: optee: sync cache on pre-reloc OP-TEE invocationEtienne Carriere
2021-07-23spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping
2021-07-22Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-07-22net: fsl-mc: fix logically dead codeCosmin-Florin Aluchenesei
2021-07-22drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei
2021-07-22net: define LOG_CATEGORYPatrick Delaunay
2021-07-22net: dwc_eth_qos: define LOG_CATEGORYPatrick Delaunay
2021-07-22net: eth-phy: define LOG_CATEGORYPatrick Delaunay
2021-07-22net: dwc: add a common empty ops eqos_null_opsPatrick Delaunay
2021-07-22net: dwc_eth_qos: use generic ethernet phy for stm32 variantPatrick Delaunay
2021-07-22net: dwc_eth_qos: remove the field phyaddr of the struct eqos_privPatrick Delaunay
2021-07-22net: eth-phy: manage subnode mdio0Patrick Delaunay