aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-18dts: mt7622: use accurate clock source fot mtk_timerWIP/2021-01-18-assorted-platform-updatesWeijie Gao1-7/+1
2021-01-18timer: mtk_timer: initialize the timer before useWeijie Gao1-0/+10
2021-01-18pinctrl: mediatek: correct error handlingHeinrich Schuchardt1-0/+1
2021-01-18mtd: remove drivers/mtd/mw_eeprom.cHeinrich Schuchardt2-239/+0
2021-01-18drivers: qe: avoid double free()Heinrich Schuchardt1-1/+0
2021-01-18mmc: fsl_esdhc_spl: remove superfluous free()Heinrich Schuchardt1-3/+0
2021-01-18doc: board: freescale: advise to use newer atf and firmwareAndrey Zhizhikin4-24/+24
2021-01-18dma: bcm6348: incorrect buffer allocationHeinrich Schuchardt1-2/+2
2021-01-18cmd: Add a pwm commandPragnesh Patel7-0/+174
2021-01-18power: pmic: add driver for Monolithic Power mp5416Tim Harvey4-0/+155
2021-01-18configs: aspeed: Add defconfig for AST2600 EVBChia-Wei, Wang2-0/+75
2021-01-18aspeed: Add AST2600 platform supportChia-Wei, Wang14-0/+500