aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-21Merge tag 'u-boot-rockchip-20210121' of https://gitlab.denx.de/u-boot/custodi...WIP/21Jan2021Tom Rini25-19/+1594
2021-01-21pci: Add Rockchip dwc based PCIe controller driverShawn Lin4-0/+890
2021-01-21phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHYShawn Lin3-0/+164
2021-01-21rockchip: rk3328: Add support for FriendlyARM NanoPi R2SDavid Bauer5-0/+516
2021-01-21configs: rk3399: enable rng on firefly/rock960/rockpro64Peter Robinson3-0/+6
2021-01-21arm: dts: rockchip: rk3399: enable rng at the SoC levelPeter Robinson4-13/+1
2021-01-21rockchip: leez-rk3399: Provide init voltageKever Yang1-0/+4
2021-01-21rockchip: firefly-rk3399: Provide init voltageKever Yang1-0/+4
2021-01-21rockchip: evb-rk3399: Provide init voltageKever Yang1-0/+4
2021-01-21rockchip: puma-haikou: default to SPI bus 1 for SPI-flashHugh Cole-Baker2-2/+3
2021-01-21rockchip: rk3399-roc-pc: default to SPI bus 1 for SPI-flashHugh Cole-Baker3-4/+2
2021-01-20Merge branch '2021-01-20-fs-fixes'Tom Rini4-29/+42
2021-01-20ubifs: do not decide upon uninitialized variableWIP/2021-01-20-fs-fixesHeinrich Schuchardt1-4/+4
2021-01-20fs: btrfs: simplify close_ctree_fs_info()Heinrich Schuchardt1-4/+1
2021-01-20Fix squashfs failing to load sparse filesCampbell Suter1-19/+35
2021-01-20fs: btrfs: volumes: prevent overflow for multiplyingQu Wenruo1-2/+2
2021-01-20Merge tag 'efi-2021-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/20Jan2021Tom Rini19-265/+820
2021-01-20Merge tag 'xilinx-for-v2021.04-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini5-30/+35
2021-01-20env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENTMichal Simek1-2/+3
2021-01-20xilinx: common: Do not touch CONFIG_XILINX_OF_BOARD_DTB_ADDR in SPLMichal Simek1-1/+2
2021-01-20xilinx: common: Change macro handling in board_fdt_blob_setup()Michal Simek1-16/+20
2021-01-20xilinx: zynqmp: Save bootseq number for SD/EMMC boot modesMichal Simek1-0/+1
2021-01-20mmc: xenon_sdhci: Remove duplicated macrosMichal Simek1-12/+0
2021-01-20arm64: zynqmp: Enable seps and related video configsMichal Simek1-0/+10
2021-01-20efi_loader: Avoid emitting efi_var_buf to .GOTIlias Apalodimas3-2/+24
2021-01-20efi_loader: efi_size_in_pages() missing parenthesesHeinrich Schuchardt1-1/+1
2021-01-20efi_selftest: use CRLF as line endings in dtbdumpHeinrich Schuchardt1-42/+52
2021-01-20efi_selftest: provide initrddump test toolHeinrich Schuchardt3-2/+456
2021-01-20efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLEHeinrich Schuchardt1-2/+3
2021-01-20efi_selftest: ask before overwriting in dtbdump.efiHeinrich Schuchardt1-1/+59
2021-01-20efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt5-57/+6
2021-01-20efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurableHeinrich Schuchardt3-1/+10
2021-01-20efi_loader: make EFI_DT_FIXUP_PROTOCOL configurableHeinrich Schuchardt3-5/+12
2021-01-20efi_loader: fixup protocol, avoid forward declarationHeinrich Schuchardt1-10/+17
2021-01-20efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt5-10/+33
2021-01-19Revert "net: eth-uclass: Change uclass driver name to ethernet"Tom Rini1-2/+2
2021-01-19Merge branch '2021-01-19-networking-improvements'Tom Rini11-95/+154
2021-01-19efi_loader: move load options to new moduleHeinrich Schuchardt3-135/+150
2021-01-19net: eth-uclass: Change uclass driver name to ethernetWIP/2021-01-19-networking-improvementsDavid Wu1-2/+2
2021-01-19net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut2-79/+51
2021-01-19net: ks8851: Reset internal RXFC count on bad packetMarek Vasut1-1/+2
2021-01-19net: Use NDRNG device in srand_mac()Matthias Brugger1-1/+18
2021-01-19lib: uuid: use RNG device if presentMatthias Brugger1-3/+18
2021-01-19net: ftgmac100: Read and retain MAC addressHongwei Zhang1-0/+32
2021-01-19net: eth_legacy - fix build CMD_PCAPJorge Ramirez-Ortiz1-1/+1
2021-01-19net: tftp: Fix incorrect tftp_next_ack on no OACKHarm Berntsen1-1/+3
2021-01-19net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP addressDavid Rivshin1-0/+3
2021-01-19net: e1000: implement eth_write_hwaddr for DM_ETHIan Ray1-3/+14
2021-01-19net: eth-uclass: avoid running start() twice without stop()Matthias Schiffer1-4/+10
2021-01-19Merge branch '2021-01-18-assorted-platform-updates'Tom Rini86-305/+9442