summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-12-06Convert CONFIG_HWCONFIG to KconfigTom Rini27-37/+0
2022-12-06Convert CONFIG_POWER_LTC3676 et al to KconfigTom Rini22-47/+0
2022-12-06Convert CONFIG_HIKEY_GPIO et al to KconfigTom Rini2-3/+0
2022-12-06Convert CONFIG_FSL_SERDES to KconfigTom Rini1-1/+0
2022-12-06Convert CONFIG_FSL_IIM to KconfigTom Rini4-9/+0
2022-12-06Convert CONFIG_FSL_DEVICE_DISABLE to KconfigTom Rini5-9/+0
2022-12-06Convert CONFIG_FSL_CADMUS to KconfigTom Rini1-2/+0
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini378-3256/+3257
2022-12-06global: Move remaining CONFIG_*SRIO_* to CFG_*Tom Rini5-88/+88
2022-12-06Convert CONFIG_SYS_SRIO et al to KconfigTom Rini5-17/+0
2022-12-06Convert CONFIG_SYS_TIMER_COUNTS_DOWN to KconfigTom Rini4-4/+0
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini359-616/+616
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 Rini1-5/+0
2022-12-06Convert CONFIG_SYS_PMAN et al to KconfigTom Rini9-32/+0
2022-12-06global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini12-119/+119
2022-12-06Convert CONFIG_SYS_OMAP_ABE_SYSCK to KconfigTom Rini2-4/+0
2022-12-06Remove unused symbolsTom Rini23-126/+2
2022-12-06global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini12-14/+14
2022-12-06global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini99-206/+206
2022-12-06Convert CONFIG_SYS_NS16550_MEM32 et al to KconfigTom Rini69-150/+1
2022-12-06powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONSTom Rini2-6/+2
2022-12-06global: Move remaining CONFIG_SYS_NOR_* to CFG_SYS_NOR_*Tom Rini17-421/+421
2022-12-06global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini103-817/+817
2022-12-06Convert CONFIG_SYS_NAND_SIZE to KconfigTom Rini5-10/+0
2022-12-06Convert CONFIG_SYS_NAND_PAGE_2K et al to KconfigTom Rini6-14/+0
2022-12-06Convert CONFIG_SYS_NAND_NO_SUBPAGE_WRITE to KconfigTom Rini1-1/+0
2022-12-06Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to KconfigTom Rini8-22/+0
2022-12-06mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directlyTom Rini1-1/+0
2022-12-06Convert CONFIG_SYS_NAND_HW_ECC to KconfigTom Rini2-2/+0
2022-12-06Convert CONFIG_SYS_NAND_HW_ECC_OOBFIRST to KconfigTom Rini2-2/+0
2022-12-06Remove unused symbolsTom Rini12-22/+0
2022-12-06Convert CONFIG_SYS_NAND_DBW_8 et al to KconfigTom Rini16-16/+0
2022-12-05net: ping6: Add ping6 commandViacheslav Mitrofanov2-2/+28
2022-12-05net: ipv6: Add implementation of main IPv6 functionsViacheslav Mitrofanov1-64/+97
2022-12-05net: ipv6: Add string_to_ip6 converterViacheslav Mitrofanov1-0/+4
2022-12-05net: ipv6: Add Neighbor Discovery Protocol (NDP)Viacheslav Mitrofanov1-0/+102
2022-12-05net: ipv6: Add callbacks declarations to get access to IPv6 variablesViacheslav Mitrofanov2-0/+20
2022-12-05net: ipv6: Add IPv6 basic primitivesViacheslav Mitrofanov1-0/+369
2022-12-02efi_loader: utility function to check the variable name is "Boot####"Masahisa Kojima1-0/+1
2022-11-28phy: add driver for Intel XWAY PHYTim Harvey1-0/+1
2022-11-28net: Add wget applicationYing-Chun Liu (PaulLiu)2-1/+23
2022-11-28net: Add TCP protocolYing-Chun Liu (PaulLiu)2-9/+326
2022-11-28liteeth: LiteX Ethernet deviceJoel Stanley1-0/+84
2022-11-23Merge tag 'u-boot-amlogic-20221122' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+7
2022-11-23sandbox: Move the capsule GUID declarations to board fileSughosh Ganu1-13/+0
2022-11-23image: Correct strncpy() warning with image_set_name()Simon Glass1-1/+7
2022-11-22arm: amlogic: add setbrg op to serial deviceEdoardo Tomelleri1-0/+7
2022-11-22Merge tag 'xilinx-for-v2023.01-rc3' of https://source.denx.de/u-boot/custodia...Tom Rini1-0/+2
2022-11-22timer-uclass: add timer_get_ops() macroOvidiu Panait1-0/+2