aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-21CI: Update unmigrated symbol checkWIP/Make-CI-fail-unmigrated-symbolsTom Rini2-4/+8
2022-03-21configs: Resync with savedefconfigTom Rini5-5/+5
2022-03-21am33xx: musb: Remove unused configuration logicTom Rini1-76/+6
2022-03-21Update migrated sym listTom Rini1-18/+0
2022-03-21Convert CONFIG_BACKSIDE_L2_CACHE to KconfigTom Rini6-5/+10
2022-03-21vinco: Remove CONFIG_ATMEL_SPI0Tom Rini1-6/+0
2022-03-21lcd: Remove LCD_TEST_PATTERN codeTom Rini7-58/+0
2022-03-21Convert CONFIG_LCD_INFO et al to KconfigTom Rini13-27/+19
2022-03-21Convert CONFIG_ATMEL_LCD et al to KconfigTom Rini22-23/+26
2022-03-21Convert CONFIG_MII_INIT to KconfigTom Rini28-16/+18
2022-03-21Convert CONFIG_PHY_RESET_DELAY to KconfigTom Rini19-18/+22
2022-03-21Convert CONFIG_SYS_RX_ETH_BUFFER to KconfigTom Rini64-56/+51
2022-03-21Convert CONFIG_LPC32XX_ETH to KconfigTom Rini3-12/+5
2022-03-21Convert CONFIG_TFTP_PORT to KconfigTom Rini7-26/+21
2022-03-21Convert CONFIG_RMII to KconfigTom Rini24-25/+18
2022-03-21Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to KconfigTom Rini82-81/+63
2022-03-21Convert CONFIG_RESET_PHY_R to KconfigTom Rini99-51/+83
2022-03-21Convert CONFIG_AT91_WANTS_COMMON_PHY to KconfigTom Rini10-9/+9
2022-03-21Convert CONFIG_AT91_LED to KconfigTom Rini2-1/+3
2022-03-19Merge tag 'dm-pull-18mar22' of https://source.denx.de/u-boot/custodians/u-boo...WIP/19Mar2022-nextTom Rini42-258/+1049
2022-03-18binman: Support splitting an ELF file into multiple nodesSimon Glass6-10/+597
2022-03-18binman: Keep a separate list of entries for fitSimon Glass1-5/+28
2022-03-18binman: Update fit to use node instead of subnodeSimon Glass1-8/+8
2022-03-18binman: Add a consistent way to report errors with fitSimon Glass2-9/+24
2022-03-18binman: Fix some pylint warnings in fitSimon Glass1-25/+25
2022-03-18binman: Update fit to move node reading into the ReadNode() methodSimon Glass1-6/+4
2022-03-18binman: Read the fit entries only onceSimon Glass1-1/+0
2022-03-18binman: Allow mkimage to use a non-zero fake-blob sizeSimon Glass7-8/+53
2022-03-18binman: Make fake blobs zero-sized by defaultSimon Glass1-2/+3
2022-03-18binman: Change how faked blobs are createdSimon Glass4-8/+13
2022-03-18binman: Rename tools parameter to btoolsSimon Glass7-15/+15
2022-03-18binman: Refactor fit to generate output at the endSimon Glass3-84/+109
2022-03-18binman: Rename ExpandEntries to gen_entriesSimon Glass5-8/+8
2022-03-18binman: Rename ExpandToLimit to extend_to_limitSimon Glass10-31/+51
2022-03-18binman: Tweak collect_contents_to_file() and docsSimon Glass3-15/+20
2022-03-18elf: Rename load_segments() and module failureSimon Glass2-12/+12
2022-03-18dtoc: Tidy up implementation of AddStringList()Simon Glass3-3/+13
2022-03-18spl: Correct Kconfig help for TPL_BINMAN_SYMBOLSSimon Glass1-3/+3
2022-03-18moveconfig: Use re.fullmatch() to avoid extra checkSimon Glass1-2/+1
2022-03-18moveconfig: Remove remove_defconfig()Simon Glass1-12/+1
2022-03-18dtoc: Make GetArgs() more flexibleSimon Glass3-3/+13
2022-03-18patman: Define Commit.path in the constructorSimon Glass1-0/+2
2022-03-18sandbox: test: Tidy up spl_test_load() callsSimon Glass1-5/+1
2022-03-18sandbox: Slow down the LCD sync rateSimon Glass1-1/+1
2022-03-18sandbox: Open host file for read-only access if neededSimon Glass1-3/+8
2022-03-18sandbox: Add the handoff header for splSimon Glass1-0/+1
2022-03-18sandbox: Show a message when writing out the ram bufferSimon Glass1-1/+2
2022-03-18binman: Include also subnodes in generator nodesJan Kiszka3-0/+8
2022-03-18tools: binman: main.py: add build-sandbox in sys.pathPhilippe Reynes1-0/+1
2022-03-18binman: Complete elf test coverageSimon Glass2-2/+50