summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-28lib: rsa: rsa-verify: don't look for keys in the FIT imagePhilippe Reynes1-2/+2
2021-01-28pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese4-89/+41
2021-01-28common: fit-sig: Fix error message in fit_config_verify_sig()Alexandru Gagniuc1-1/+1
2021-01-28smccc: fix sign bit expansionVolodymyr Babchuk1-2/+2
2021-01-28bootcount: allow to use this feature on TPLPhilippe Reynes4-5/+15
2021-01-28Makefile: Do not call useless command 'true'Pali Rohár1-1/+5
2021-01-27Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini16-48/+143
2021-01-27Merge tag 'doc-2021-04-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini22-185/+1596
2021-01-27Merge branch '2021-01-27-assorted-net-updates'Tom Rini19-19/+1838
2021-01-27cmd: pxe: add support for FDT overlaysNeil Armstrong3-0/+113
2021-01-27net: phy: micrel: Try default PHY ofnode firstMarek Vasut1-2/+7
2021-01-27board: presidio-asic: Add CAxxxx Ethernet supportAlex Nemirovsky3-2/+48
2021-01-27net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang6-0/+147
2021-01-27net: cortina_ni: Add eth support for Cortina Access CAxxxx SoCsAaron Tseng5-0/+1516
2021-01-27net: fix ping in netconsoleYang Liu1-1/+1
2021-01-27net: e1000: Add missing address translationsStefan Roese1-5/+5
2021-01-27net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()Stefan Roese1-7/+1
2021-01-27net: e1000: Remove unused bus_to_phys() macroStefan Roese1-2/+0
2021-01-27arm: mvebu: turris_mox: enable setexpr command in defconfigMarek Behún1-1/+1
2021-01-27arm: mvebu: turris_mox: enable wdt command in defconfigMarek Behún1-0/+1
2021-01-27arm64: a37xx: pci: Fix printing debug messagesPali Rohár1-3/+2
2021-01-27serial: a3720: Implement pending method for output directionPali Rohár1-2/+8
2021-01-27doc: exception commandHeinrich Schuchardt2-0/+69
2021-01-27doc: update Kernel documentation build systemHeinrich Schuchardt14-156/+1476
2021-01-27.gitlab-ci: install doc/sphinx/requirements.txtHeinrich Schuchardt2-1/+8
2021-01-27doc: fix doc/develop/logging.rstHeinrich Schuchardt3-10/+10
2021-01-27doc: board: fix Microchip MPFS Icicle Kit docHeinrich Schuchardt1-18/+33
2021-01-27pci: pci_mvebu: Define an IO region as wellPhil Sutter1-1/+27
2021-01-27pci: Make auto-config code a little more robustPhil Sutter1-4/+5
2021-01-27arm: mvebu: ds414: Config header mini-reviewPhil Sutter1-18/+3
2021-01-27arm: mvebu: Espressobin: Disable slot when emmc is not presentPali Rohár2-3/+31
2021-01-27ARM: mvebu: ClearFog make sure that SATA and UART images are buildableDennis Gilmore1-2/+2
2021-01-27ARM: mvebu: helios4 dts changes to enable SPIDennis Gilmore2-11/+26
2021-01-27ARM: mvebu: helios4 adjust env sizes to enable SPI to workDennis Gilmore3-2/+25
2021-01-27gpio: Add support for DM GPIO for KirkwoodHarm Berntsen1-1/+1
2021-01-27ARM: Distro boot: document the need for fdtfile variable to be setDennis Gilmore1-0/+11
2021-01-26Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini61-423/+4587
2021-01-26sunxi: Add support for OrangePi Zero2Jernej Skrabec4-0/+262
2021-01-26clk: sunxi: Add support for H616 clocksJernej Skrabec3-0/+128
2021-01-26sunxi: gpio: introduce compatible for H616Jernej Skrabec1-0/+2
2021-01-26arm: sunxi: add initial H616 DTSI and headersJernej Skrabec5-0/+938
2021-01-26sunxi: Add H616 FEL supportJernej Skrabec1-1/+4
2021-01-26sunxi: Add support for H616 SoCJernej Skrabec6-1/+35
2021-01-26mmc: sunxi: Refactor mod clock register offsetAndre Przywara1-61/+23
2021-01-26sunxi: Add H616 DRAM supportJernej Skrabec7-0/+1325
2021-01-26sunxi: add support for R_I2C on H616Jernej Skrabec2-0/+5
2021-01-26sunxi: add support for H616 uart0Jernej Skrabec2-0/+5
2021-01-26sunxi: introduce support for H616 clocksJernej Skrabec2-3/+23
2021-01-26sunxi: support loading with SPL > 32KBAndre Przywara2-3/+18
2021-01-26sunxi: Add support for I2C on H6 like SoCsJernej Skrabec3-1/+31