@@ -21,10 +21,10 @@
#include <fm_eth.h>
#include <hwconfig.h>
-#include "../common/qixis.h"
-#include "../common/vsc3316_3308.h"
-#include "../common/idt8t49n222a_serdes_clk.h"
-#include "../common/zm7300.h"
+#include <board-common/qixis.h>
+#include <board-common/vsc3316_3308.h>
+#include <board-common/idt8t49n222a_serdes_clk.h>
+#include <board-common/zm7300.h>
#include "b4860qds.h"
#include "b4860qds_qixis.h"
#include "b4860qds_crossbar_con.h"
@@ -28,9 +28,9 @@
#include <fdt_support.h>
#include <fsl_dtsec.h>
-#include "../common/ngpixis.h"
-#include "../common/fman.h"
-#include "../common/qixis.h"
+#include <board-common/ngpixis.h>
+#include <board-common/fman.h>
+#include <board-common/qixis.h>
#include "b4860qds_qixis.h"
#define EMI_NONE 0xFFFFFFFF
@@ -9,7 +9,7 @@
#include <ns16550.h>
#include <nand.h>
#include <i2c.h>
-#include "../common/qixis.h"
+#include <board-common/qixis.h>
#include "b4860qds_qixis.h"
DECLARE_GLOBAL_DATA_PTR;
@@ -30,7 +30,7 @@
#include <asm/fsl_pci.h>
#endif
-#include "../common/qixis.h"
+#include <board-common/qixis.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -17,7 +17,7 @@
#include <asm/arch/immap_ls102xa.h>
#endif
-#include "sleep.h"
+#include <board-common/sleep.h>
#ifdef CONFIG_U_QE
#include "../../../drivers/qe/qe.h"
#endif
@@ -7,7 +7,7 @@
#include <common.h>
#include <libfdt.h>
#include <fdt_support.h>
-#include "cadmus.h"
+#include <board-common/cadmus.h>
#if defined(CONFIG_OF_BOARD_SETUP)
static void cds_pci_fixup(void *blob)
@@ -10,13 +10,13 @@
#include "ics307_clk.h"
#if defined(CONFIG_FSL_NGPIXIS)
-#include "ngpixis.h"
+#include <board-common/ngpixis.h>
#define fpga_reg pixis
#elif defined(CONFIG_FSL_QIXIS)
-#include "qixis.h"
+#include <board-common/qixis.h>
#define fpga_reg ((struct qixis *)QIXIS_BASE)
#else
-#include "pixis.h"
+#include <board-common/pixis.h>
#define fpga_reg pixis
#endif
@@ -5,7 +5,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
-#include "idt8t49n222a_serdes_clk.h"
+#include <board-common/idt8t49n222a_serdes_clk.h>
#define DEVICE_ID_REG 0x00
similarity index 100%
rename from board/freescale/common/cadmus.h
rename to board/freescale/common/include/board-common/cadmus.h
similarity index 100%
rename from board/freescale/common/dcu_sii9022a.h
rename to board/freescale/common/include/board-common/dcu_sii9022a.h
similarity index 100%
rename from board/freescale/common/diu_ch7301.h
rename to board/freescale/common/include/board-common/diu_ch7301.h
similarity index 100%
rename from board/freescale/common/eeprom.h
rename to board/freescale/common/include/board-common/eeprom.h
similarity index 100%
rename from board/freescale/common/fman.h
rename to board/freescale/common/include/board-common/fman.h
similarity index 100%
rename from board/freescale/common/idt8t49n222a_serdes_clk.h
rename to board/freescale/common/include/board-common/idt8t49n222a_serdes_clk.h
similarity index 100%
rename from board/freescale/common/ngpixis.h
rename to board/freescale/common/include/board-common/ngpixis.h
similarity index 100%
rename from board/freescale/common/pfuze.h
rename to board/freescale/common/include/board-common/pfuze.h
similarity index 100%
rename from board/freescale/common/pixis.h
rename to board/freescale/common/include/board-common/pixis.h
similarity index 100%
rename from board/freescale/common/pq-mds-pib.h
rename to board/freescale/common/include/board-common/pq-mds-pib.h
similarity index 100%
rename from board/freescale/common/qixis.h
rename to board/freescale/common/include/board-common/qixis.h
similarity index 100%
rename from board/freescale/common/sgmii_riser.h
rename to board/freescale/common/include/board-common/sgmii_riser.h
similarity index 100%
rename from board/freescale/common/sleep.h
rename to board/freescale/common/include/board-common/sleep.h
similarity index 100%
rename from board/freescale/common/via.h
rename to board/freescale/common/include/board-common/via.h
similarity index 100%
rename from board/freescale/common/vid.h
rename to board/freescale/common/include/board-common/vid.h
similarity index 100%
rename from board/freescale/common/vsc3316_3308.h
rename to board/freescale/common/include/board-common/vsc3316_3308.h
similarity index 100%
rename from board/freescale/common/zm7300.h
rename to board/freescale/common/include/board-common/zm7300.h
@@ -6,7 +6,7 @@
#include <common.h>
#include <asm/immap_85xx.h>
-#include "sleep.h"
+#include <board-common/sleep.h>
#ifdef CONFIG_U_QE
#include "../../../drivers/qe/qe.h"
#endif
@@ -34,7 +34,7 @@
#include <command.h>
#include <asm/io.h>
-#include "ngpixis.h"
+#include <board-common/ngpixis.h>
static u8 __pixis_read(unsigned int reg)
{
@@ -12,7 +12,7 @@
#include <i2c.h>
#include <asm/io.h>
-#include "pq-mds-pib.h"
+#include <board-common/pq-mds-pib.h>
int pib_init(void)
{
@@ -12,7 +12,7 @@
#include <asm/io.h>
#include <linux/time.h>
#include <i2c.h>
-#include "qixis.h"
+#include <board-common/qixis.h>
#ifdef CONFIG_SYS_I2C_FPGA_ADDR
u8 qixis_read_i2c(unsigned int reg)
@@ -13,7 +13,7 @@
#include <linux/ctype.h>
#ifdef CONFIG_SYS_I2C_EEPROM_CCID
-#include "../common/eeprom.h"
+#include <board-common/eeprom.h>
#define MAX_NUM_PORTS 8
#endif
@@ -8,7 +8,7 @@
#include <command.h>
#include <i2c.h>
#include <asm/immap_85xx.h>
-#include "vid.h"
+#include <board-common/vid.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -4,7 +4,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
-#include "vsc3316_3308.h"
+#include <board-common/vsc3316_3308.h>
#define REVISION_ID_REG 0x7E
#define INTERFACE_MODE_REG 0x79
@@ -5,7 +5,7 @@
*/
/* Power-One ZM7300 DPM */
-#include "zm7300.h"
+#include <board-common/zm7300.h>
#define DPM_WP 0x96
#define WRP_OPCODE 0x01
@@ -18,7 +18,7 @@
#include <asm/fsl_liodn.h>
#include <fm_eth.h>
-#include "../common/ngpixis.h"
+#include <board-common/ngpixis.h>
#include "corenet_ds.h"
DECLARE_GLOBAL_DATA_PTR;
@@ -57,8 +57,8 @@
#include <fdt_support.h>
#include <fsl_dtsec.h>
-#include "../common/ngpixis.h"
-#include "../common/fman.h"
+#include <board-common/ngpixis.h>
+#include <board-common/fman.h>
#ifdef CONFIG_FMAN_ENET
@@ -22,8 +22,8 @@
#include <miiphy.h>
#include <phy.h>
-#include "../common/ngpixis.h"
-#include "../common/fman.h"
+#include <board-common/ngpixis.h>
+#include <board-common/fman.h>
#include <fsl_dtsec.h>
#define EMI_NONE 0xffffffff
@@ -57,8 +57,8 @@
#include <fdt_support.h>
#include <fsl_dtsec.h>
-#include "../common/ngpixis.h"
-#include "../common/fman.h"
+#include <board-common/ngpixis.h>
+#include <board-common/fman.h>
#ifdef CONFIG_FMAN_ENET
@@ -11,7 +11,7 @@
#include <fsl_dcu_fb.h>
#include <i2c.h>
#include "div64.h"
-#include "../common/diu_ch7301.h"
+#include <board-common/diu_ch7301.h>
#include "ls1021aqds_qixis.h"
DECLARE_GLOBAL_DATA_PTR;
@@ -21,8 +21,8 @@
#include <tsec.h>
#include <malloc.h>
-#include "../common/sgmii_riser.h"
-#include "../common/qixis.h"
+#include <board-common/sgmii_riser.h>
+#include <board-common/qixis.h>
#define EMI1_MASK 0x1f
#define EMI1_RGMII0 1
@@ -22,8 +22,8 @@
#include <spl.h>
#include <fsl_devdis.h>
-#include "../common/sleep.h"
-#include "../common/qixis.h"
+#include <board-common/sleep.h>
+#include <board-common/qixis.h>
#include "ls1021aqds_qixis.h"
#ifdef CONFIG_U_QE
#include "../../../drivers/qe/qe.h"
@@ -9,7 +9,7 @@
#include <common.h>
#include <fsl_dcu_fb.h>
#include "div64.h"
-#include "../common/dcu_sii9022a.h"
+#include <board-common/dcu_sii9022a.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -25,7 +25,7 @@
#include <fsl_sec.h>
#include <fsl_devdis.h>
#include <spl.h>
-#include "../common/sleep.h"
+#include <board-common/sleep.h>
#ifdef CONFIG_U_QE
#include "../../../drivers/qe/qe.h"
#endif
@@ -11,7 +11,7 @@
#include <fsl_mdio.h>
#include <malloc.h>
-#include "../common/fman.h"
+#include <board-common/fman.h>
int board_eth_init(bd_t *bis)
{
@@ -16,7 +16,7 @@
#include <miiphy.h>
#include <fsl-mc/ldpaa_wriop.h>
-#include "../common/qixis.h"
+#include <board-common/qixis.h>
#include "ls2085aqds_qixis.h"
@@ -20,7 +20,7 @@
#include <asm/arch/soc.h>
#include <hwconfig.h>
-#include "../common/qixis.h"
+#include <board-common/qixis.h>
#include "ls2085aqds_qixis.h"
#define PIN_MUX_SEL_SDHC 0x00
@@ -19,7 +19,7 @@
#include <i2c.h>
#include <asm/arch/soc.h>
-#include "../common/qixis.h"
+#include <board-common/qixis.h>
#include "ls2085ardb_qixis.h"
#define PIN_MUX_SEL_SDHC 0x00
@@ -20,7 +20,7 @@
#include <libfdt.h>
#endif
#if defined(CONFIG_PQ_MDS_PIB)
-#include "../common/pq-mds-pib.h"
+#include <board-common/pq-mds-pib.h>
#endif
const qe_iop_conf_t qe_iop_conf_tab[] = {
@@ -14,7 +14,7 @@
#include <pci.h>
#include <i2c.h>
#include <asm/fsl_i2c.h>
-#include "../common/pq-mds-pib.h"
+#include <board-common/pq-mds-pib.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -18,7 +18,7 @@
#include <fsl_mdio.h>
#include <phy.h>
#include "pci.h"
-#include "../common/pq-mds-pib.h"
+#include <board-common/pq-mds-pib.h>
int board_early_init_f(void)
{
@@ -25,7 +25,7 @@
#include <netdev.h>
#include <sata.h>
-#include "../common/sgmii_riser.h"
+#include <board-common/sgmii_riser.h>
int board_early_init_f (void)
{
@@ -17,9 +17,9 @@
#include <libfdt.h>
#include <fdt_support.h>
-#include "../common/cadmus.h"
-#include "../common/eeprom.h"
-#include "../common/via.h"
+#include <board-common/cadmus.h>
+#include <board-common/eeprom.h>
+#include <board-common/via.h>
#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
extern void ddr_enable_ecc(unsigned int dram_size);
@@ -21,7 +21,7 @@
#include <tsec.h>
#include <netdev.h>
-#include "../common/sgmii_riser.h"
+#include <board-common/sgmii_riser.h>
int checkboard (void)
{
@@ -21,9 +21,9 @@
#include <fsl_mdio.h>
#include <netdev.h>
-#include "../common/cadmus.h"
-#include "../common/eeprom.h"
-#include "../common/via.h"
+#include <board-common/cadmus.h>
+#include <board-common/eeprom.h>
+#include <board-common/via.h>
void local_bus_init(void);
@@ -15,9 +15,9 @@
#include <libfdt.h>
#include <fdt_support.h>
-#include "../common/cadmus.h"
-#include "../common/eeprom.h"
-#include "../common/via.h"
+#include <board-common/cadmus.h>
+#include <board-common/eeprom.h>
+#include <board-common/via.h>
#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
extern void ddr_enable_ecc(unsigned int dram_size);
@@ -27,7 +27,7 @@
#include "bcsr.h"
#if defined(CONFIG_PQ_MDS_PIB)
-#include "../common/pq-mds-pib.h"
+#include <board-common/pq-mds-pib.h>
#endif
const qe_iop_conf_t qe_iop_conf_tab[] = {
@@ -22,7 +22,7 @@
#include <fsl_mdio.h>
#include <netdev.h>
-#include "../common/sgmii_riser.h"
+#include <board-common/sgmii_riser.h>
int checkboard (void)
{
@@ -12,7 +12,7 @@
#include <command.h>
#include <asm/io.h>
#include <fsl_diu_fb.h>
-#include "../common/pixis.h"
+#include <board-common/pixis.h>
#define PX_BRDCFG0_DLINK 0x10
#define PX_BRDCFG0_DVISEL 0x08
@@ -30,7 +30,7 @@
#include <pca953x.h>
#include <power/pmic.h>
#include <power/pfuze100_pmic.h>
-#include "../common/pfuze.h"
+#include <board-common/pfuze.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -27,7 +27,7 @@
#include <i2c.h>
#include <power/pmic.h>
#include <power/pfuze100_pmic.h>
-#include "../common/pfuze.h"
+#include <board-common/pfuze.h>
#include <asm/arch/mx6-ddr.h>
#include <usb.h>
@@ -26,7 +26,7 @@
#include <netdev.h>
#include <power/pmic.h>
#include <power/pfuze100_pmic.h>
-#include "../common/pfuze.h"
+#include <board-common/pfuze.h>
#include <usb.h>
#include <usb/ehci-fsl.h>
@@ -25,7 +25,7 @@
#include <netdev.h>
#include <power/pmic.h>
#include <power/pfuze100_pmic.h>
-#include "../common/pfuze.h"
+#include <board-common/pfuze.h>
#include <usb.h>
#include <usb/ehci-fsl.h>
@@ -25,7 +25,7 @@
#include <netdev.h>
#include <power/pmic.h>
#include <power/pfuze3000_pmic.h>
-#include "../common/pfuze.h"
+#include <board-common/pfuze.h>
#include <usb.h>
#include <usb/ehci-fsl.h>
@@ -19,7 +19,7 @@
#include <netdev.h>
#include <power/pmic.h>
#include <power/pfuze3000_pmic.h>
-#include "../common/pfuze.h"
+#include <board-common/pfuze.h>
#include <i2c.h>
#include <asm/imx-common/mxc_i2c.h>
#include <asm/arch/crm_regs.h>
@@ -13,7 +13,7 @@
#include <asm/io.h>
#include <stdio_dev.h>
#include <video_fb.h>
-#include "../common/ngpixis.h"
+#include <board-common/ngpixis.h>
#include <fsl_diu_fb.h>
/* The CTL register is called 'csr' in the ngpixis_t structure */
@@ -26,7 +26,7 @@
#include <i2c.h>
#include <hwconfig.h>
-#include "../common/ngpixis.h"
+#include <board-common/ngpixis.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -10,7 +10,7 @@
#include <mmc.h>
#include <nand.h>
#include <i2c.h>
-#include "../common/ngpixis.h"
+#include <board-common/ngpixis.h>
#include <fsl_esdhc.h>
#include <spi_flash.h>
@@ -22,7 +22,7 @@
#include <fsl_dtsec.h>
#include "cpld.h"
-#include "../common/fman.h"
+#include <board-common/fman.h>
#ifdef CONFIG_FMAN_ENET
/*
@@ -23,8 +23,8 @@
#include <phy.h>
#include <fsl_dtsec.h>
#include <asm/fsl_serdes.h>
-#include "../common/qixis.h"
-#include "../common/fman.h"
+#include <board-common/qixis.h>
+#include <board-common/fman.h>
#include "t102xqds_qixis.h"
#define EMI_NONE 0xFFFFFFFF
@@ -11,7 +11,7 @@
#include <mmc.h>
#include <fsl_esdhc.h>
#include <spi_flash.h>
-#include "../common/qixis.h"
+#include <board-common/qixis.h>
#include "t102xqds_qixis.h"
DECLARE_GLOBAL_DATA_PTR;
@@ -19,10 +19,10 @@
#include <asm/fsl_liodn.h>
#include <fm_eth.h>
#include <hwconfig.h>
-#include "../common/qixis.h"
+#include <board-common/qixis.h>
#include "t102xqds.h"
#include "t102xqds_qixis.h"
-#include "../common/sleep.h"
+#include <board-common/sleep.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -23,7 +23,7 @@
#include <phy.h>
#include <fsl_dtsec.h>
#include <asm/fsl_serdes.h>
-#include "../common/fman.h"
+#include <board-common/fman.h>
int board_eth_init(bd_t *bis)
{
@@ -11,7 +11,7 @@
#include <mmc.h>
#include <fsl_esdhc.h>
#include <spi_flash.h>
-#include "../common/sleep.h"
+#include <board-common/sleep.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -24,7 +24,7 @@
#include <i2c.h>
#include <mmc.h>
#endif
-#include "../common/sleep.h"
+#include <board-common/sleep.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -12,8 +12,8 @@
#include <stdio_dev.h>
#include <video_fb.h>
#include <fsl_diu_fb.h>
-#include "../common/qixis.h"
-#include "../common/diu_ch7301.h"
+#include <board-common/qixis.h>
+#include <board-common/diu_ch7301.h>
#include "t1040qds.h"
#include "t1040qds_qixis.h"
@@ -20,8 +20,8 @@
#include <fsl_dtsec.h>
#include <vsc9953.h>
-#include "../common/fman.h"
-#include "../common/qixis.h"
+#include <board-common/fman.h>
+#include <board-common/qixis.h>
#include "t1040qds_qixis.h"
@@ -20,8 +20,8 @@
#include <fm_eth.h>
#include <hwconfig.h>
-#include "../common/sleep.h"
-#include "../common/qixis.h"
+#include <board-common/sleep.h>
+#include <board-common/qixis.h>
#include "t1040qds.h"
#include "t1040qds_qixis.h"
@@ -12,7 +12,7 @@
#include <linux/ctype.h>
#include <video_fb.h>
-#include "../common/diu_ch7301.h"
+#include <board-common/diu_ch7301.h>
#include "cpld.h"
#include "t104xrdb.h"
@@ -14,7 +14,7 @@
#include <fsl_dtsec.h>
#include <vsc9953.h>
-#include "../common/fman.h"
+#include <board-common/fman.h>
int board_eth_init(bd_t *bis)
{
@@ -11,7 +11,7 @@
#include <mmc.h>
#include <fsl_esdhc.h>
#include <spi_flash.h>
-#include "../common/sleep.h"
+#include <board-common/sleep.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -19,7 +19,7 @@
#include <asm/fsl_portals.h>
#include <asm/fsl_liodn.h>
#include <fm_eth.h>
-#include "../common/sleep.h"
+#include <board-common/sleep.h>
#include "t104xrdb.h"
#include "cpld.h"
@@ -24,8 +24,8 @@
#include <fsl_dtsec.h>
#include <asm/fsl_serdes.h>
#include <hwconfig.h>
-#include "../common/qixis.h"
-#include "../common/fman.h"
+#include <board-common/qixis.h>
+#include <board-common/fman.h>
#include "t208xqds_qixis.h"
#define EMI_NONE 0xFFFFFFFF
@@ -11,7 +11,7 @@
#include <mmc.h>
#include <fsl_esdhc.h>
#include <spi_flash.h>
-#include "../common/qixis.h"
+#include <board-common/qixis.h>
#include "t208xqds_qixis.h"
DECLARE_GLOBAL_DATA_PTR;
@@ -18,9 +18,9 @@
#include <asm/fsl_liodn.h>
#include <fm_eth.h>
-#include "../common/qixis.h"
-#include "../common/vsc3316_3308.h"
-#include "../common/vid.h"
+#include <board-common/qixis.h>
+#include <board-common/vsc3316_3308.h>
+#include <board-common/vid.h>
#include "t208xqds.h"
#include "t208xqds_qixis.h"
@@ -19,7 +19,7 @@
#include <fm_eth.h>
#include "t208xrdb.h"
#include "cpld.h"
-#include "../common/vid.h"
+#include <board-common/vid.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -24,8 +24,8 @@
#include <fsl_dtsec.h>
#include <asm/fsl_serdes.h>
#include <hwconfig.h>
-#include "../common/qixis.h"
-#include "../common/fman.h"
+#include <board-common/qixis.h>
+#include <board-common/fman.h>
#include "t4240qds_qixis.h"
@@ -11,7 +11,7 @@
#include <mmc.h>
#include <fsl_esdhc.h>
#include <i2c.h>
-#include "../common/qixis.h"
+#include <board-common/qixis.h>
#include "t4240qds_qixis.h"
#define FSL_CORENET_CCSR_PORSR1_RCW_MASK 0xFF800000
@@ -19,8 +19,8 @@
#include <asm/fsl_liodn.h>
#include <fm_eth.h>
-#include "../common/qixis.h"
-#include "../common/vsc3316_3308.h"
+#include <board-common/qixis.h>
+#include <board-common/vsc3316_3308.h>
#include "t4qds.h"
#include "t4240qds_qixis.h"
@@ -27,7 +27,7 @@
#include <asm/fsl_serdes.h>
#include <hwconfig.h>
-#include "../common/fman.h"
+#include <board-common/fman.h>
#include "t4rdb.h"
void fdt_fixup_board_enet(void *fdt)
Header files can be located in a generic location without needing to reference them with ../common/ Generated with the following script #!/bin/bash vendor=board/freescale common=$vendor/common cfiles=`git grep "../common" $vendor|grep "#include"|cut -d '"' -f2|sort -u|grep c$` headers=`git grep "../common" $vendor|grep "#include"|cut -d '"' -f2|sort -u|grep h$` mkdir -p $common/include/board-common set -x for header in $headers do echo "processing $header in $common" hbase=`basename $header` git mv $common/$hbase $common/include/board-common sed -i -e "s/\"..\/common\/$hbase\"/<board-common\/$hbase>/g" $vendor/*/*.[chS] sed -i -e "s/\"$hbase\"/<board-common\/$hbase>/g" $vendor/common/*.[chS] done Cc: Minghuan Lian <Minghuan.Lian@freescale.com> Cc: Ying Zhang <b40530@freescale.com> Cc: Pavel Machek <pavel@denx.de> Cc: "Ćukasz Majewski" <l.majewski@samsung.com> Cc: Scott Wood <scottwood@freescale.com> Cc: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Zhao Qiang <B45475@freescale.com> Cc: Jan Kiszka <jan.kiszka@siemens.com> Cc: Tom Warren <twarren@nvidia.com> Cc: tang yuantian <Yuantian.Tang@freescale.com> Cc: Gong Qianyu <Qianyu.Gong@freescale.com> Cc: Suresh Gupta <suresh.gupta@freescale.com> Cc: Nishanth Menon <nm@ti.com> Cc: Simon Glass <sjg@chromium.org> Cc: Anatolij Gustschin <agust@denx.de> Cc: Shaveta Leekha <shaveta@freescale.com> Cc: Chunhe Lan <Chunhe.Lan@freescale.com> Cc: Shaohui Xie <Shaohui.Xie@freescale.com> Cc: Priyanka Jain <Priyanka.Jain@freescale.com> Cc: Poonam Aggrwal <poonam.aggrwal@freescale.com> Cc: Shengzhou Liu <Shengzhou.Liu@freescale.com> Cc: Timur Tabi <timur@freescale.com> Cc: Adrian Alonso <aalonso@freescale.com> Cc: Peng Fan <Peng.Fan@freescale.com> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: York Sun <yorksun@freescale.com> Cc: Dave Liu <daveliu@freescale.com> Cc: Prabhakar Kushwaha <prabhakar@freescale.com> Cc: Mingkai Hu <Mingkai.hu@freescale.com> Cc: Alison Wang <alison.wang@freescale.com> Cc: Naveen Burmi <NaveenBurmi@freescale.com> Signed-off-by: Nishanth Menon <nm@ti.com> --- Too Many folks in Cc, so I am reposting with with --suppress-cc=all. Apologies on the spam board/freescale/b4860qds/b4860qds.c | 8 ++++---- board/freescale/b4860qds/eth_b4860qds.c | 6 +++--- board/freescale/b4860qds/spl.c | 2 +- board/freescale/bsc9132qds/bsc9132qds.c | 2 +- board/freescale/common/arm_sleep.c | 2 +- board/freescale/common/cds_pci_ft.c | 2 +- board/freescale/common/ics307_clk.c | 6 +++--- board/freescale/common/idt8t49n222a_serdes_clk.c | 2 +- board/freescale/common/{ => include/board-common}/cadmus.h | 0 board/freescale/common/{ => include/board-common}/dcu_sii9022a.h | 0 board/freescale/common/{ => include/board-common}/diu_ch7301.h | 0 board/freescale/common/{ => include/board-common}/eeprom.h | 0 board/freescale/common/{ => include/board-common}/fman.h | 0 .../common/{ => include/board-common}/idt8t49n222a_serdes_clk.h | 0 board/freescale/common/{ => include/board-common}/ngpixis.h | 0 board/freescale/common/{ => include/board-common}/pfuze.h | 0 board/freescale/common/{ => include/board-common}/pixis.h | 0 board/freescale/common/{ => include/board-common}/pq-mds-pib.h | 0 board/freescale/common/{ => include/board-common}/qixis.h | 0 board/freescale/common/{ => include/board-common}/sgmii_riser.h | 0 board/freescale/common/{ => include/board-common}/sleep.h | 0 board/freescale/common/{ => include/board-common}/via.h | 0 board/freescale/common/{ => include/board-common}/vid.h | 0 board/freescale/common/{ => include/board-common}/vsc3316_3308.h | 0 board/freescale/common/{ => include/board-common}/zm7300.h | 0 board/freescale/common/mpc85xx_sleep.c | 2 +- board/freescale/common/ngpixis.c | 2 +- board/freescale/common/pq-mds-pib.c | 2 +- board/freescale/common/qixis.c | 2 +- board/freescale/common/sys_eeprom.c | 2 +- board/freescale/common/vid.c | 2 +- board/freescale/common/vsc3316_3308.c | 2 +- board/freescale/common/zm7300.c | 2 +- board/freescale/corenet_ds/corenet_ds.c | 2 +- board/freescale/corenet_ds/eth_hydra.c | 4 ++-- board/freescale/corenet_ds/eth_p4080.c | 4 ++-- board/freescale/corenet_ds/eth_superhydra.c | 4 ++-- board/freescale/ls1021aqds/dcu.c | 2 +- board/freescale/ls1021aqds/eth.c | 4 ++-- board/freescale/ls1021aqds/ls1021aqds.c | 4 ++-- board/freescale/ls1021atwr/dcu.c | 2 +- board/freescale/ls1021atwr/ls1021atwr.c | 2 +- board/freescale/ls1043ardb/eth.c | 2 +- board/freescale/ls2085aqds/eth.c | 2 +- board/freescale/ls2085aqds/ls2085aqds.c | 2 +- board/freescale/ls2085ardb/ls2085ardb.c | 2 +- board/freescale/mpc832xemds/mpc832xemds.c | 2 +- board/freescale/mpc832xemds/pci.c | 2 +- board/freescale/mpc837xemds/mpc837xemds.c | 2 +- board/freescale/mpc8536ds/mpc8536ds.c | 2 +- board/freescale/mpc8541cds/mpc8541cds.c | 6 +++--- board/freescale/mpc8544ds/mpc8544ds.c | 2 +- board/freescale/mpc8548cds/mpc8548cds.c | 6 +++--- board/freescale/mpc8555cds/mpc8555cds.c | 6 +++--- board/freescale/mpc8569mds/mpc8569mds.c | 2 +- board/freescale/mpc8572ds/mpc8572ds.c | 2 +- board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c | 2 +- board/freescale/mx6qsabreauto/mx6qsabreauto.c | 2 +- board/freescale/mx6sabresd/mx6sabresd.c | 2 +- board/freescale/mx6slevk/mx6slevk.c | 2 +- board/freescale/mx6sxsabresd/mx6sxsabresd.c | 2 +- board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c | 2 +- board/freescale/mx7dsabresd/mx7dsabresd.c | 2 +- board/freescale/p1022ds/diu.c | 2 +- board/freescale/p1022ds/p1022ds.c | 2 +- board/freescale/p1022ds/spl.c | 2 +- board/freescale/p2041rdb/eth.c | 2 +- board/freescale/t102xqds/eth_t102xqds.c | 4 ++-- board/freescale/t102xqds/spl.c | 2 +- board/freescale/t102xqds/t102xqds.c | 4 ++-- board/freescale/t102xrdb/eth_t102xrdb.c | 2 +- board/freescale/t102xrdb/spl.c | 2 +- board/freescale/t102xrdb/t102xrdb.c | 2 +- board/freescale/t1040qds/diu.c | 4 ++-- board/freescale/t1040qds/eth.c | 4 ++-- board/freescale/t1040qds/t1040qds.c | 4 ++-- board/freescale/t104xrdb/diu.c | 2 +- board/freescale/t104xrdb/eth.c | 2 +- board/freescale/t104xrdb/spl.c | 2 +- board/freescale/t104xrdb/t104xrdb.c | 2 +- board/freescale/t208xqds/eth_t208xqds.c | 4 ++-- board/freescale/t208xqds/spl.c | 2 +- board/freescale/t208xqds/t208xqds.c | 6 +++--- board/freescale/t208xrdb/t208xrdb.c | 2 +- board/freescale/t4qds/eth.c | 4 ++-- board/freescale/t4qds/spl.c | 2 +- board/freescale/t4qds/t4240qds.c | 4 ++-- board/freescale/t4rdb/eth.c | 2 +- 88 files changed, 99 insertions(+), 99 deletions(-) rename board/freescale/common/{ => include/board-common}/cadmus.h (100%) rename board/freescale/common/{ => include/board-common}/dcu_sii9022a.h (100%) rename board/freescale/common/{ => include/board-common}/diu_ch7301.h (100%) rename board/freescale/common/{ => include/board-common}/eeprom.h (100%) rename board/freescale/common/{ => include/board-common}/fman.h (100%) rename board/freescale/common/{ => include/board-common}/idt8t49n222a_serdes_clk.h (100%) rename board/freescale/common/{ => include/board-common}/ngpixis.h (100%) rename board/freescale/common/{ => include/board-common}/pfuze.h (100%) rename board/freescale/common/{ => include/board-common}/pixis.h (100%) rename board/freescale/common/{ => include/board-common}/pq-mds-pib.h (100%) rename board/freescale/common/{ => include/board-common}/qixis.h (100%) rename board/freescale/common/{ => include/board-common}/sgmii_riser.h (100%) rename board/freescale/common/{ => include/board-common}/sleep.h (100%) rename board/freescale/common/{ => include/board-common}/via.h (100%) rename board/freescale/common/{ => include/board-common}/vid.h (100%) rename board/freescale/common/{ => include/board-common}/vsc3316_3308.h (100%) rename board/freescale/common/{ => include/board-common}/zm7300.h (100%)