summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-06Convert CONFIG_HWCONFIG to KconfigTom Rini47-40/+22
2022-12-06Convert CONFIG_POWER_LTC3676 et al to KconfigTom Rini64-52/+101
2022-12-06Convert CONFIG_HIKEY_GPIO et al to KconfigTom Rini5-4/+11
2022-12-06Convert CONFIG_FSL_SERDES to KconfigTom Rini4-5/+5
2022-12-06Convert CONFIG_FSL_LBC to KconfigTom Rini2-8/+4
2022-12-06Convert CONFIG_FSL_IIM to KconfigTom Rini10-10/+9
2022-12-06Convert CONFIG_FSL_DEVICE_DISABLE to KconfigTom Rini6-9/+4
2022-12-06Convert CONFIG_FSL_CADMUS to KconfigTom Rini2-2/+3
2022-12-06power: pmic: Guard non-DM_PMIC drivers with a check for POWER_LEGACYTom Rini2-5/+10
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini744-5930/+5931
2022-12-06global: Move remaining CONFIG_*SRIO_* to CFG_*Tom Rini10-146/+146
2022-12-06Convert CONFIG_SYS_SRIO et al to KconfigTom Rini20-29/+61
2022-12-06Convert CONFIG_SYS_TIMER_COUNTS_DOWN to KconfigTom Rini40-6/+36
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini589-1197/+1197
2022-12-06imx6/imx7: Remove now empty imx6_spl.h and imx7_spl.hTom Rini48-196/+0
2022-12-06spl: Migrate SYS_SATA_FAT_BOOT_PARTITION to KconfigTom Rini3-9/+5
2022-12-06Convert CONFIG_SYS_PMAN et al to KconfigTom Rini16-41/+45
2022-12-06global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini42-299/+299
2022-12-06Convert CONFIG_SYS_OMAP_ABE_SYSCK to KconfigTom Rini4-4/+4
2022-12-06Remove unused symbolsTom Rini31-157/+2
2022-12-06rtc: Remove unused driversTom Rini5-526/+0
2022-12-06global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini43-138/+138
2022-12-06global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini134-347/+347
2022-12-06Convert CONFIG_SYS_NS16550_MEM32 et al to KconfigTom Rini386-369/+397
2022-12-06powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONSTom Rini6-14/+10
2022-12-06global: Move remaining CONFIG_SYS_NOR_* to CFG_SYS_NOR_*Tom Rini21-498/+498
2022-12-06global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini175-1106/+1106
2022-12-06Convert CONFIG_SYS_NAND_SIZE to KconfigTom Rini6-10/+5
2022-12-06Convert CONFIG_SYS_NAND_PAGE_2K et al to KconfigTom Rini9-14/+15
2022-12-06Convert CONFIG_SYS_NAND_NO_SUBPAGE_WRITE to KconfigTom Rini9-6/+10
2022-12-06Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to KconfigTom Rini40-32/+76
2022-12-06mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directlyTom Rini2-10/+9
2022-12-06Convert CONFIG_SYS_NAND_HW_ECC to KconfigTom Rini12-15/+16
2022-12-06Convert CONFIG_SYS_NAND_HW_ECC_OOBFIRST to KconfigTom Rini6-6/+7
2022-12-06Remove unused symbolsTom Rini12-22/+0
2022-12-06Convert CONFIG_SYS_NAND_DBW_8 et al to KconfigTom Rini17-16/+12
2022-12-05Prepare v2023.01-rc3Tom Rini2-2/+2
2022-12-05Merge branch '2022-12-05-add-IPv6-support'Tom Rini20-16/+1852
2022-12-05configs: Add IPV6 config to sandbox_flattree_defconfigViacheslav Mitrofanov1-0/+1
2022-12-05configs: Add IPV6 config to sandbox64_defconfigViacheslav Mitrofanov1-0/+1
2022-12-05configs: Add IPV6 config to sandbox_defconfigViacheslav Mitrofanov1-0/+1
2022-12-05test: dm: eth: Add ip6_make_lladdr testViacheslav Mitrofanov1-0/+18
2022-12-05test: dm: eth: Add ip6_make_snma testViacheslav Mitrofanov1-0/+20
2022-12-05test: dm: eth: Add ip6_addr_in_subnet testViacheslav Mitrofanov1-0/+25
2022-12-05test: dm: eth: Add csum_ipv6_magic testViacheslav Mitrofanov1-0/+29
2022-12-05test: dm: eth: Add string_to_ip6 testViacheslav Mitrofanov1-0/+55
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov8-2/+197
2022-12-05net: tftp: Add IPv6 support for tftpbootViacheslav Mitrofanov3-7/+103
2022-12-05net: ipv6: Incorporate IPv6 support into u-boot net subsystemViacheslav Mitrofanov1-1/+22
2022-12-05net: ipv6: Add implementation of main IPv6 functionsViacheslav Mitrofanov2-64/+459