aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-05ns16550: Rework the logic behind SYS_NS16550_REG_SIZE dependenciesWIP/fixup-serial-stuffTom Rini2-13/+5
2023-01-05ns16650: Correct CONFIG_SYS_NS16550_MEM32 platformsTom Rini1-3/+1
2023-01-02Merge branch '2023-01-02-platform-updates' into nextTom Rini40-204/+731
2023-01-02arm: s5p4418: dm_serial: remove old code / add DEBUG_UARTStefan Bosch4-36/+9
2023-01-02arm: s5p4418: dm_serial: switch to DM_SERIALStefan Bosch3-2/+12
2023-01-02arm: s5p4418: dm_serial: add uarts to dtsStefan Bosch3-0/+117
2023-01-02arm: s5p4418: dm_serial: add driver source codeStefan Bosch2-0/+95
2023-01-02board/pg_wcom: rework defconfigHolger Brunck4-8/+16
2023-01-02board: ti: common: board_detect: Fix EEPROM read quirk for 2-byteNeha Malcom Francis1-12/+34
2023-01-02Add CONFIG_SYS_NAND_SELF_INIT to Kconfig for NAND DENALI driverLokanathan, Raaj1-0/+1
2023-01-02serial: Use -EAGAIN in getc and putcPali Rohár4-36/+28
2023-01-02serial: Do not write additional \r before \n for dm_serial driversPali Rohár2-6/+0
2023-01-02rtc: add ht1380 driverSergei Antonov4-0/+340
2023-01-02arm: uniphier: use DM_TIMER of arm a9 global timerDai Okamura7-43/+10
2023-01-02pinctrl: uniphier: add ethernet TX pin data for PXs3Dai Okamura1-1/+19
2023-01-02pinctrl: uniphier: add check if pins are validDai Okamura1-0/+3
2023-01-02dts: synquacer: Drop unused and undocumented GPIO 'base' propertyRob Herring1-1/+0
2023-01-02dts: synquacer: Drop unused and undocumented SPI propertiesRob Herring1-2/+0
2023-01-02powerpc: dts: keymile: Deduplicate binman codePali Rohár1-20/+2
2023-01-02dts: synquacer: Fix idle-states 'entry-method' valueRob Herring1-1/+1
2023-01-02dts: synquacer: Fix "arm, armv7-timer-mem" node address sizesRob Herring1-5/+5
2023-01-02dts: synquacer: Use generic node namesRob Herring3-7/+7
2023-01-02dts: synquacer: Drop CPU 'arm,armv8' compatiblesRob Herring1-24/+24
2023-01-02arm: dts: ti: k3-am64-mcu: Add pinctrlChristian Gmeiner1-0/+8
2022-12-31Merge branch '2022-12-31-cmd-source-support-specifying-config-name' into nextTom Rini8-33/+162
2022-12-31cmd: source: Support specifying config nameWIP/2022-12-31-cmd-source-support-specifying-config-nameSean Anderson7-28/+81
2022-12-31cmd: source: Clean up a few linesSean Anderson1-6/+4
2022-12-31treewide: Use NULL for script image nameSean Anderson2-2/+2
2022-12-31test: Add test for source commandSean Anderson2-0/+71
2022-12-31image: Add fallback for fit_config_verifySean Anderson1-0/+7
2022-12-23Merge branch '2022-12-23-complete-phase1-CONFIG-migration' into nextTom Rini679-2325/+1760
2022-12-23common/spl/spl_ram: Remove unused defaultTom Rini2-18/+15
2022-12-23cf_spi.c: Rename CONFIG_SPI_IDLE_VAL to SPI_IDLE_VALTom Rini2-10/+6
2022-12-23pci-rcar-gen3: Rename CONFIG_SEND_ENABLETom Rini1-3/+3
2022-12-23post: Move CONFIG_SYS_POST to CFG_SYS_POSTTom Rini40-138/+138
2022-12-23kbuild: Remove checking for adhoc CONFIG symbolsTom Rini5-391/+2
2022-12-23CI: Replace unmigrated symbol test with non-Kconfig introduction testTom Rini2-48/+12
2022-12-23checkpatch.pl: Update CONFIG logic in U-Boot sectionTom Rini2-5/+5
2022-12-23kbuild: Remove uncmd_spl logicTom Rini19-85/+25
2022-12-23bcmcygnus: Convert CONFIG_IPROC to KconfigTom Rini2-3/+4
2022-12-23configs: Remove unused or redundant CONFIG symbolsTom Rini13-27/+1
2022-12-23librem5: Rename CONFIG_POWER_BD71837 symbolsTom Rini2-7/+5
2022-12-23global: Migrate CONFIG_X86_REFCODE_RUN_ADDR to CFGTom Rini2-3/+3
2022-12-23global: Migrate CONFIG_X86_REFCODE_ADDR to CFGTom Rini3-3/+3
2022-12-23global: Migrate CONFIG_X86_MRC_ADDR to CFGTom Rini4-4/+4
2022-12-23global: Migrate CONFIG_WATCHDOG_PRESC et al to CFGTom Rini2-3/+3
2022-12-23global: Migrate CONFIG_VSC7385_IMAGE et al to CFGTom Rini4-7/+7
2022-12-23global: Migrate CONFIG_USB_ISP1301_I2C_ADDR to CFGTom Rini2-2/+2
2022-12-23global: Migrate CONFIG_USART_ID to CFGTom Rini7-7/+7
2022-12-23global: Migrate CONFIG_USART_BASE to CFGTom Rini7-11/+11