summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-rockchip-20210121' of https://gitlab.denx.de/u-boot/custodi...WIP/21Jan2021Tom Rini2021-01-2125-19/+1594
|\
| * pci: Add Rockchip dwc based PCIe controller driverShawn Lin2021-01-214-0/+890
| * phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHYShawn Lin2021-01-213-0/+164
| * rockchip: rk3328: Add support for FriendlyARM NanoPi R2SDavid Bauer2021-01-215-0/+516
| * configs: rk3399: enable rng on firefly/rock960/rockpro64Peter Robinson2021-01-213-0/+6
| * arm: dts: rockchip: rk3399: enable rng at the SoC levelPeter Robinson2021-01-214-13/+1
| * rockchip: leez-rk3399: Provide init voltageKever Yang2021-01-211-0/+4
| * rockchip: firefly-rk3399: Provide init voltageKever Yang2021-01-211-0/+4
| * rockchip: evb-rk3399: Provide init voltageKever Yang2021-01-211-0/+4
| * rockchip: puma-haikou: default to SPI bus 1 for SPI-flashHugh Cole-Baker2021-01-212-2/+3
| * rockchip: rk3399-roc-pc: default to SPI bus 1 for SPI-flashHugh Cole-Baker2021-01-213-4/+2
|/
* Merge branch '2021-01-20-fs-fixes'Tom Rini2021-01-204-29/+42
|\
| * ubifs: do not decide upon uninitialized variableWIP/2021-01-20-fs-fixesHeinrich Schuchardt2021-01-201-4/+4
| * fs: btrfs: simplify close_ctree_fs_info()Heinrich Schuchardt2021-01-201-4/+1
| * Fix squashfs failing to load sparse filesCampbell Suter2021-01-201-19/+35
| * fs: btrfs: volumes: prevent overflow for multiplyingQu Wenruo2021-01-201-2/+2
|/
* Merge tag 'efi-2021-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/20Jan2021Tom Rini2021-01-2019-265/+820
|\
| * efi_loader: Avoid emitting efi_var_buf to .GOTIlias Apalodimas2021-01-203-2/+24
| * efi_loader: efi_size_in_pages() missing parenthesesHeinrich Schuchardt2021-01-201-1/+1
| * efi_selftest: use CRLF as line endings in dtbdumpHeinrich Schuchardt2021-01-201-42/+52
| * efi_selftest: provide initrddump test toolHeinrich Schuchardt2021-01-203-2/+456
| * efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLEHeinrich Schuchardt2021-01-201-2/+3
| * efi_selftest: ask before overwriting in dtbdump.efiHeinrich Schuchardt2021-01-201-1/+59
| * efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2021-01-205-57/+6
| * efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurableHeinrich Schuchardt2021-01-203-1/+10
| * efi_loader: make EFI_DT_FIXUP_PROTOCOL configurableHeinrich Schuchardt2021-01-203-5/+12
| * efi_loader: fixup protocol, avoid forward declarationHeinrich Schuchardt2021-01-201-10/+17
| * efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt2021-01-205-10/+33
| * efi_loader: move load options to new moduleHeinrich Schuchardt2021-01-193-135/+150
* | Merge tag 'xilinx-for-v2021.04-v2' of https://gitlab.denx.de/u-boot/custodian...Tom Rini2021-01-205-30/+35
|\ \
| * | env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENTMichal Simek2021-01-201-2/+3
| * | xilinx: common: Do not touch CONFIG_XILINX_OF_BOARD_DTB_ADDR in SPLMichal Simek2021-01-201-1/+2
| * | xilinx: common: Change macro handling in board_fdt_blob_setup()Michal Simek2021-01-201-16/+20
| * | xilinx: zynqmp: Save bootseq number for SD/EMMC boot modesMichal Simek2021-01-201-0/+1
| * | mmc: xenon_sdhci: Remove duplicated macrosMichal Simek2021-01-201-12/+0
| * | arm64: zynqmp: Enable seps and related video configsMichal Simek2021-01-201-0/+10
|/ /
* | Revert "net: eth-uclass: Change uclass driver name to ethernet"Tom Rini2021-01-191-2/+2
* | Merge branch '2021-01-19-networking-improvements'Tom Rini2021-01-1911-95/+154
|\ \ | |/ |/|
| * net: eth-uclass: Change uclass driver name to ethernetWIP/2021-01-19-networking-improvementsDavid Wu2021-01-191-2/+2
| * net: dwc_eth_qos: Pad descriptors to cacheline sizeMarek Vasut2021-01-192-79/+51
| * net: ks8851: Reset internal RXFC count on bad packetMarek Vasut2021-01-191-1/+2
| * net: Use NDRNG device in srand_mac()Matthias Brugger2021-01-191-1/+18
| * lib: uuid: use RNG device if presentMatthias Brugger2021-01-191-3/+18
| * net: ftgmac100: Read and retain MAC addressHongwei Zhang2021-01-191-0/+32
| * net: eth_legacy - fix build CMD_PCAPJorge Ramirez-Ortiz2021-01-191-1/+1
| * net: tftp: Fix incorrect tftp_next_ack on no OACKHarm Berntsen2021-01-191-1/+3
| * net: Do not respond to ICMP_ECHO_REQUEST if we do not have an IP addressDavid Rivshin2021-01-191-0/+3
| * net: e1000: implement eth_write_hwaddr for DM_ETHIan Ray2021-01-191-3/+14
| * net: eth-uclass: avoid running start() twice without stop()Matthias Schiffer2021-01-191-4/+10
|/
* Merge branch '2021-01-18-assorted-platform-updates'Tom Rini2021-01-1986-305/+9442
|\