[U-Boot] [PATCH v2 0/6] Add support for Adaptrum ACRS2 board

Alexandru Gagniuc alex.g at adaptrum.com
Tue Feb 7 03:17:31 UTC 2017


Backed with some great feedback, I think I have a much better patchset
to present.
As the feedback on the previous patchset came in we started having a
bunch of leaf patches, I figured it might be easier to put them on one
linear branch (and take care of any merge conflicts along the way).

Changes since v1:
 * Refactor USB ifdefs in board.c rather than hacking the defines themselves
 * Add PHYLIB and related symbols to Kconfig
 * Include Andrew Davis's patch to move PHYLIB to Kconfig
 * Enable PHY_VITESSE via Kconfig, not am335x_evm.h
 * Completely remove references to USB and DM_USB in the ACRS2 defconfig

Alexandru Gagniuc (5):
  configs: am335x_evm: Enable FASTBOOT based on kconfig
  am33xx: board: Refactor USB initialization into separate function
  drivers: net: Provide Kconfig menu for PHYLIB
  ARM: DTS: Add devicetree for Adaptrum ACRS2 mainboard
  configs: Add defconfig for Adaptrum ACRS2

Andrew F. Davis (1):
  drivers: net: Move PHYLIB to Kconfig

 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/am335x-adaptrum-acrs2-mb.dts          | 100 +++++++++++++++++++++
 arch/arm/include/asm/arch-bcmcygnus/configs.h      |   2 -
 arch/arm/mach-mvebu/include/mach/config.h          |   1 -
 arch/arm/mach-omap2/am33xx/board.c                 |  14 ++-
 arch/powerpc/include/asm/config.h                  |   5 --
 configs/A10-OLinuXino-Lime_defconfig               |   1 +
 configs/A10s-OLinuXino-M_defconfig                 |   1 +
 configs/A20-OLinuXino-Lime2_defconfig              |   2 +-
 configs/A20-OLinuXino-Lime_defconfig               |   1 +
 configs/A20-OLinuXino_MICRO_defconfig              |   1 +
 configs/A20-Olimex-SOM-EVB_defconfig               |   2 +-
 configs/B4420QDS_NAND_defconfig                    |   3 +-
 configs/B4420QDS_SPIFLASH_defconfig                |   3 +-
 configs/B4420QDS_defconfig                         |   3 +-
 configs/B4860QDS_NAND_defconfig                    |   3 +-
 configs/B4860QDS_SECURE_BOOT_defconfig             |   1 +
 configs/B4860QDS_SPIFLASH_defconfig                |   3 +-
 configs/B4860QDS_SRIO_PCIE_BOOT_defconfig          |   3 +-
 configs/B4860QDS_defconfig                         |   3 +-
 configs/BSC9131RDB_NAND_SYSCLK100_defconfig        |   3 +-
 configs/BSC9131RDB_NAND_defconfig                  |   3 +-
 configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig    |   3 +-
 configs/BSC9131RDB_SPIFLASH_defconfig              |   3 +-
 configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig |   1 +
 configs/BSC9132QDS_NAND_DDRCLK100_defconfig        |   1 +
 configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig |   1 +
 configs/BSC9132QDS_NAND_DDRCLK133_defconfig        |   1 +
 configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig  |   1 +
 configs/BSC9132QDS_NOR_DDRCLK100_defconfig         |   1 +
 configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig  |   1 +
 configs/BSC9132QDS_NOR_DDRCLK133_defconfig         |   1 +
 .../BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig   |   1 +
 configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig      |   1 +
 .../BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig   |   1 +
 configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig      |   1 +
 .../BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig |   1 +
 configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig    |   1 +
 .../BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig |   1 +
 configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig    |   1 +
 configs/Bananapi_defconfig                         |   1 +
 configs/Bananapro_defconfig                        |   1 +
 configs/C29XPCIE_NAND_defconfig                    |   3 +-
 configs/C29XPCIE_NOR_SECBOOT_defconfig             |   1 +
 configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig        |   1 +
 configs/C29XPCIE_SPIFLASH_defconfig                |   3 +-
 configs/C29XPCIE_defconfig                         |   3 +-
 configs/CSQ_CS908_defconfig                        |   1 +
 configs/Colombus_defconfig                         |   1 +
 configs/Cubieboard2_defconfig                      |   1 +
 configs/Cubieboard_defconfig                       |   1 +
 configs/Cubietruck_defconfig                       |   1 +
 configs/Cyrus_P5020_defconfig                      |   1 +
 configs/Cyrus_P5040_defconfig                      |   1 +
 configs/Hummingbird_A31_defconfig                  |   1 +
 configs/Itead_Ibox_A20_defconfig                   |   1 +
 configs/Lamobo_R1_defconfig                        |   1 +
 configs/Linksprite_pcDuino3_Nano_defconfig         |   1 +
 configs/Linksprite_pcDuino3_defconfig              |   1 +
 configs/Linksprite_pcDuino_defconfig               |   1 +
 configs/MPC8308RDB_defconfig                       |   1 +
 configs/MPC8313ERDB_33_defconfig                   |   3 +-
 configs/MPC8313ERDB_66_defconfig                   |   3 +-
 configs/MPC8313ERDB_NAND_33_defconfig              |   3 +-
 configs/MPC8313ERDB_NAND_66_defconfig              |   3 +-
 configs/MPC8315ERDB_defconfig                      |   3 +-
 configs/MPC8349EMDS_defconfig                      |   3 +-
 configs/MPC8349ITXGP_defconfig                     |   3 +-
 configs/MPC8349ITX_LOWBOOT_defconfig               |   3 +-
 configs/MPC8349ITX_defconfig                       |   3 +-
 configs/MPC837XEMDS_HOST_defconfig                 |   1 +
 configs/MPC837XEMDS_defconfig                      |   1 +
 configs/MPC837XERDB_defconfig                      |   1 +
 configs/MPC8536DS_36BIT_defconfig                  |   1 +
 configs/MPC8536DS_SDCARD_defconfig                 |   1 +
 configs/MPC8536DS_SPIFLASH_defconfig               |   1 +
 configs/MPC8536DS_defconfig                        |   1 +
 configs/MPC8540ADS_defconfig                       |   3 +-
 configs/MPC8541CDS_defconfig                       |   3 +-
 configs/MPC8541CDS_legacy_defconfig                |   3 +-
 configs/MPC8544DS_defconfig                        |   3 +-
 configs/MPC8548CDS_36BIT_defconfig                 |   3 +-
 configs/MPC8548CDS_defconfig                       |   3 +-
 configs/MPC8548CDS_legacy_defconfig                |   3 +-
 configs/MPC8555CDS_defconfig                       |   3 +-
 configs/MPC8555CDS_legacy_defconfig                |   3 +-
 configs/MPC8560ADS_defconfig                       |   3 +-
 configs/MPC8568MDS_defconfig                       |   3 +-
 configs/MPC8572DS_36BIT_defconfig                  |   3 +-
 configs/MPC8572DS_defconfig                        |   3 +-
 configs/MPC8641HPCN_36BIT_defconfig                |   3 +-
 configs/MPC8641HPCN_defconfig                      |   3 +-
 configs/Marsboard_A10_defconfig                    |   1 +
 configs/Mele_A1000G_quad_defconfig                 |   1 +
 configs/Mele_A1000_defconfig                       |   1 +
 configs/Mele_I7_defconfig                          |   1 +
 configs/Mele_M3_defconfig                          |   1 +
 configs/Mele_M5_defconfig                          |   1 +
 configs/Mele_M9_defconfig                          |   1 +
 configs/Orangepi_defconfig                         |   1 +
 configs/Orangepi_mini_defconfig                    |   1 +
 configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig   |   1 +
 configs/P1010RDB-PA_36BIT_NAND_defconfig           |   1 +
 configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig    |   1 +
 configs/P1010RDB-PA_36BIT_NOR_defconfig            |   1 +
 configs/P1010RDB-PA_36BIT_SDCARD_defconfig         |   1 +
 .../P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig   |   1 +
 configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P1010RDB-PA_NAND_SECBOOT_defconfig         |   1 +
 configs/P1010RDB-PA_NAND_defconfig                 |   1 +
 configs/P1010RDB-PA_NOR_SECBOOT_defconfig          |   1 +
 configs/P1010RDB-PA_NOR_defconfig                  |   1 +
 configs/P1010RDB-PA_SDCARD_defconfig               |   1 +
 configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig     |   1 +
 configs/P1010RDB-PA_SPIFLASH_defconfig             |   1 +
 configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig   |   1 +
 configs/P1010RDB-PB_36BIT_NAND_defconfig           |   1 +
 configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig    |   1 +
 configs/P1010RDB-PB_36BIT_NOR_defconfig            |   1 +
 configs/P1010RDB-PB_36BIT_SDCARD_defconfig         |   1 +
 .../P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig   |   1 +
 configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P1010RDB-PB_NAND_SECBOOT_defconfig         |   1 +
 configs/P1010RDB-PB_NAND_defconfig                 |   1 +
 configs/P1010RDB-PB_NOR_SECBOOT_defconfig          |   1 +
 configs/P1010RDB-PB_NOR_defconfig                  |   1 +
 configs/P1010RDB-PB_SDCARD_defconfig               |   1 +
 configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig     |   1 +
 configs/P1010RDB-PB_SPIFLASH_defconfig             |   1 +
 configs/P1020MBG-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P1020MBG-PC_36BIT_defconfig                |   1 +
 configs/P1020MBG-PC_SDCARD_defconfig               |   1 +
 configs/P1020MBG-PC_defconfig                      |   1 +
 configs/P1020RDB-PC_36BIT_NAND_defconfig           |   1 +
 configs/P1020RDB-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P1020RDB-PC_36BIT_defconfig                |   1 +
 configs/P1020RDB-PC_NAND_defconfig                 |   1 +
 configs/P1020RDB-PC_SDCARD_defconfig               |   1 +
 configs/P1020RDB-PC_SPIFLASH_defconfig             |   1 +
 configs/P1020RDB-PC_defconfig                      |   1 +
 configs/P1020RDB-PD_NAND_defconfig                 |   1 +
 configs/P1020RDB-PD_SDCARD_defconfig               |   1 +
 configs/P1020RDB-PD_SPIFLASH_defconfig             |   1 +
 configs/P1020RDB-PD_defconfig                      |   1 +
 configs/P1020UTM-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P1020UTM-PC_36BIT_defconfig                |   1 +
 configs/P1020UTM-PC_SDCARD_defconfig               |   1 +
 configs/P1020UTM-PC_defconfig                      |   1 +
 configs/P1021RDB-PC_36BIT_NAND_defconfig           |   1 +
 configs/P1021RDB-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P1021RDB-PC_36BIT_defconfig                |   1 +
 configs/P1021RDB-PC_NAND_defconfig                 |   1 +
 configs/P1021RDB-PC_SDCARD_defconfig               |   1 +
 configs/P1021RDB-PC_SPIFLASH_defconfig             |   1 +
 configs/P1021RDB-PC_defconfig                      |   1 +
 configs/P1022DS_36BIT_NAND_defconfig               |   1 +
 configs/P1022DS_36BIT_SDCARD_defconfig             |   1 +
 configs/P1022DS_36BIT_SPIFLASH_defconfig           |   1 +
 configs/P1022DS_36BIT_defconfig                    |   1 +
 configs/P1022DS_NAND_defconfig                     |   1 +
 configs/P1022DS_SDCARD_defconfig                   |   1 +
 configs/P1022DS_SPIFLASH_defconfig                 |   1 +
 configs/P1022DS_defconfig                          |   1 +
 configs/P1023RDB_defconfig                         |   3 +-
 configs/P1024RDB_36BIT_defconfig                   |   1 +
 configs/P1024RDB_NAND_defconfig                    |   1 +
 configs/P1024RDB_SDCARD_defconfig                  |   1 +
 configs/P1024RDB_SPIFLASH_defconfig                |   1 +
 configs/P1024RDB_defconfig                         |   1 +
 configs/P1025RDB_36BIT_defconfig                   |   1 +
 configs/P1025RDB_NAND_defconfig                    |   1 +
 configs/P1025RDB_SDCARD_defconfig                  |   1 +
 configs/P1025RDB_SPIFLASH_defconfig                |   1 +
 configs/P1025RDB_defconfig                         |   1 +
 configs/P2020RDB-PC_36BIT_NAND_defconfig           |   1 +
 configs/P2020RDB-PC_36BIT_SDCARD_defconfig         |   1 +
 configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig       |   1 +
 configs/P2020RDB-PC_36BIT_defconfig                |   1 +
 configs/P2020RDB-PC_NAND_defconfig                 |   1 +
 configs/P2020RDB-PC_SDCARD_defconfig               |   1 +
 configs/P2020RDB-PC_SPIFLASH_defconfig             |   1 +
 configs/P2020RDB-PC_defconfig                      |   1 +
 configs/P2041RDB_NAND_defconfig                    |   1 +
 configs/P2041RDB_SDCARD_defconfig                  |   1 +
 configs/P2041RDB_SECURE_BOOT_defconfig             |   1 +
 configs/P2041RDB_SPIFLASH_defconfig                |   1 +
 configs/P2041RDB_SRIO_PCIE_BOOT_defconfig          |   1 +
 configs/P2041RDB_defconfig                         |   1 +
 configs/P3041DS_NAND_SECURE_BOOT_defconfig         |   1 +
 configs/P3041DS_NAND_defconfig                     |   1 +
 configs/P3041DS_SDCARD_defconfig                   |   1 +
 configs/P3041DS_SECURE_BOOT_defconfig              |   1 +
 configs/P3041DS_SPIFLASH_defconfig                 |   1 +
 configs/P3041DS_SRIO_PCIE_BOOT_defconfig           |   1 +
 configs/P3041DS_defconfig                          |   1 +
 configs/P4080DS_SDCARD_defconfig                   |   1 +
 configs/P4080DS_SECURE_BOOT_defconfig              |   1 +
 configs/P4080DS_SPIFLASH_defconfig                 |   1 +
 configs/P4080DS_SRIO_PCIE_BOOT_defconfig           |   1 +
 configs/P4080DS_defconfig                          |   1 +
 configs/P5020DS_NAND_SECURE_BOOT_defconfig         |   1 +
 configs/P5020DS_NAND_defconfig                     |   1 +
 configs/P5020DS_SDCARD_defconfig                   |   1 +
 configs/P5020DS_SECURE_BOOT_defconfig              |   1 +
 configs/P5020DS_SPIFLASH_defconfig                 |   1 +
 configs/P5020DS_SRIO_PCIE_BOOT_defconfig           |   1 +
 configs/P5020DS_defconfig                          |   1 +
 configs/P5040DS_NAND_SECURE_BOOT_defconfig         |   1 +
 configs/P5040DS_NAND_defconfig                     |   1 +
 configs/P5040DS_SDCARD_defconfig                   |   1 +
 configs/P5040DS_SECURE_BOOT_defconfig              |   1 +
 configs/P5040DS_SPIFLASH_defconfig                 |   1 +
 configs/P5040DS_defconfig                          |   1 +
 configs/Sinlinx_SinA31s_defconfig                  |   1 +
 configs/Sinovoip_BPI_M2_defconfig                  |   1 +
 configs/T1023RDB_NAND_defconfig                    |   1 +
 configs/T1023RDB_SDCARD_defconfig                  |   1 +
 configs/T1023RDB_SECURE_BOOT_defconfig             |   1 +
 configs/T1023RDB_SPIFLASH_defconfig                |   1 +
 configs/T1023RDB_defconfig                         |   1 +
 configs/T1024QDS_DDR4_SECURE_BOOT_defconfig        |   1 +
 configs/T1024QDS_DDR4_defconfig                    |   1 +
 configs/T1024QDS_NAND_defconfig                    |   1 +
 configs/T1024QDS_SDCARD_defconfig                  |   1 +
 configs/T1024QDS_SECURE_BOOT_defconfig             |   1 +
 configs/T1024QDS_SPIFLASH_defconfig                |   1 +
 configs/T1024QDS_defconfig                         |   1 +
 configs/T1024RDB_NAND_defconfig                    |   1 +
 configs/T1024RDB_SDCARD_defconfig                  |   1 +
 configs/T1024RDB_SECURE_BOOT_defconfig             |   1 +
 configs/T1024RDB_SPIFLASH_defconfig                |   1 +
 configs/T1024RDB_defconfig                         |   1 +
 configs/T1040D4RDB_NAND_defconfig                  |   1 +
 configs/T1040D4RDB_SDCARD_defconfig                |   1 +
 configs/T1040D4RDB_SECURE_BOOT_defconfig           |   1 +
 configs/T1040D4RDB_SPIFLASH_defconfig              |   1 +
 configs/T1040D4RDB_defconfig                       |   1 +
 configs/T1040QDS_DDR4_defconfig                    |   1 +
 configs/T1040QDS_SECURE_BOOT_defconfig             |   1 +
 configs/T1040QDS_defconfig                         |   1 +
 configs/T1040RDB_NAND_defconfig                    |   1 +
 configs/T1040RDB_SDCARD_defconfig                  |   1 +
 configs/T1040RDB_SECURE_BOOT_defconfig             |   1 +
 configs/T1040RDB_SPIFLASH_defconfig                |   1 +
 configs/T1040RDB_defconfig                         |   1 +
 configs/T1042D4RDB_NAND_defconfig                  |   1 +
 configs/T1042D4RDB_SDCARD_defconfig                |   1 +
 configs/T1042D4RDB_SECURE_BOOT_defconfig           |   1 +
 configs/T1042D4RDB_SPIFLASH_defconfig              |   1 +
 configs/T1042D4RDB_defconfig                       |   1 +
 configs/T1042RDB_PI_NAND_SECURE_BOOT_defconfig     |   1 +
 configs/T1042RDB_PI_NAND_defconfig                 |   1 +
 configs/T1042RDB_PI_SDCARD_defconfig               |   1 +
 configs/T1042RDB_PI_SPIFLASH_defconfig             |   1 +
 configs/T1042RDB_PI_defconfig                      |   1 +
 configs/T1042RDB_SECURE_BOOT_defconfig             |   1 +
 configs/T1042RDB_defconfig                         |   1 +
 configs/T2080QDS_NAND_defconfig                    |   1 +
 configs/T2080QDS_SDCARD_defconfig                  |   1 +
 configs/T2080QDS_SECURE_BOOT_defconfig             |   1 +
 configs/T2080QDS_SPIFLASH_defconfig                |   1 +
 configs/T2080QDS_SRIO_PCIE_BOOT_defconfig          |   1 +
 configs/T2080QDS_defconfig                         |   1 +
 configs/T2080RDB_NAND_defconfig                    |   1 +
 configs/T2080RDB_SDCARD_defconfig                  |   1 +
 configs/T2080RDB_SECURE_BOOT_defconfig             |   1 +
 configs/T2080RDB_SPIFLASH_defconfig                |   1 +
 configs/T2080RDB_SRIO_PCIE_BOOT_defconfig          |   1 +
 configs/T2080RDB_defconfig                         |   1 +
 configs/T2081QDS_NAND_defconfig                    |   1 +
 configs/T2081QDS_SDCARD_defconfig                  |   1 +
 configs/T2081QDS_SPIFLASH_defconfig                |   1 +
 configs/T2081QDS_SRIO_PCIE_BOOT_defconfig          |   1 +
 configs/T2081QDS_defconfig                         |   1 +
 configs/T4160QDS_NAND_defconfig                    |   1 +
 configs/T4160QDS_SDCARD_defconfig                  |   1 +
 configs/T4160QDS_SECURE_BOOT_defconfig             |   1 +
 configs/T4160QDS_defconfig                         |   1 +
 configs/T4160RDB_defconfig                         |   1 +
 configs/T4240QDS_NAND_defconfig                    |   1 +
 configs/T4240QDS_SDCARD_defconfig                  |   1 +
 configs/T4240QDS_SECURE_BOOT_defconfig             |   1 +
 configs/T4240QDS_SRIO_PCIE_BOOT_defconfig          |   1 +
 configs/T4240QDS_defconfig                         |   1 +
 configs/T4240RDB_SDCARD_defconfig                  |   1 +
 configs/T4240RDB_defconfig                         |   1 +
 configs/TQM834x_defconfig                          |   3 +-
 configs/TWR-P1025_defconfig                        |   1 +
 configs/UCP1020_SPIFLASH_defconfig                 |   1 +
 configs/UCP1020_defconfig                          |   1 +
 configs/Wits_Pro_A20_DKT_defconfig                 |   1 +
 configs/alt_defconfig                              |   2 +
 configs/am335x_adaptrum_acrs2_defconfig            |  37 ++++++++
 configs/am335x_baltos_defconfig                    |   1 +
 configs/am335x_boneblack_defconfig                 |   6 ++
 configs/am335x_boneblack_vboot_defconfig           |   6 ++
 configs/am335x_evm_defconfig                       |   6 ++
 configs/am335x_evm_nor_defconfig                   |   6 ++
 configs/am335x_evm_norboot_defconfig               |   6 ++
 configs/am335x_evm_spiboot_defconfig               |   6 ++
 configs/am335x_evm_usbspl_defconfig                |   6 ++
 configs/am335x_hs_evm_defconfig                    |  11 ++-
 configs/am335x_igep0033_defconfig                  |   1 +
 configs/am335x_shc_defconfig                       |   1 +
 configs/am335x_shc_ict_defconfig                   |   1 +
 configs/am335x_shc_netboot_defconfig               |   1 +
 configs/am335x_shc_prompt_defconfig                |   1 +
 configs/am335x_shc_sdboot_defconfig                |   1 +
 configs/am335x_shc_sdboot_prompt_defconfig         |   1 +
 configs/am335x_sl50_defconfig                      |   1 +
 configs/am43xx_evm_defconfig                       |   1 +
 configs/am43xx_evm_ethboot_defconfig               |   1 +
 configs/am43xx_evm_qspiboot_defconfig              |   1 +
 configs/am43xx_evm_usbhost_boot_defconfig          |   1 +
 configs/am43xx_hs_evm_defconfig                    |   1 +
 configs/am57xx_evm_defconfig                       |   1 +
 configs/am57xx_evm_nodt_defconfig                  |   1 +
 configs/am57xx_hs_evm_defconfig                    |   1 +
 configs/ap_sh4a_4a_defconfig                       |   2 +
 configs/apalis_imx6_defconfig                      |   1 +
 configs/apalis_imx6_nospl_com_defconfig            |   1 +
 configs/apalis_imx6_nospl_it_defconfig             |   1 +
 configs/aristainetos2_defconfig                    |   1 +
 configs/aristainetos2b_defconfig                   |   1 +
 configs/aristainetos_defconfig                     |   1 +
 configs/armadillo-800eva_defconfig                 |   4 +-
 configs/axm_defconfig                              |   3 +-
 configs/ba10_tv_box_defconfig                      |   1 +
 configs/bcm911360_entphn-ns_defconfig              |   3 +-
 configs/bcm911360_entphn_defconfig                 |   3 +-
 configs/bcm911360k_defconfig                       |   3 +-
 configs/bcm958300k-ns_defconfig                    |   3 +-
 configs/bcm958300k_defconfig                       |   3 +-
 configs/bcm958305k_defconfig                       |   3 +-
 configs/birdland_bav335a_defconfig                 |   1 +
 configs/birdland_bav335b_defconfig                 |   1 +
 configs/bk4r1_defconfig                            |   1 +
 configs/brppt1_mmc_defconfig                       |   1 +
 configs/brppt1_nand_defconfig                      |   1 +
 configs/brppt1_spi_defconfig                       |   1 +
 configs/brxre1_defconfig                           |   1 +
 configs/cgtqmx6eval_defconfig                      |   1 +
 configs/chiliboard_defconfig                       |   1 +
 configs/cl-som-am57x_defconfig                     |   1 +
 configs/clearfog_defconfig                         |   1 +
 configs/cm_fx6_defconfig                           |   1 +
 configs/cm_t335_defconfig                          |   1 +
 configs/cm_t43_defconfig                           |   1 +
 configs/colibri_imx6_defconfig                     |   1 +
 configs/colibri_imx6_nospl_defconfig               |   1 +
 configs/colibri_imx7_defconfig                     |   1 +
 configs/colibri_vf_defconfig                       |   1 +
 .../controlcenterd_36BIT_SDCARD_DEVELOP_defconfig  |   1 +
 configs/controlcenterd_36BIT_SDCARD_defconfig      |   1 +
 configs/corvus_defconfig                           |   3 +-
 configs/db-88f6720_defconfig                       |   3 +-
 configs/db-88f6820-amc_defconfig                   |   3 +-
 configs/db-88f6820-gp_defconfig                    |   1 +
 configs/db-mv784mp-gp_defconfig                    |   3 +-
 configs/devkit3250_defconfig                       |   3 +-
 configs/dms-ba16-1g_defconfig                      |   1 +
 configs/dms-ba16_defconfig                         |   1 +
 configs/dra7xx_evm_defconfig                       |   1 +
 configs/dra7xx_hs_evm_defconfig                    |   1 +
 configs/draco_defconfig                            |   3 +-
 configs/ds414_defconfig                            |   3 +-
 configs/ecovec_defconfig                           |   2 +
 configs/espt_defconfig                             |   2 +
 configs/etamin_defconfig                           |   3 +-
 configs/flea3_defconfig                            |   3 +-
 configs/gose_defconfig                             |   2 +
 configs/gurnard_defconfig                          |   1 +
 configs/gwventana_defconfig                        |   1 +
 configs/hrcon_defconfig                            |   2 +
 configs/hrcon_dh_defconfig                         |   2 +
 configs/i12-tvbox_defconfig                        |   1 +
 configs/icnova-a20-swac_defconfig                  |   1 +
 configs/ids8313_defconfig                          |   3 +-
 configs/imx6dl_icore_mmc_defconfig                 |   7 +-
 configs/imx6dl_icore_nand_defconfig                |   9 +-
 configs/imx6dl_icore_rqs_mmc_defconfig             |   7 +-
 configs/imx6q_icore_mmc_defconfig                  |   7 +-
 configs/imx6q_icore_nand_defconfig                 |   9 +-
 configs/imx6q_icore_rqs_mmc_defconfig              |   7 +-
 configs/imx6ul_geam_mmc_defconfig                  |   7 +-
 configs/imx6ul_geam_nand_defconfig                 |  13 +--
 configs/io64_defconfig                             |   3 +-
 configs/io_defconfig                               |   3 +-
 configs/iocon_defconfig                            |   3 +-
 configs/jesurun_q5_defconfig                       |   1 +
 configs/k2e_evm_defconfig                          |   1 +
 configs/k2g_evm_defconfig                          |   1 +
 configs/k2hk_evm_defconfig                         |   1 +
 configs/k2l_evm_defconfig                          |   1 +
 configs/kmcoge4_defconfig                          |   3 +-
 configs/kmlion1_defconfig                          |   3 +-
 configs/kmnusa_defconfig                           |   1 +
 configs/kmsugp1_defconfig                          |   1 +
 configs/kmvect1_defconfig                          |   3 +-
 configs/koelsch_defconfig                          |   2 +
 configs/lager_defconfig                            |   2 +
 configs/liteboard_defconfig                        |   1 +
 configs/ls1021aiot_qspi_defconfig                  |   1 +
 configs/ls1021aiot_sdcard_defconfig                |   1 +
 configs/ls1021aqds_ddr4_nor_defconfig              |   1 +
 configs/ls1021aqds_ddr4_nor_lpuart_defconfig       |   1 +
 configs/ls1021aqds_nand_defconfig                  |  16 ++--
 configs/ls1021aqds_nor_SECURE_BOOT_defconfig       |  14 +--
 configs/ls1021aqds_nor_defconfig                   |   1 +
 configs/ls1021aqds_nor_lpuart_defconfig            |   1 +
 configs/ls1021aqds_qspi_defconfig                  |   1 +
 configs/ls1021aqds_sdcard_ifc_defconfig            |   1 +
 configs/ls1021aqds_sdcard_qspi_defconfig           |   1 +
 configs/ls1021atwr_nor_SECURE_BOOT_defconfig       |  14 +--
 configs/ls1021atwr_nor_defconfig                   |   1 +
 configs/ls1021atwr_nor_lpuart_defconfig            |   1 +
 configs/ls1021atwr_qspi_defconfig                  |   1 +
 .../ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig    |  14 +--
 configs/ls1021atwr_sdcard_ifc_defconfig            |  14 +--
 configs/ls1021atwr_sdcard_qspi_defconfig           |   1 +
 configs/ls1043aqds_defconfig                       |   1 +
 configs/ls1043aqds_lpuart_defconfig                |   1 +
 configs/ls1043aqds_nand_defconfig                  |   1 +
 configs/ls1043aqds_nor_ddr3_defconfig              |   1 +
 configs/ls1043aqds_qspi_defconfig                  |   1 +
 configs/ls1043aqds_sdcard_ifc_defconfig            |   1 +
 configs/ls1043aqds_sdcard_qspi_defconfig           |   1 +
 configs/ls1043ardb_SECURE_BOOT_defconfig           |   1 +
 configs/ls1043ardb_defconfig                       |   1 +
 configs/ls1043ardb_nand_defconfig                  |   1 +
 configs/ls1043ardb_sdcard_defconfig                |   1 +
 configs/ls1046aqds_defconfig                       |   1 +
 configs/ls1046aqds_lpuart_defconfig                |   1 +
 configs/ls1046aqds_nand_defconfig                  |   1 +
 configs/ls1046aqds_qspi_defconfig                  |   1 +
 configs/ls1046aqds_sdcard_ifc_defconfig            |   1 +
 configs/ls1046aqds_sdcard_qspi_defconfig           |   1 +
 configs/ls1046ardb_emmc_defconfig                  |   1 +
 configs/ls1046ardb_qspi_defconfig                  |   1 +
 configs/ls1046ardb_sdcard_defconfig                |   1 +
 configs/ls2080aqds_SECURE_BOOT_defconfig           |   9 +-
 configs/ls2080aqds_defconfig                       |   9 +-
 configs/ls2080aqds_nand_defconfig                  |   9 +-
 configs/ls2080aqds_qspi_defconfig                  |   9 +-
 configs/ls2080ardb_SECURE_BOOT_defconfig           |   1 +
 configs/ls2080ardb_defconfig                       |   1 +
 configs/ls2080ardb_nand_defconfig                  |   1 +
 configs/m53evk_defconfig                           |   1 +
 configs/marsboard_defconfig                        |   1 +
 configs/maxbcm_defconfig                           |   3 +-
 configs/mccmon6_nor_defconfig                      |   1 +
 configs/mccmon6_sd_defconfig                       |   1 +
 configs/microblaze-generic_defconfig               |  11 ++-
 configs/mixtile_loftq_defconfig                    |   1 +
 configs/mpc8308_p1m_defconfig                      |   3 +-
 configs/mx6cuboxi_defconfig                        |   1 +
 configs/mx6dlsabreauto_defconfig                   |   1 +
 configs/mx6dlsabresd_defconfig                     |   1 +
 configs/mx6qpsabreauto_defconfig                   |   1 +
 configs/mx6qsabreauto_defconfig                    |   1 +
 configs/mx6qsabrelite_defconfig                    |   1 +
 configs/mx6qsabresd_defconfig                      |   1 +
 configs/mx6sabresd_spl_defconfig                   |   1 +
 configs/mx6slevk_defconfig                         |   1 +
 configs/mx6slevk_spinor_defconfig                  |   1 +
 configs/mx6slevk_spl_defconfig                     |   1 +
 configs/mx6sxsabreauto_defconfig                   |   1 +
 configs/mx6sxsabresd_defconfig                     |   1 +
 configs/mx6sxsabresd_spl_defconfig                 |   1 +
 configs/mx6ul_14x14_evk_defconfig                  |   1 +
 configs/mx6ul_9x9_evk_defconfig                    |   1 +
 configs/mx7dsabresd_defconfig                      |   1 +
 configs/mx7dsabresd_secure_defconfig               |   1 +
 configs/nitrogen6dl2g_defconfig                    |   1 +
 configs/nitrogen6dl_defconfig                      |   1 +
 configs/nitrogen6q2g_defconfig                     |   1 +
 configs/nitrogen6q_defconfig                       |   1 +
 configs/nitrogen6s1g_defconfig                     |   1 +
 configs/nitrogen6s_defconfig                       |   1 +
 configs/novena_defconfig                           |   1 +
 configs/ot1200_defconfig                           |   1 +
 configs/ot1200_spl_defconfig                       |   1 +
 configs/pcm051_rev1_defconfig                      |   1 +
 configs/pcm051_rev3_defconfig                      |   1 +
 configs/pcm052_defconfig                           |   1 +
 configs/pcm058_defconfig                           |   1 +
 configs/pengwyn_defconfig                          |   1 +
 configs/pepper_defconfig                           |   1 +
 configs/pic32mzdask_defconfig                      |   5 +-
 configs/pico-imx6ul_defconfig                      |   1 +
 configs/platinum_picon_defconfig                   |   1 +
 configs/platinum_titanium_defconfig                |   1 +
 configs/porter_defconfig                           |   2 +
 configs/pxm2_defconfig                             |   3 +-
 configs/r0p7734_defconfig                          |   2 +
 configs/rastaban_defconfig                         |   3 +-
 configs/riotboard_defconfig                        |   1 +
 configs/rut_defconfig                              |   3 +-
 configs/sama5d3_xplained_mmc_defconfig             |   1 +
 configs/sama5d3_xplained_nandflash_defconfig       |   1 +
 configs/sama5d3xek_mmc_defconfig                   |   1 +
 configs/sama5d3xek_nandflash_defconfig             |   1 +
 configs/sama5d3xek_spiflash_defconfig              |   1 +
 configs/sbc8349_PCI_33_defconfig                   |   3 +-
 configs/sbc8349_PCI_66_defconfig                   |   3 +-
 configs/sbc8349_defconfig                          |   3 +-
 configs/sbc8548_PCI_33_PCIE_defconfig              |   3 +-
 configs/sbc8548_PCI_33_defconfig                   |   3 +-
 configs/sbc8548_PCI_66_PCIE_defconfig              |   3 +-
 configs/sbc8548_PCI_66_defconfig                   |   3 +-
 configs/sbc8548_defconfig                          |   3 +-
 configs/sbc8641d_defconfig                         |   3 +-
 configs/sc_sps_1_defconfig                         |   1 +
 configs/secomx6quq7_defconfig                      |   1 +
 configs/sh7752evb_defconfig                        |   4 +-
 configs/sh7753evb_defconfig                        |   4 +-
 configs/sh7757lcr_defconfig                        |   4 +-
 configs/sh7763rdp_defconfig                        |   2 +
 configs/silk_defconfig                             |   2 +
 configs/smartweb_defconfig                         |   3 +-
 configs/socfpga_arria5_defconfig                   |   1 +
 configs/socfpga_cyclone5_defconfig                 |   1 +
 configs/socfpga_de0_nano_soc_defconfig             |   1 +
 configs/socfpga_de1_soc_defconfig                  |   1 +
 configs/socfpga_is1_defconfig                      |   3 +-
 configs/socfpga_sockit_defconfig                   |   1 +
 configs/socfpga_socrates_defconfig                 |   1 +
 configs/socfpga_sr1500_defconfig                   |   1 +
 configs/socfpga_vining_fpga_defconfig              |   1 +
 configs/socrates_defconfig                         |   3 +-
 configs/spear600_defconfig                         |   3 +-
 configs/spear600_nand_defconfig                    |   3 +-
 configs/spear600_usbtty_defconfig                  |   3 +-
 configs/spear600_usbtty_nand_defconfig             |   3 +-
 configs/stm32f746-disco_defconfig                  |   3 +-
 configs/stout_defconfig                            |   2 +
 configs/strider_con_defconfig                      |   2 +
 configs/strider_con_dp_defconfig                   |   2 +
 configs/strider_cpu_defconfig                      |   2 +
 configs/strider_cpu_dp_defconfig                   |   2 +
 configs/stv0991_defconfig                          |   3 +-
 configs/taurus_defconfig                           |   3 +-
 configs/tbs2910_defconfig                          |   1 +
 configs/theadorable_debug_defconfig                |   3 +-
 configs/thuban_defconfig                           |   3 +-
 configs/ti814x_evm_defconfig                       |   1 +
 configs/titanium_defconfig                         |   1 +
 configs/tqma6q_mba6_mmc_defconfig                  |   1 +
 configs/tqma6q_mba6_spi_defconfig                  |   1 +
 configs/tqma6s_mba6_mmc_defconfig                  |   1 +
 configs/tqma6s_mba6_spi_defconfig                  |   1 +
 configs/tqma6s_wru4_mmc_defconfig                  |   1 +
 configs/ts4800_defconfig                           |   1 +
 configs/udoo_defconfig                             |   1 +
 configs/udoo_neo_defconfig                         |   1 +
 configs/ve8313_defconfig                           |   3 +-
 configs/vf610twr_defconfig                         |   1 +
 configs/vf610twr_nand_defconfig                    |   1 +
 configs/vinco_defconfig                            |   1 +
 configs/vining_2000_defconfig                      |   1 +
 configs/vme8349_defconfig                          |   3 +-
 configs/wandboard_defconfig                        |   1 +
 configs/woodburn_defconfig                         |   1 +
 configs/woodburn_sd_defconfig                      |   1 +
 configs/work_92105_defconfig                       |   3 +-
 configs/x600_defconfig                             |   1 +
 configs/xilinx-ppc440-generic_defconfig            |   3 +-
 configs/xilinx_zynqmp_ep_defconfig                 |   9 +-
 configs/xilinx_zynqmp_zc1751_xm015_dc1_defconfig   |   9 +-
 configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig   |   7 +-
 configs/xilinx_zynqmp_zc1751_xm018_dc4_defconfig   |   9 +-
 configs/xilinx_zynqmp_zcu102_defconfig             |   9 +-
 configs/xilinx_zynqmp_zcu102_revB_defconfig        |   9 +-
 configs/xpedite517x_defconfig                      |   3 +-
 configs/xpedite520x_defconfig                      |   3 +-
 configs/xpedite537x_defconfig                      |   3 +-
 configs/xpedite550x_defconfig                      |   3 +-
 configs/xpress_defconfig                           |   1 +
 configs/xpress_spl_defconfig                       |   1 +
 configs/zc5202_defconfig                           |   1 +
 configs/zc5601_defconfig                           |   1 +
 configs/zynq_microzed_defconfig                    |   5 +-
 configs/zynq_picozed_defconfig                     |   5 +-
 configs/zynq_zc702_defconfig                       |   5 +-
 configs/zynq_zc706_defconfig                       |   5 +-
 configs/zynq_zc770_xm010_defconfig                 |   5 +-
 configs/zynq_zc770_xm011_defconfig                 |   3 +
 configs/zynq_zc770_xm012_defconfig                 |   3 +
 configs/zynq_zc770_xm013_defconfig                 |   3 +
 configs/zynq_zed_defconfig                         |   5 +-
 configs/zynq_zybo_defconfig                        |   5 +-
 drivers/net/Kconfig                                |  28 +-----
 drivers/net/phy/Kconfig                            |  90 +++++++++++++++++++
 include/config_phylib_all_drivers.h                |  19 ----
 include/configs/10m50_devboard.h                   |   1 -
 include/configs/3c120_devboard.h                   |   1 -
 include/configs/B4860QDS.h                         |   3 -
 include/configs/MPC8548CDS.h                       |   2 -
 include/configs/MPC8560ADS.h                       |   2 -
 include/configs/P1023RDB.h                         |   1 -
 include/configs/P2041RDB.h                         |   3 -
 include/configs/T102xQDS.h                         |   4 -
 include/configs/T102xRDB.h                         |   3 -
 include/configs/T1040QDS.h                         |   4 -
 include/configs/T104xRDB.h                         |   2 -
 include/configs/T208xQDS.h                         |   4 -
 include/configs/T208xRDB.h                         |   4 -
 include/configs/T4240QDS.h                         |   3 -
 include/configs/T4240RDB.h                         |   4 -
 include/configs/advantech_dms-ba16.h               |   2 -
 include/configs/alt.h                              |   3 -
 include/configs/am335x_evm.h                       |   7 --
 include/configs/am335x_igep0033.h                  |   2 -
 include/configs/am335x_shc.h                       |   2 -
 include/configs/am335x_sl50.h                      |   2 -
 include/configs/am43xx_evm.h                       |   1 -
 include/configs/am57xx_evm.h                       |   1 -
 include/configs/ap_sh4a_4a.h                       |   3 -
 include/configs/apalis_imx6.h                      |   2 -
 include/configs/aristainetos-common.h              |   3 -
 include/configs/armadillo-800eva.h                 |   3 -
 include/configs/baltos.h                           |   3 -
 include/configs/bav335x.h                          |   2 -
 include/configs/bur_am335x_common.h                |   2 -
 include/configs/cgtqmx6eval.h                      |   2 -
 include/configs/chiliboard.h                       |   2 -
 include/configs/cl-som-am57x.h                     |   2 -
 include/configs/clearfog.h                         |   1 -
 include/configs/cm_fx6.h                           |   2 -
 include/configs/cm_t335.h                          |   2 -
 include/configs/cm_t43.h                           |   2 -
 include/configs/colibri_imx6.h                     |   2 -
 include/configs/colibri_imx7.h                     |   2 -
 include/configs/colibri_vf.h                       |   2 -
 include/configs/corenet_ds.h                       |   3 -
 include/configs/corvus.h                           |   1 -
 include/configs/cyrus.h                            |   1 -
 include/configs/db-88f6720.h                       |   1 -
 include/configs/db-88f6820-amc.h                   |   1 -
 include/configs/db-88f6820-gp.h                    |   1 -
 include/configs/db-mv784mp-gp.h                    |   1 -
 include/configs/devkit3250.h                       |   2 -
 include/configs/dra7xx_evm.h                       |   2 -
 include/configs/draco.h                            |   1 -
 include/configs/ds414.h                            |   1 -
 include/configs/ecovec.h                           |   3 -
 include/configs/embestmx6boards.h                  |   3 -
 include/configs/espt.h                             |   2 -
 include/configs/etamin.h                           |   1 -
 include/configs/flea3.h                            |   2 -
 include/configs/ge_bx50v3.h                        |   2 -
 include/configs/gose.h                             |   3 -
 include/configs/gw_ventana.h                       |   1 -
 include/configs/hrcon.h                            |   1 -
 include/configs/imx6qdl_icore.h                    |   2 -
 include/configs/imx6qdl_icore_rqs.h                |   2 -
 include/configs/imx6ul_geam.h                      |   2 -
 include/configs/io.h                               |   1 -
 include/configs/io64.h                             |   1 -
 include/configs/iocon.h                            |   1 -
 include/configs/k2g_evm.h                          |   1 -
 include/configs/km/kmp204x-common.h                |   3 -
 include/configs/km_kirkwood.h                      |   1 -
 include/configs/koelsch.h                          |   3 -
 include/configs/lager.h                            |   3 -
 include/configs/liteboard.h                        |   3 -
 include/configs/ls1021aiot.h                       |   2 -
 include/configs/ls1021aqds.h                       |   2 -
 include/configs/ls1021atwr.h                       |   2 -
 include/configs/ls1043aqds.h                       |   4 -
 include/configs/ls1043ardb.h                       |   5 --
 include/configs/ls1046aqds.h                       |   4 -
 include/configs/ls1046ardb.h                       |   4 -
 include/configs/ls2080aqds.h                       |   5 --
 include/configs/ls2080ardb.h                       |   5 --
 include/configs/m53evk.h                           |   2 -
 include/configs/maxbcm.h                           |   1 -
 include/configs/mccmon6.h                          |   2 -
 include/configs/microblaze-generic.h               |   9 --
 include/configs/mx6cuboxi.h                        |   2 -
 include/configs/mx6sabre_common.h                  |   3 -
 include/configs/mx6slevk.h                         |   3 -
 include/configs/mx6sxsabreauto.h                   |   3 -
 include/configs/mx6sxsabresd.h                     |   3 -
 include/configs/mx6ul_14x14_evk.h                  |   3 -
 include/configs/mx7dsabresd.h                      |   2 -
 include/configs/nitrogen6x.h                       |   2 -
 include/configs/novena.h                           |   2 -
 include/configs/ot1200.h                           |   2 -
 include/configs/p1_twr.h                           |   1 -
 include/configs/pcm051.h                           |   2 -
 include/configs/pcm052.h                           |   2 -
 include/configs/pcm058.h                           |   2 -
 include/configs/pengwyn.h                          |   3 -
 include/configs/pepper.h                           |   2 -
 include/configs/pic32mzdask.h                      |   1 -
 include/configs/pico-imx6ul.h                      |   2 -
 include/configs/platinum.h                         |   2 -
 include/configs/platinum_titanium.h                |   1 -
 include/configs/porter.h                           |   3 -
 include/configs/pxm2.h                             |   2 -
 include/configs/r0p7734.h                          |   3 -
 include/configs/rastaban.h                         |   1 -
 include/configs/rut.h                              |   2 -
 include/configs/s32v234evb.h                       |   2 -
 include/configs/sama5d3_xplained.h                 |   1 -
 include/configs/sama5d3xek.h                       |   2 -
 include/configs/sc_sps_1.h                         |   2 -
 include/configs/secomx6quq7.h                      |   2 -
 include/configs/sh7752evb.h                        |   3 -
 include/configs/sh7753evb.h                        |   3 -
 include/configs/sh7757lcr.h                        |   2 -
 include/configs/sh7763rdp.h                        |   2 -
 include/configs/siemens-am33x-common.h             |   1 -
 include/configs/silk.h                             |   3 -
 include/configs/smartweb.h                         |   1 -
 include/configs/snapper9g45.h                      |   1 -
 include/configs/socfpga_arria5_socdk.h             |   1 -
 include/configs/socfpga_cyclone5_socdk.h           |   1 -
 include/configs/socfpga_de0_nano_soc.h             |   1 -
 include/configs/socfpga_de1_soc.h                  |   1 -
 include/configs/socfpga_is1.h                      |   1 -
 include/configs/socfpga_sockit.h                   |   1 -
 include/configs/socfpga_socrates.h                 |   1 -
 include/configs/socfpga_sr1500.h                   |   1 -
 include/configs/socfpga_vining_fpga.h              |   1 -
 include/configs/spear6xx_evb.h                     |   1 -
 include/configs/stm32f746-disco.h                  |   1 -
 include/configs/stout.h                            |   3 -
 include/configs/strider.h                          |   1 -
 include/configs/stv0991.h                          |   1 -
 include/configs/sunxi-common.h                     |   2 -
 include/configs/suvd3.h                            |   1 -
 include/configs/taurus.h                           |   1 -
 include/configs/tb100.h                            |   1 -
 include/configs/tbs2910.h                          |   2 -
 include/configs/theadorable.h                      |   1 -
 include/configs/thuban.h                           |   1 -
 include/configs/ti814x_evm.h                       |   2 -
 include/configs/ti_armv7_keystone2.h               |   2 -
 include/configs/titanium.h                         |   2 -
 include/configs/tqma6.h                            |   1 -
 include/configs/tqma6_mba6.h                       |   1 -
 include/configs/tqma6_wru4.h                       |   1 -
 include/configs/ts4800.h                           |   2 -
 include/configs/udoo.h                             |   2 -
 include/configs/udoo_neo.h                         |   3 -
 include/configs/vf610twr.h                         |   2 -
 include/configs/vinco.h                            |   1 -
 include/configs/vining_2000.h                      |   3 -
 include/configs/wandboard.h                        |   2 -
 include/configs/woodburn_common.h                  |   2 -
 include/configs/work_92105.h                       |   2 -
 include/configs/x600.h                             |   1 -
 include/configs/xilinx-ppc440-generic.h            |   2 -
 include/configs/xilinx_zynqmp.h                    |   5 --
 include/configs/xpress.h                           |   2 -
 include/configs/zc5202.h                           |   1 -
 include/configs/zc5601.h                           |   1 -
 include/configs/zynq-common.h                      |   3 -
 762 files changed, 1140 insertions(+), 613 deletions(-)
 create mode 100644 arch/arm/dts/am335x-adaptrum-acrs2-mb.dts
 create mode 100644 configs/am335x_adaptrum_acrs2_defconfig
 create mode 100644 drivers/net/phy/Kconfig

-- 
2.9.3



More information about the U-Boot mailing list