summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2020-05-10845-6784/+12178
|\
| * Merge branch '2020-05-08-assorted-fixes'Tom Rini2020-05-086-41/+85
| |\
| | * test: fix naming of test functions in the log test suiteHeinrich Schuchardt2020-05-082-36/+36
| | * test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt2020-05-082-2/+39
| | * env/sf.c: honour CONFIG_SPL_SAVEENVRasmus Villemoes2020-05-081-1/+1
| | * sata: dwc_ahsata: Fix memory issue in reset_sataYe Li2020-05-081-0/+3
| | * sata: dwc_ahsata: Fix incorrect freeYe Li2020-05-081-1/+0
| | * sata: ahsata: Fix wrong operand for checking SERR DIAG_XYe Li2020-05-081-1/+1
| | * sata: ahsata: Fix resource leakYe Li2020-05-081-0/+5
| |/
| * Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/08May2020Tom Rini2020-05-088-26/+34
| |\
| | * efi_loader: crypto/pkcs7_parser.h is not a local includeHeinrich Schuchardt2020-05-071-1/+1
| | * efi_loader: pkcs7_parse_message() returns error pointerPatrick Wildt2020-05-071-1/+3
| | * efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt2020-05-071-2/+1
| | * efi_loader: put device tree into EfiACPIReclaimMemoryHeinrich Schuchardt2020-05-072-4/+4
| | * efi_loader: use logical and in do_env_print_efi()Heinrich Schuchardt2020-05-071-1/+1
| | * efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt2020-05-071-15/+19
| | * efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt2020-05-071-1/+1
| | * efi_loader: remove redundant assignment in dp_fill()Heinrich Schuchardt2020-05-071-1/+1
| | * kbuild: efi: Avoid rebuilding efi targetsJan Kiszka2020-05-072-0/+3
| * | Merge branch '2020-05-07-more-kconfig-migrations'Tom Rini2020-05-08593-1160/+693
| |\ \
| | * | treewide: mem: Move mtest related defines to KconfigWIP/2020-05-07-more-kconfig-migrationsAshok Reddy Soma2020-05-08496-804/+417
| | * | treewide: mem: Enable MEMTEST via defconfigMichal Simek2020-05-0811-3/+9
| | * | treewide: mem: Remove alternate memtest setup from Mox and x530Michal Simek2020-05-082-4/+0
| | * | cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mappingMichal Simek2020-05-0832-44/+2
| | * | configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigsPatrick Delaunay2020-05-089-8/+12
| | * | configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigsPatrick Delaunay2020-05-0811-5/+11
| | * | configs: Resync with savedefconfigTom Rini2020-05-08105-292/+242
| |/ /
| * | Merge branch '2020-05-07-atheros-phy-improvements'Tom Rini2020-05-073-53/+345
| |\ \ | | |/ | |/|
| | * phy: atheros: consolidate {ar8031|ar8035}_config()WIP/2020-05-07-atheros-phy-improvementsMichael Walle2020-05-071-27/+3
| | * phy: atheros: ar8035: remove static clock configMichael Walle2020-05-071-13/+0
| | * phy: atheros: add device tree bindings and configMichael Walle2020-05-073-2/+270
| | * phy: atheros: move delay config to common functionMichael Walle2020-05-071-16/+22
| | * phy: atheros: introduce debug read and write functionsMichael Walle2020-05-071-16/+41
| | * phy: atheros: use defines for PHY IDsMichael Walle2020-05-071-3/+7
| | * phy: atheros: fix AR8021 PHY ID maskMichael Walle2020-05-071-1/+1
| | * phy: atheros: Clarify the intention of ar8021_configVladimir Oltean2020-05-071-4/+4
| | * phy: atheros: Explicitly disable RGMII delaysVladimir Oltean2020-05-071-0/+8
| | * phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean2020-05-071-5/+14
| | * phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean2020-05-071-28/+41
| | * phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean2020-05-071-4/+0
| |/
| * Merge branch '2020-05-06-master-imports'Tom Rini2020-05-0717-91/+200
| |\
| | * menu: add support for client defined statusline functionThirupathaiah Annapureddy2020-05-074-37/+41
| | * rsa: fix alignment issue when getting public exponentHeiko Stuebner2020-05-071-2/+2
| | * cmd: cache: Fix non-cached memory cachabilityPatrice Chotard2020-05-072-3/+15
| | * arm: vexpress64: Remove unneeded CONFIG_ checkAndre Przywara2020-05-071-6/+0
| | * arm: juno: enable USBAndre Przywara2020-05-073-0/+14
| | * arm: juno: Use PSCI based resetAndre Przywara2020-05-072-3/+3
| | * arm: juno: Enable OF_CONTROLAndre Przywara2020-05-074-3/+70
| | * arm: juno: Fix UART clock rateAndre Przywara2020-05-071-1/+1
| | * uart: pl011: Add proper DM clock supportAndre Przywara2020-05-071-16/+33