aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-25doc: update doc/sphinx/requirements.txtWIP/2022-03-25-assorted-updatesHeinrich Schuchardt1-2/+23
2022-03-25bootcount: Add pmic pfuze100 bootcount driverPhilip Oberfichtner3-0/+169
2022-03-25power: pfuze100: Add MEMx register definitionsPhilip Oberfichtner1-0/+5
2022-03-25disk: Add an option for partitions in SPLSimon Glass3-6/+22
2022-03-25pinctrl: mediatek: add support for different types of IO pinsSam Shih2-5/+79
2022-03-25pinctrl: mediatek: introduce multiple memory bases supportSam Shih2-22/+53
2022-03-25pinctrl: mediatek: rewrite mtk_pinconf_set and related functionsSam Shih2-30/+114
2022-03-25ARM: dts: ast2600: Add PWM to device treeBilly Tsai2-0/+35
2022-03-25pinctrl: Add the pinctrl setting for PWM.Billy Tsai2-0/+200
2022-03-25pwm: Add Aspeed ast2600 PWM supportBilly Tsai3-0/+260
2022-03-25pci: Remove duplicate PCI_CLASS_CODE_* and PCI_CLASS_SUB_CODE_* macrosPali Rohár1-123/+0
2022-03-25sandbox: video: Replace PCI_CLASS_* macros by one from pci_ids.hPali Rohár1-2/+3
2022-03-25pci: Add defines for normal and subtractive PCI bridgesPali Rohár11-13/+15
2022-03-25Add option to use -OgSean Anderson2-0/+10
2022-03-25Split CONFIG_CC_OPTIMIZE_FOR_SIZE into two configsSean Anderson3-5/+18
2022-03-25CI: Pin pylint version to 2.12.2Tom Rini2-2/+2
2022-03-25Merge branch '2022-03-25-Kconfig-migrations' into nextTom Rini238-432/+348
2022-03-25Convert CONFIG_BACKSIDE_L2_CACHE to KconfigTom Rini6-5/+10
2022-03-25vinco: Remove CONFIG_ATMEL_SPI0Tom Rini1-6/+0
2022-03-25lcd: Remove LCD_TEST_PATTERN codeTom Rini7-58/+0
2022-03-25Convert CONFIG_LCD_INFO et al to KconfigTom Rini13-27/+19
2022-03-25Convert CONFIG_ATMEL_LCD et al to KconfigTom Rini22-23/+26
2022-03-25Convert CONFIG_MII_INIT to KconfigTom Rini28-16/+18
2022-03-25Convert CONFIG_PHY_RESET_DELAY to KconfigTom Rini19-18/+22
2022-03-25Convert CONFIG_SYS_RX_ETH_BUFFER to KconfigTom Rini64-56/+51
2022-03-25Convert CONFIG_LPC32XX_ETH to KconfigTom Rini3-12/+5
2022-03-25Convert CONFIG_TFTP_PORT to KconfigTom Rini7-26/+21
2022-03-25Convert CONFIG_RMII to KconfigTom Rini24-25/+18
2022-03-25Convert CONFIG_SYS_FAULT_ECHO_LINK_DOWN to KconfigTom Rini82-81/+63
2022-03-25Convert CONFIG_RESET_PHY_R to KconfigTom Rini99-51/+83
2022-03-25Convert CONFIG_AT91_WANTS_COMMON_PHY to KconfigTom Rini10-9/+9
2022-03-25Convert 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