summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * dts: mt7622: use accurate clock source fot mtk_timerWIP/2021-01-18-assorted-platform-updatesWeijie Gao2021-01-181-7/+1
| * timer: mtk_timer: initialize the timer before useWeijie Gao2021-01-181-0/+10
| * pinctrl: mediatek: correct error handlingHeinrich Schuchardt2021-01-181-0/+1
| * mtd: remove drivers/mtd/mw_eeprom.cHeinrich Schuchardt2021-01-182-239/+0
| * drivers: qe: avoid double free()Heinrich Schuchardt2021-01-181-1/+0
| * mmc: fsl_esdhc_spl: remove superfluous free()Heinrich Schuchardt2021-01-181-3/+0
| * doc: board: freescale: advise to use newer atf and firmwareAndrey Zhizhikin2021-01-184-24/+24
| * dma: bcm6348: incorrect buffer allocationHeinrich Schuchardt2021-01-181-2/+2
| * cmd: Add a pwm commandPragnesh Patel2021-01-187-0/+174
| * power: pmic: add driver for Monolithic Power mp5416Tim Harvey2021-01-184-0/+155
| * configs: aspeed: Add defconfig for AST2600 EVBChia-Wei, Wang2021-01-182-0/+75
| * aspeed: Add AST2600 platform supportChia-Wei, Wang2021-01-1814-0/+500
| * ARM: dts: aspeed: Add AST2600 SoC supportChia-Wei, Wang2021-01-184-0/+2170
| * reset: aspeed: Add AST2600 reset supportChia-Wei, Wang2021-01-184-0/+188
| * wdt: aspeed: Add AST2600 watchdog supportChia-Wei, Wang2021-01-184-0/+249
| * ram: aspeed: Add AST2600 DRAM control supportDylan Hung2021-01-184-2/+1286