This patchset modernises the resurrected 8xx. Christophe Leroy (7): powerpc, 8xx: move specific reginfo powerpc, 8xx: Implement GLL2 ERRATA powerpc, 8xx: Properly set CPM frequency in the device tree powerpc, 8xx: Migrate to Kconfig powerpc, 8xx: move FEC Ethernet driver in drivers/net powerpc, 8xx: move SPI driver to drivers/spi/ powerpc, 8xx: move Serial driver to drivers/serial/
README | 49 ------- arch/powerpc/cpu/mpc8xx/Kconfig | 147 +++++++++++++++++++++ arch/powerpc/cpu/mpc8xx/Makefile | 4 +- arch/powerpc/cpu/mpc8xx/cpu.c | 2 +- arch/powerpc/cpu/mpc8xx/cpu_init.c | 12 +- arch/powerpc/cpu/mpc8xx/fdt.c | 2 + {cmd => arch/powerpc/cpu/mpc8xx}/reginfo.c | 30 +---- arch/powerpc/include/asm/ppc.h | 5 - arch/powerpc/lib/Kconfig | 1 + arch/powerpc/lib/immap.c | 4 - cmd/reginfo.c | 54 +------- drivers/i2c/soft_i2c.c | 2 +- drivers/net/Kconfig | 58 ++++++++ drivers/net/Makefile | 1 + .../cpu/mpc8xx/fec.c => drivers/net/mpc8xx_fec.c | 26 +--- drivers/serial/Kconfig | 72 ++++++++++ drivers/serial/Makefile | 1 + .../serial.c => drivers/serial/serial_mpc8xx.c | 15 --- drivers/spi/Kconfig | 6 + drivers/spi/Makefile | 1 + .../cpu/mpc8xx/spi.c => drivers/spi/mpc8xx_spi.c | 3 - scripts/config_whitelist.txt | 24 ---- 22 files changed, 310 insertions(+), 209 deletions(-) copy {cmd => arch/powerpc/cpu/mpc8xx}/reginfo.c (78%) rename arch/powerpc/cpu/mpc8xx/fec.c => drivers/net/mpc8xx_fec.c (96%) rename arch/powerpc/cpu/mpc8xx/serial.c => drivers/serial/serial_mpc8xx.c (97%) rename arch/powerpc/cpu/mpc8xx/spi.c => drivers/spi/mpc8xx_spi.c (99%) -- 2.12.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot