summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-12net: phy: Add support for TI PHY initDan Murphy15-12/+55
2020-06-12net: phy: Add helper routines to set and clear bitsDan Murphy1-0/+54
2020-06-12net: phy: Fix kernel doc issues in phy.hDan Murphy1-11/+8
2020-06-12net: phy: Add missing kernel doc to phy functionsDan Murphy1-0/+39
2020-06-12net: phy: add phyid search in vendor specific spaceFlorin Chiculita1-6/+16
2020-06-12net: rt8169: WAR for DHCP not getting IP after kernel boot/rebootTom Warren1-0/+16
2020-06-12net: phy: micrel: ksz8061 implement errata 80000688A fixBryan O'Donoghue1-0/+16
2020-06-12net: smc911x: Drop the standalone EEPROM exampleMarek Vasut2-534/+0
2020-06-12net: Fix error if some network features are disabledKrebs, Olaf2-2/+10
2020-06-12board: tbs2910: add documentationDenis 'GNUtoo' Carikli4-0/+202
2020-06-12board: tbs2910: Enable distro_boot support.Denis 'GNUtoo' Carikli2-1/+20
2020-06-12board: tbs2910_defconfig: Add support for booting general purpose distributionsDenis 'GNUtoo' Carikli1-0/+2
2020-06-12board: tbs2910: move CONFIG_BOOTCOMMAND from header to defconfigDenis 'GNUtoo' Carikli2-8/+2
2020-06-12board: tbs2910: disable CONFIG_GZIPDenis 'GNUtoo' Carikli1-0/+1
2020-06-12board: tbs2910: disable loadb and loads commandsDenis 'GNUtoo' Carikli1-0/+2
2020-06-12Add support for SHA384 and SHA512Reuben Dowle13-16/+632
2020-06-11configs: Resync with savedefconfigTom Rini9-14/+10
2020-06-09Prepare v2020.07-rc4Tom Rini1-1/+1
2020-06-09cmd: Correct the 'md.q' commandSimon Glass1-0/+1
2020-06-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini87-86/+3111
2020-06-08Merge tag 'u-boot-rockchip-20200607' of https://gitlab.denx.de/u-boot/custodi...Tom Rini30-258/+830
2020-06-07rockchip: enable PCIe and NVMe on Pinebook ProPatrick Wildt1-0/+4
2020-06-07rockchip: puma: enable new usb config optionsHeiko Stuebner1-0/+5
2020-06-07rockchip: puma: drop special handling of usb host regulatorHeiko Stuebner1-67/+0
2020-06-07rockchip: puma: remove separate fit generatorHeiko Stuebner2-95/+0
2020-06-07rockchip: puma: reorganize devicetrees to actually work and match upstreamHeiko Stuebner11-41/+299
2020-06-07rockchip: puma: fix indentation of misc_init_rHeiko Stuebner1-16/+16
2020-06-07rockchip: puma: fix indentation for -u-boot.dtsiHeiko Stuebner1-15/+15
2020-06-07arm64: dts: rk3399-puma: fix gpio levels for vcc5v0-host regulatorHeiko Stuebner1-1/+1
2020-06-07arm64: dts: rk3399-puma: fix gpio levels for gmac reset pinHeiko Stuebner1-1/+1
2020-06-07rockchip: rockpro64: add SPI bootMarcin Juszkiewicz2-1/+14
2020-06-07rockchip: rockpro64: Store default env into SPIMarcin Juszkiewicz2-3/+2
2020-06-07doc: rockchip: Document SPI flash program stepsJagan Teki1-1/+25
2020-06-07roc-rk3399-pc: Add SPI bootJagan Teki3-1/+17
2020-06-07roc-rk3399-pc: Mark default env from SPIJagan Teki3-8/+8
2020-06-07Makefile: Drop to handle rkspi image typeJagan Teki1-9/+2
2020-06-07rockchip: rk3399-evb: add stdout-path for the boardKever Yang1-0/+1
2020-06-07rockchip: rk3328: add rock-pi-e-rk3328_defconfig fileb.l.huang3-0/+112
2020-06-07rockchip: rk3328: add rock-pi-e dts fileb.l.huang3-1/+302
2020-06-07rockchip: Enable PCIe and NVMe on ROCKPro64Mark Kettenis1-0/+4
2020-06-07rockchip: Enable PCIe/M.2 and NVMe on Firefly RK3399Mark Kettenis1-0/+4
2020-06-06Merge tag 'efi-2020-07-rc4-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini3-14/+124
2020-06-05efi_loader: comments EFI_SIMPLE_TEXT_OUTPUT_PROTOCOLHeinrich Schuchardt1-9/+115
2020-06-05virtio: VIRTIO_RNG depends on DM_RNGHeinrich Schuchardt1-5/+7
2020-06-05smbios: empty strings in smbios_add_string()Heinrich Schuchardt1-0/+2
2020-06-05configs: Resync with savedefconfigTom Rini109-154/+32
2020-06-05Merge branch '2020-06-04-misc-bugfixes'Tom Rini292-780/+435
2020-06-05checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config filesTom Rini1-0/+6
2020-06-05checkpatch.pl: Request if() instead #ifdefSimon Glass1-0/+6
2020-06-05checkpatch.pl: Request a test when a new command is addedSimon Glass2-0/+56