summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-24drivers/net/phy/marvell: setup LED config for JH7100 EVBu-boot-2021.10-Starlight-ge77cc7bFedora_JH7100_upstream_develYanhong Wang1-0/+14
2021-10-24starfive: GPIO pin initSW Multimedia29-1/+149304
2021-10-24starfive: Modify designware driver for JH7100Bo Li3-13/+60
2021-10-24[TEMP]jh7100: remove "depends on DM_ETH || !NET" in EFI_LOADERTekkaman Ninja2-2/+23
2021-10-24starfive(multimedia): Add pwmdac pinctl and keep 0,2,3,45 gpio for i2s to dtsSW Multimedia2-6/+25
2021-10-24starfive(multimedia): apply starfive v4l2 pinctl to dtsSW Multimedia3-5/+119
2021-10-24starfive: apply the pinctl to dtsSW Multimedia3-12/+597
2021-10-24starfive: Add v4l2 video sensor device and DRM framework in dtsAndy Hu3-21/+380
2021-10-24starfive: dtsi fix for dma2pSW Multimedia1-0/+1
2021-10-24starfive: Add more audio codecs support in dtsSW Multimedia6-0/+128
2021-10-24starfive: add clock info in dts for audioSW Multimedia2-0/+154
2021-10-24starfive: add i2c dev info in dts for audioSW Multimedia1-6/+30
2021-10-24starfive: fix dts(linux)Wei Fu2-5/+12
2021-10-24starfive: Porting jh7100-beaglev-starlight.dts from linuxEmil Renner Berthing5-0/+1308
2021-10-24starfive: Add JH7100 supportMicheal Zhu15-0/+2340
2021-10-24starfive: Add JH7100 MMC driver supportWei Fu3-0/+176
2021-10-24starfive: add JH71x0 serial driverWei Fu3-0/+354
2021-10-24starfive: add OTP driver for jh7100Yanhong Wang3-0/+218
2021-10-24sifive: make WayEnable can be configured by menuconfigWei Fu2-0/+16
2021-10-24sifive_cache: add flush_range func in sifive cache driverWei Fu2-1/+81
2021-10-24cache: add flush_range interface in cache_ops structWei Fu2-0/+32
2021-10-24riscv: add reset_misc function (__weak)Wei Fu2-0/+7
2021-10-24riscv: add #define in asm/io.h for some device driversWei Fu1-0/+4
2021-10-24riscv: Enable SYS_CLK_FREQ configTekkamanV1-1/+1
2021-10-24mtd: spi-nor-ids: Add GD25LQ256D ChipYanhong Wang1-0/+5
2021-10-24efi_loader: Fix link of EFI apps with ld.lldAlistair Delva1-1/+1
2021-10-24efi_loader: efi_dp_from_lo() should skip VenMedia nodeHeinrich Schuchardt2-15/+6
2021-10-24efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt4-4/+8
2021-10-24efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt4-6/+2
2021-10-24efi_loader: simplify show_efi_boot_opt_data()Heinrich Schuchardt1-7/+2
2021-10-24efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt4-5/+7
2021-10-24efi_loader: Fix loaded image alignmentIlias Apalodimas3-6/+60
2021-10-24efi_loader: don't load Shim's MOK database from fileHeinrich Schuchardt1-0/+8
2021-10-24x86: Show some EFI info with the bdinfo commandSimon Glass4-2/+41
2021-10-24x86: Create a new header for EFISimon Glass3-3/+33
2021-10-24x86: Keep symbol information in u-boot ELF fileSimon Glass1-2/+2
2021-10-24efi: Add a separate maintainer entry for the appSimon Glass1-0/+7
2021-10-24efi_loader: Drop code that doesn't work with driver modelSimon Glass4-124/+23
2021-10-24efi_selftest: Receive the packets until the receive buffer is emptyMasami Hiramatsu1-30/+37
2021-10-24efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPTMasami Hiramatsu1-11/+0
2021-10-24efi_selftest: Use EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() for media checkMasami Hiramatsu1-0/+12
2021-10-24configs: add mkeficapsule to tools-only_defconfigHeinrich Schuchardt1-1/+6
2021-10-24doc: Remove obsolete README.440-DDR-performance fileThomas Huth1-90/+0
2021-10-24doc: add python3-pkg-resources to build dependenciesHeinrich Schuchardt1-3/+3
2021-10-24doc: add system reset to API documentationHeinrich Schuchardt3-19/+42
2021-10-24doc: require Sphinx 3.4.3Heinrich Schuchardt1-1/+1
2021-10-24env: Move non-cli env functions to env/common.cMarek Behún2-175/+180
2021-10-24env: Simplify env_match() and inline into env_get_f()Marek Behún1-14/+5
2021-10-24env: Use memcpy() instead of ad-hoc code to copy variable valueMarek Behún1-12/+6
2021-10-24env: Make return value of env_get_f() behave like sprintf() on successMarek Behún2-7/+7