summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-09env/sf.c: honour CONFIG_SPL_SAVEENVRasmus Villemoes1-1/+1
2020-05-09sata: dwc_ahsata: Fix memory issue in reset_sataYe Li1-0/+3
2020-05-09sata: dwc_ahsata: Fix incorrect freeYe Li1-1/+0
2020-05-09sata: ahsata: Fix wrong operand for checking SERR DIAG_XYe Li1-1/+1
2020-05-09sata: ahsata: Fix resource leakYe Li1-0/+5
2020-05-08Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini8-26/+34
2020-05-08Merge branch '2020-05-07-more-kconfig-migrations'Tom Rini593-1160/+693
2020-05-08treewide: mem: Move mtest related defines to KconfigAshok Reddy Soma496-804/+417
2020-05-08treewide: mem: Enable MEMTEST via defconfigMichal Simek11-3/+9
2020-05-08treewide: mem: Remove alternate memtest setup from Mox and x530Michal Simek2-4/+0
2020-05-08cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mappingMichal Simek32-44/+2
2020-05-08configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigsPatrick Delaunay9-8/+12
2020-05-08configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigsPatrick Delaunay11-5/+11
2020-05-08configs: Resync with savedefconfigTom Rini105-292/+242
2020-05-07Merge branch '2020-05-07-atheros-phy-improvements'Tom Rini3-53/+345
2020-05-07efi_loader: crypto/pkcs7_parser.h is not a local includeHeinrich Schuchardt1-1/+1
2020-05-07efi_loader: pkcs7_parse_message() returns error pointerPatrick Wildt1-1/+3
2020-05-07efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt1-2/+1
2020-05-07efi_loader: put device tree into EfiACPIReclaimMemoryHeinrich Schuchardt2-4/+4
2020-05-07efi_loader: use logical and in do_env_print_efi()Heinrich Schuchardt1-1/+1
2020-05-07efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt1-15/+19
2020-05-07efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt1-1/+1
2020-05-07efi_loader: remove redundant assignment in dp_fill()Heinrich Schuchardt1-1/+1
2020-05-07kbuild: efi: Avoid rebuilding efi targetsJan Kiszka2-0/+3
2020-05-07phy: atheros: consolidate {ar8031|ar8035}_config()Michael Walle1-27/+3
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