aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-22README: vxworks: Fix typo overwrideNaoki Hayama1-1/+1
2020-10-22README: sandbox: Change reference to sandbox detailsNaoki Hayama1-1/+1
2020-10-22README: Update directory hierarchyNaoki Hayama1-1/+2
2020-10-22README: Update source code locationNaoki Hayama1-8/+6
2020-10-22README: Update links to mailing list archivesNaoki Hayama1-3/+2
2020-10-22timer: Return count from timer_ops.get_countSean Anderson24-97/+59
2020-10-22doc: Document timer APISean Anderson3-22/+33
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt17-58/+58
2020-10-22cli_hush.c: remove broken sanity checkRasmus Villemoes1-8/+0
2020-10-22common, autoboot: sync functionality with Kconfig descriptionHeiko Schocher1-1/+2
2020-10-22cosmetic: image: Fix comments and the order of definitionsNaoki Hayama2-10/+11
2020-10-22mkimage: Skip adding non-existent IDs to a listNaoki Hayama1-2/+7
2020-10-22image: Add a function to modify category informationNaoki Hayama2-0/+27
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