aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-09efi_selftest: add unit test functions to HTML documentationHeinrich Schuchardt
2020-05-09cmd: efidebug: add a comment against Coverity check (300329)AKASHI Takahiro
2020-05-09cmd: efidebug: fix a wrong handling of argumentsAKASHI Takahiro
2020-05-09efi_loader: variable: check a return value of uuid__str_to_bin()AKASHI Takahiro
2020-05-09efi_loader: image_loader: fix a Coverity check against array accessAKASHI Takahiro
2020-05-08Merge branch '2020-05-08-assorted-fixes'Tom Rini
2020-05-08test: fix naming of test functions in the log test suiteHeinrich Schuchardt
2020-05-08test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt
2020-05-08env/sf.c: honour CONFIG_SPL_SAVEENVRasmus Villemoes
2020-05-08sata: dwc_ahsata: Fix memory issue in reset_sataYe Li
2020-05-08sata: dwc_ahsata: Fix incorrect freeYe Li
2020-05-08sata: ahsata: Fix wrong operand for checking SERR DIAG_XYe Li
2020-05-08sata: ahsata: Fix resource leakYe Li
2020-05-08Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2020-05-08Merge branch '2020-05-07-more-kconfig-migrations'Tom Rini
2020-05-08treewide: mem: Move mtest related defines to KconfigAshok Reddy Soma
2020-05-08treewide: mem: Enable MEMTEST via defconfigMichal Simek
2020-05-08treewide: mem: Remove alternate memtest setup from Mox and x530Michal Simek
2020-05-08cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mappingMichal Simek
2020-05-08configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigsPatrick Delaunay
2020-05-08configs: migrate CONFIG_SET_DFU_ALT_INFO to defconfigsPatrick Delaunay
2020-05-08configs: Resync with savedefconfigTom Rini
2020-05-07Merge branch '2020-05-07-atheros-phy-improvements'Tom Rini
2020-05-07efi_loader: crypto/pkcs7_parser.h is not a local includeHeinrich Schuchardt
2020-05-07efi_loader: pkcs7_parse_message() returns error pointerPatrick Wildt
2020-05-07efi_loader: efi_variable_parse_signature() returns NULL on errorPatrick Wildt
2020-05-07efi_loader: put device tree into EfiACPIReclaimMemoryHeinrich Schuchardt
2020-05-07efi_loader: use logical and in do_env_print_efi()Heinrich Schuchardt
2020-05-07efi_loader: do not unnecessarily use EFI_CALL()Heinrich Schuchardt
2020-05-07efi_loader: error handling in efi_set_variable_common().Heinrich Schuchardt
2020-05-07efi_loader: remove redundant assignment in dp_fill()Heinrich Schuchardt
2020-05-07kbuild: efi: Avoid rebuilding efi targetsJan Kiszka
2020-05-07phy: atheros: consolidate {ar8031|ar8035}_config()Michael Walle
2020-05-07phy: atheros: ar8035: remove static clock configMichael Walle
2020-05-07phy: atheros: add device tree bindings and configMichael Walle
2020-05-07phy: atheros: move delay config to common functionMichael Walle
2020-05-07phy: atheros: introduce debug read and write functionsMichael Walle
2020-05-07phy: atheros: use defines for PHY IDsMichael Walle
2020-05-07phy: atheros: fix AR8021 PHY ID maskMichael Walle
2020-05-07phy: atheros: Clarify the intention of ar8021_configVladimir Oltean
2020-05-07phy: atheros: Explicitly disable RGMII delaysVladimir Oltean
2020-05-07phy: atheros: Clarify the configuration of the CLK_25M output pinVladimir Oltean
2020-05-07phy: atheros: Use common functions for RGMII internal delaysVladimir Oltean
2020-05-07phy: atheros: Make RGMII Tx delays actually configurable for AR8035Vladimir Oltean
2020-05-07Merge branch '2020-05-06-master-imports'Tom Rini
2020-05-07menu: add support for client defined statusline functionThirupathaiah Annapureddy
2020-05-07rsa: fix alignment issue when getting public exponentHeiko Stuebner
2020-05-07cmd: cache: Fix non-cached memory cachabilityPatrice Chotard
2020-05-07arm: vexpress64: Remove unneeded CONFIG_ checkAndre Przywara
2020-05-07arm: juno: enable USBAndre Przywara