aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Kconfig: Use hex values for CONFIG_{SPL,TPL}_SIZE_LIMITOvidiu Panait6-10/+10
2020-10-22tpm: cr50: Correct logging statementsSimon Glass1-5/+5
2020-10-22i2c: designware: Use log_debug() for debuggingSimon Glass1-2/+2
2020-10-22board: Show memory for frame buffersSimon Glass1-0/+2
2020-10-22bloblist: Place on a 4KB boundarySimon Glass1-1/+3
2020-10-22syscon: Drop the logging in syscon_get_by_driver_data()Simon Glass1-1/+1
2020-10-22log: Add missing category namesSimon Glass2-1/+8
2020-10-22Merge tag 'u-boot-stm32-20201021' of https://gitlab.denx.de/u-boot/custodians...Tom Rini13-101/+66
2020-10-22Merge branch '2021.01-rc' of https://github.com/lftan/u-bootTom Rini1-2/+2
2020-10-22samsung: common: remove the duplicated stdio print messageJaehoon Chung1-1/+0
2020-10-22sun50i: a64: A64-Teres-I board detect builtin keyboardJonas Smedegaard1-0/+1
2020-10-22sunxi: Enable ethernet on newer Olimex OLinuXino-A20-Lime2-eMMCJonas Smedegaard1-0/+2
2020-10-22sunxi: binman: Add support for including SCP firmwareSamuel Holland3-8/+60
2020-10-22binman: Add support for SCP firmwareSamuel Holland4-0/+43
2020-10-22sunxi: binman: Update FIT component descriptionsSamuel Holland3-6/+8
2020-10-22spl: fit: Minimally parse OS properties with FIT_IMAGE_TINYSamuel Holland2-4/+17
2020-10-22sunxi: binman: Use a macro for the BL31 load addressSamuel Holland1-8/+8
2020-10-22sunxi: binman: Provide a default BL31 filenameSamuel Holland1-0/+1
2020-10-22sunxi: binman: Fix spacing between nodesSamuel Holland1-0/+5
2020-10-22binman: Only write FDT once per nodeSamuel Holland1-4/+4
2020-10-22Makefile: Only define u-boot.itb rule when applicableSamuel Holland1-0/+2
2020-10-22sunxi: make V3s DRAM initialization more properIcenowy Zheng2-5/+87
2020-10-21Merge tag 'efi-2021-01-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/21Oct2020Tom Rini3-24/+73
2020-10-21Revert "Fix data abort caused by mis-aligning FIT data"Marek Vasut1-5/+2
2020-10-21arm: sunxi: increase SYS_MALLOC_F_LENHeinrich Schuchardt1-1/+1
2020-10-21git-mailrc: Update email address of Maxime RipardJonas Smedegaard1-1/+1
2020-10-21sunxi: Pine-H64: Explicitly enable PHY regulatorAndre Przywara1-0/+1
2020-10-21net: sun8i-emac: Lower MDIO frequencyAndre Przywara1-0/+17
2020-10-21net: sun8i-emac: Make internal PHY handling more robustAndre Przywara1-32/+15
2020-10-21net: sun8i_emac: Simplify and fix error handling for RXAndre Przywara1-26/+30
2020-10-21net: sun8i_emac: Fix MAC soft resetAndre Przywara1-14/+7
2020-10-21net: sun8i_emac: Fix overlong linesAndre Przywara1-12/+10
2020-10-21net: sun8i_emac: Wrap and simplify cache maintenance operationsAndre Przywara1-19/+14
2020-10-21net: sun8i_emac: Drop unneeded cache invalidation before sendingAndre Przywara1-3/+0
2020-10-21net: sun8i_emac: Reduce cache maintenance on TX descriptor initAndre Przywara1-2/+2
2020-10-21net: sun8i_emac: Improve cache maintenance on RX descriptor initAndre Przywara1-4/+9
2020-10-21net: sun8i_emac: Name magic bits and simplify read-modify-write callsAndre Przywara1-52/+61
2020-10-21net: sun8i_emac: Remove pointless wrapper functionsAndre Przywara1-46/+16
2020-10-21net: sun8i_emac: Simplify mdio_read/mdio_write functionsAndre Przywara1-41/+22
2020-10-21net: sun8i_emac: Don't hand out TX descriptor too earlyAndre Przywara1-1/+1
2020-10-21net: sun8i-emac: Bail out on PHY errorAndre Przywara1-1/+4
2020-10-21stm32mp: stm32prog: accept device without partitionPatrick Delaunay1-2/+1
2020-10-21configs: stm32mp15: activate CMD_ELFPatrick Delaunay2-2/+0
2020-10-21configs: stm32mp15: activate CMD_EXPORTENVPatrick Delaunay2-2/+0
2020-10-21configs: stm32mp15: activate CMD_IMPORTENVPatrick Delaunay2-2/+0
2020-10-21MAINTAINERS: Add STM32MP1 RNG driver in stm32mp platformPatrick Delaunay1-0/+1
2020-10-21MAINTAINERS: Add stm32 and stm regexp for ARM STM STM32MP platformPatrick Delaunay1-0/+2
2020-10-21arm: stm32: cleanup arch gpio.hPatrick Delaunay3-70/+6
2020-10-21ARM: dts: stm32: Do not set eth1addr if KS8851 has EEPROMMarek Vasut1-4/+36
2020-10-21stm32mp: limit size of cacheable DDR in pre-reloc stagePatrick Delaunay3-2/+17