summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-23Merge pull request #25 from andreas-schwab/Fedora_JH7100_upstreamFedora_JH7100_2021.07Fu Wei2-1/+2
2021-07-28starfive: beaglev: Set default fdtfile nameAndreas Schwab2-0/+2
2021-07-28starfive: beaglev: enable OF_SEPARATEAndreas Schwab1-1/+0
2021-07-27starfive/jh7100: fix SPI pin init code for StarlightJianlong Huang1-1/+1
2021-07-24starfive_jh7100_beagle_v.dts: remove gpio-restart and gpio-poweroff nodesTekkamanV1-8/+0
2021-07-24configs/starfive_jh7100_beagle_v_smode_defconfig: Fix by savedefconfigTekkamanV1-1216/+1
2021-07-24starfive: beaglev: Disable SIFIVE_CLINT and enable RISCV_TIMERBin Meng2-3/+1
2021-07-24configs: earlycon=sbi is deprecatedHeinrich Schuchardt3-3/+3
2021-07-24starfive/jh7100: added OTP driver for ethernet MAC addressTekkaman Ninja6-28/+296
2021-07-24jh7100: enable cache ways (L2 cache)David Abdurachmanov2-2/+13
2021-07-24riscv: make WayEnable can be configured by menuconfigTekkaman Ninja9-2/+100
2021-07-24starfive: Add JH7100 supportTekkamanV49-1/+155113
2021-07-24riscv: Add flush_dcache_range function for fu540TekkamanV2-10/+62
2021-07-24starfive: Update marvell phy driver to setup LED for JH7100 EVByanhong.wang1-0/+14
2021-07-24starfive: Modify designware driver for JH7100TekkamanV2-13/+82
2021-07-24starfive: Add JH7100 MMC driver supportTekkamanV3-0/+176
2021-07-24starfive: add JH71x0 serial driverTom3-0/+354
2021-07-24mtd: Add SPI Nor Flash chip GD25LQ256D IDyanhong.wang1-0/+5
2021-07-24riscv: Enable SYS_CLK_FREQ configTekkamanV1-1/+1
2021-07-24riscv: Enable SYS_MALLOC_LEN configTekkamanV1-1/+1
2021-07-23Merge branch '2021-07-23-reboot-mode-and-cryptfs-passwd-support'Tom Rini42-22/+1962
2021-07-23test: add first autoboot unit testsSteffen Jaeckel11-1/+166
2021-07-23common: add support to fallback to plain SHA256Steffen Jaeckel2-1/+29
2021-07-23common: add AUTOBOOT_FLUSH_STDIN optionSteffen Jaeckel2-0/+20
2021-07-23common: allow disabling of timeout for password entrySteffen Jaeckel2-1/+19
2021-07-23common: Rename macro appropriatelySteffen Jaeckel1-8/+8
2021-07-23common: integrate crypt-based passwordsSteffen Jaeckel2-14/+105
2021-07-23lib: wrap crypt API to hide errno usageSteffen Jaeckel8-38/+98
2021-07-23lib: add crypt subsystemSteffen Jaeckel14-0/+881
2021-07-23reboot-mode: read the boot mode from RTC memoryNandor Han8-0/+215
2021-07-23reboot-mode: read the boot mode from GPIOs statusNandor Han9-0/+243
2021-07-23reboot-mode: add support for reboot mode controlNandor Han7-0/+219
2021-07-23Merge branch '2021-07-23-assorted-fixes'Tom Rini20-84/+197
2021-07-23net: remove CONFIG_NET_MULTI (again)Michal Simek4-4/+0
2021-07-23mux: correct prototype for mux_control_try_select()Patrick Wildt1-2/+2
2021-07-23arm: vexpress64: juno: Enable distro_bootcmd functionalityAndre Przywara1-24/+34
2021-07-23distro_boot: Fix block device after DHCP boot sequenceAndre Przywara1-1/+1
2021-07-23Kconfig.boot: Make 0x0 the default SYS_TEXT_BASE for POSITION_INDEPENDENTTom Rini1-0/+1
2021-07-23fit: Allow external data for FDTsJohn Keeping1-1/+2
2021-07-23cmd: part: Correct error handlingAnders Dellien1-1/+1
2021-07-23i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574)Lukasz Majewski1-21/+19
2021-07-23i2c: pcf8575: Remove not used members of pcf8575_chip structureLukasz Majewski1-3/+0
2021-07-23cmd: pinmux: support pin name in status commandPatrick Delaunay3-9/+74
2021-07-23cmd: pinmux: update result of do_statusPatrick Delaunay3-17/+20
2021-07-23tee: optee: sync cache on pre-reloc OP-TEE invocationEtienne Carriere3-2/+44
2021-07-23spl: use CONFIG_IS_ENABLED(LOAD_FIT_FULL)John Keeping1-2/+2
2021-07-23Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini9-148/+112
2021-07-22net: fsl-mc: fix logically dead codeCosmin-Florin Aluchenesei1-2/+2
2021-07-22drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei1-2/+3
2021-07-22net: define LOG_CATEGORYPatrick Delaunay1-0/+2