aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-07phy: atheros: ar8035: remove static clock configMichael Walle1-13/+0
2020-05-07phy: atheros: add device tree bindings and configMichael Walle3-2/+270
2020-05-07phy: atheros: move delay config to common functionMichael Walle1-16/+22
2020-05-07phy: atheros: introduce debug read and write functionsMichael Walle1-16/+41
2020-05-07phy: atheros: use defines for PHY IDsMichael Walle1-3/+7
2020-05-07phy: atheros: fix AR8021 PHY ID maskMichael Walle1-1/+1
2020-05-07phy: atheros: Clarify the intention of ar8021_configVladimir Oltean1-4/+4
2020-05-07phy: atheros: Explicitly disable RGMII delaysVladimir Oltean1-0/+8
2020-05-07phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean1-5/+14
2020-05-07phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean1-28/+41
2020-05-07phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean1-4/+0
2020-05-07Merge branch '2020-05-06-master-imports'Tom Rini17-91/+200
2020-05-07menu: add support for client defined statusline functionThirupathaiah Annapureddy4-37/+41
2020-05-07rsa: fix alignment issue when getting public exponentHeiko Stuebner1-2/+2
2020-05-07cmd: cache: Fix non-cached memory cachabilityPatrice Chotard2-3/+15
2020-05-07arm: vexpress64: Remove unneeded CONFIG_ checkAndre Przywara1-6/+0
2020-05-07arm: juno: enable USBAndre Przywara3-0/+14
2020-05-07arm: juno: Use PSCI based resetAndre Przywara2-3/+3
2020-05-07arm: juno: Enable OF_CONTROLAndre Przywara4-3/+70
2020-05-07arm: juno: Fix UART clock rateAndre Przywara1-1/+1
2020-05-07uart: pl011: Add proper DM clock supportAndre Przywara1-16/+33
2020-05-07arm: juno: Fix Juno address variablesAndre Przywara1-15/+13
2020-05-07include/eeprom.h: fix build errorsRasmus Villemoes1-3/+3
2020-05-07Revert "mkimage: fit: Do not tail-pad fitImage with external data"Tom Rini1-1/+2
2020-05-06cache: l2x0: Fix missing write to Auxiliary Control RegisterLey Foon Tan1-0/+2
2020-05-06scripts/get_default_envs.sh: preserve order of multiple entries for same vari...Rasmus Villemoes1-1/+1
2020-05-05Merge git://git.denx.de/u-boot-usbTom Rini25-188/+1135
2020-05-05Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini16-286/+174
2020-05-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini128-83/+1580
2020-05-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini16-42/+183
2020-05-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-14/+8
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini81-323/+5731
2020-05-04net: pcnet: fix I/O primitives for memory accessDaniel Schwierzeck1-11/+23
2020-05-04Merge tag 'u-boot-rockchip-20200501' of https://gitlab.denx.de/u-boot/custodi...Tom Rini67-2571/+5112
2020-05-04Merge branch 'next' of git://git.denx.de/u-boot-shTom Rini13-1179/+1447
2020-05-04mkimage: fit: Do not tail-pad fitImage with external dataMarek Vasut1-2/+1
2020-05-04efi_loader: change setup sequenceHeinrich Schuchardt1-5/+5
2020-05-04test: stabilize test_efi_secbootHeinrich Schuchardt3-9/+9
2020-05-04efi_loader: correct comments for efi_status_tHeinrich Schuchardt3-5/+5
2020-05-04efi_loader: eliminate efi_set_(non)volatile_variableHeinrich Schuchardt1-104/+37
2020-05-04efi_loader: eliminate efi_get_(non)volatile_variableHeinrich Schuchardt1-29/+3
2020-05-04cmd: efidebug: simplify UEFI protocol callsHeinrich Schuchardt1-21/+19
2020-05-04efi_loader: disk: add efi_disk_is_system_part()AKASHI Takahiro2-0/+31
2020-05-04efi_loader: factor out the common code from efi_transfer_secure_state()AKASHI Takahiro1-130/+64
2020-05-04efi_loader: fix unreachable statement in efi_sigstore_parse_siglistAKASHI Takahiro1-1/+1
2020-05-04lib/crypto, efi_loader: move some headers to include/cryptoAKASHI Takahiro9-7/+17
2020-05-04lib/crypto, efi_loader: avoid multiple inclusions of header filesAKASHI Takahiro2-0/+8
2020-05-04x86: Add a 64-bit 'coreboot64' buildSimon Glass3-0/+65
2020-05-04cmd: Add an indication of 32/64-bit to bdinfoSimon Glass1-0/+20
2020-05-04x86: coreboot: Allow building an SPL imageSimon Glass6-3/+28