summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-10net: phy: realtek: add rx delay support for RTL8211FFugang Duan1-0/+11
2020-05-10net: Update eQos driver and FEC driver to use eth phy interfacesYe Li2-16/+45
2020-05-10net: Add eth phy generic driver for shared MDIOYe Li6-0/+152
2020-05-10net: eth-uclass: add return value checkPeng Fan1-2/+10
2020-05-10pinctrl: nxp: scu: Check the pad partition before set pinmuxYe Li1-2/+7
2020-05-10imx8mq_phanbell: Run SPL with caches enabledFabio Estevam1-2/+0
2020-05-10net: fec: add fuse checkPeng Fan1-0/+14
2020-05-10usb: mx6: add fuse checkPeng Fan1-0/+16
2020-05-10i2c: mxc: add fuse checkPeng Fan1-0/+17
2020-05-10imx: add module fuse supportPeng Fan5-0/+458
2020-05-10ARM: imx: pico-imx8mq: Add support for Technexion Pico-iMX8MQMarek Vasut16-1/+8075
2020-05-10Merge branch 'master' of git://git.denx.de/u-bootStefano Babic845-6784/+12178
2020-05-09Merge branch '2020-05-08-assorted-fixes'Tom Rini6-41/+85
2020-05-09test: fix naming of test functions in the log test suiteHeinrich Schuchardt2-36/+36
2020-05-09test: describe naming conventions for macro UNIT_TESTHeinrich Schuchardt2-2/+39
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