summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-17mach-davinci: Hard-code the default SPL_LDSCRIPT pathTom Rini1-1/+1
2020-03-17edminiv2: Move CONFIG_SPL_LDSCRIPT to defconfigTom Rini2-3/+1
2020-03-17mx31pdk: Move CONFIG_SPL_LDSCRIPT to defconfigTom Rini2-3/+1
2020-03-16Kconfig: Remove redundant variable setsTom Rini3-9/+0
2020-03-16spl: Kconfig: Escape '$(ARCH)' in LDSCRIPT entriesTom Rini1-2/+2
2020-03-16kbuild: remove unused dtc-version.sh scriptMasahiro Yamada2-22/+0
2020-03-16spl.h: make <spl.h> self-containedMasahiro Yamada1-0/+4
2020-03-16debug_uart.h: make <debug_uart.h> self-containedMasahiro Yamada1-10/+10
2020-03-16asm-generic/u-boot.h: make <asm-generic/u-boot.h> self-containedMasahiro Yamada1-0/+2
2020-03-16global_data.h: make <asm-generic/global_data.h> self-containedMasahiro Yamada1-1/+1
2020-03-16scripts/Makefile.lib: Re-add -Wno-simple_bus_reg to DTC_FLAGSTom Rini1-0/+1
2020-03-16scripts/Makefile.lib: Restore PCI related warnings to DTC_FLAGSTom Rini1-0/+4
2020-03-16kbuild: Re-sync DTC flag logic with v4.17Tom Rini2-21/+16
2020-03-16kbuild: fixdep: Resync this with v4.17Tom Rini1-201/+150
2020-03-16fixdep: fix U-Boot own code to handle only valid symbol charactersMasahiro Yamada1-1/+1
2020-03-12Merge branch '2020-03-12-rsa-improvements' into nextTom Rini20-436/+1558
2020-03-12test: enable RSA library test on sandboxAKASHI Takahiro4-0/+4
2020-03-12test: add rsa_verify() unit testAKASHI Takahiro3-0/+217
2020-03-12lib: rsa: add rsa_verify_with_pkey()AKASHI Takahiro1-1/+64
2020-03-12lib: rsa: generate additional parameters for public keyAKASHI Takahiro4-0/+752
2020-03-12include: image.h: add key info to image_sign_infoAKASHI Takahiro1-0/+7
2020-03-12rsa: add CONFIG_RSA_VERIFY_WITH_PKEY configAKASHI Takahiro1-0/+14
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro11-438/+501
2020-03-12image.h: isolate android_image_* functions from toolingEugeniu Rosca1-0/+2
2020-03-11Merge tag 'mmc-2020-3-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini29-84/+531
2020-03-11arm: mediatek: remove unused binman configSam Shih2-1/+1
2020-03-10power-domain: fix hang in endless loop on i.MX8Anatolij Gustschin1-0/+11
2020-03-10Merge tag 'u-boot-imx-20200310' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini46-1208/+606
2020-03-10Merge tag 'u-boot-atmel-fixes-2020.04-a' of https://gitlab.denx.de/u-boot/cus...Tom Rini2-1/+4
2020-03-10Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini19-330/+1764
2020-03-10mx6slevk: Convert to DM_ETHPedro Jardim3-38/+3
2020-03-10mx6sabreauto: Convert to DM_ETHPedro Jardim3-50/+5
2020-03-10mx7dsabresd: Boot in non secure by defaultFabio Estevam2-2/+0
2020-03-10imx: imx8qm: enable relocation of fdt and initrdOliver Graute1-2/+1
2020-03-10arm: dts: imx8mq-evk: add phy-reset-gpios for fec1Alifer Moraes2-18/+2
2020-03-10mx6sabresd: Convert ethernet to driver modelAlifer Moraes3-45/+5
2020-03-10board: sama5d3_xplained: Fix uboot size when loaded from NAND by SPLFabien Lehoussel1-1/+3
2020-03-10board: sama5d3_xplained: Fix SPL DTB read from NANDFabien Lehoussel1-0/+1
2020-03-10net: phy: marvell: Unify 88E151x series phy_driverClemens Gruber1-55/+10
2020-03-10net: tftp: use correct printf codesHeinrich Schuchardt1-1/+1
2020-03-10net: phy: dp83867: Add SGMII mode type switchingMichal Simek1-0/+12
2020-03-10dt-bindings: net: dp83867: Remove binding doc from U-Boot treeMichal Simek1-35/+0
2020-03-10net: phy: add XFI, USXGMII types to is_10g_interface() helperAlex Marginean1-2/+7
2020-03-10net: phy: Fix overlong PHY timeoutAndre Przywara1-1/+1
2020-03-10doc: net: Rewrite network driver documentationAndre Przywara3-215/+322
2020-03-10drivers: net: phy: aquantia: make it less verboseAlex Marginean1-12/+12
2020-03-10drivers: net: phy: aquantia: drop XGMII as a valid system interface protoAlex Marginean1-8/+9
2020-03-10env: Update env_addr for mmc environment driverPankit Garg1-0/+5
2020-03-10phy: Include NC-SI in phy setupSamuel Mendoza-Jonas3-0/+23
2020-03-10phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas7-0/+1361