From dbe5ff2a35e6641de8ddaa19b8ecdf9a9171d6a1 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 2 Mar 2018 14:53:40 +0700 Subject: [PATCH] re-org bsp --- hw/bsp/board.h | 2 +- hw/bsp/{embedded_artists => }/ea4357/board_ea4357.c | 2 +- hw/bsp/{embedded_artists => }/ea4357/board_ea4357.h | 0 hw/bsp/{embedded_artists => }/ea4357/emac.c | 2 +- hw/bsp/{embedded_artists => }/ea4357/emac.h | 0 hw/bsp/{embedded_artists => }/ea4357/nand.c | 2 +- hw/bsp/{embedded_artists => }/ea4357/nand.h | 0 hw/bsp/{embedded_artists => }/ea4357/oem_base_board/acc.c | 2 +- hw/bsp/{embedded_artists => }/ea4357/oem_base_board/acc.h | 0 .../{embedded_artists => }/ea4357/oem_base_board/base_eeprom.c | 2 +- .../{embedded_artists => }/ea4357/oem_base_board/base_eeprom.h | 0 hw/bsp/{embedded_artists => }/ea4357/oem_base_board/lm75a.c | 2 +- hw/bsp/{embedded_artists => }/ea4357/oem_base_board/lm75a.h | 0 hw/bsp/{embedded_artists => }/ea4357/oem_base_board/memreg.c | 2 +- hw/bsp/{embedded_artists => }/ea4357/oem_base_board/memreg.h | 0 hw/bsp/{embedded_artists => }/ea4357/oem_base_board/norflash.c | 2 +- hw/bsp/{embedded_artists => }/ea4357/oem_base_board/norflash.h | 0 hw/bsp/{embedded_artists => }/ea4357/oem_base_board/pca9532.c | 2 +- hw/bsp/{embedded_artists => }/ea4357/oem_base_board/pca9532.h | 0 hw/bsp/{embedded_artists => }/ea4357/oem_base_board/uda1380.c | 2 +- hw/bsp/{embedded_artists => }/ea4357/oem_base_board/uda1380.h | 0 hw/bsp/{embedded_artists => }/ea4357/sdram.c | 2 +- hw/bsp/{embedded_artists => }/ea4357/sdram.h | 0 23 files changed, 12 insertions(+), 12 deletions(-) rename hw/bsp/{embedded_artists => }/ea4357/board_ea4357.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/board_ea4357.h (100%) rename hw/bsp/{embedded_artists => }/ea4357/emac.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/emac.h (100%) rename hw/bsp/{embedded_artists => }/ea4357/nand.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/nand.h (100%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/acc.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/acc.h (100%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/base_eeprom.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/base_eeprom.h (100%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/lm75a.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/lm75a.h (100%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/memreg.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/memreg.h (100%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/norflash.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/norflash.h (100%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/pca9532.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/pca9532.h (100%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/uda1380.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/oem_base_board/uda1380.h (100%) rename hw/bsp/{embedded_artists => }/ea4357/sdram.c (99%) rename hw/bsp/{embedded_artists => }/ea4357/sdram.h (100%) diff --git a/hw/bsp/board.h b/hw/bsp/board.h index 132140019..42a6b92ca 100644 --- a/hw/bsp/board.h +++ b/hw/bsp/board.h @@ -101,7 +101,7 @@ #elif BOARD == BOARD_NGX4330 #include "ngx/board_ngx4330.h" #elif BOARD == BOARD_EA4357 - #include "embedded_artists/ea4357/board_ea4357.h" + #include "ea4357/board_ea4357.h" #elif BOARD == BOARD_MCB4300 #include "keil/board_mcb4300.h" #elif BOARD == BOARD_HITEX4350 diff --git a/hw/bsp/embedded_artists/ea4357/board_ea4357.c b/hw/bsp/ea4357/board_ea4357.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/board_ea4357.c rename to hw/bsp/ea4357/board_ea4357.c index 87442d374..1aec84871 100644 --- a/hw/bsp/embedded_artists/ea4357/board_ea4357.c +++ b/hw/bsp/ea4357/board_ea4357.c @@ -36,7 +36,7 @@ */ /**************************************************************************/ -#include "../../board.h" +#include "../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/board_ea4357.h b/hw/bsp/ea4357/board_ea4357.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/board_ea4357.h rename to hw/bsp/ea4357/board_ea4357.h diff --git a/hw/bsp/embedded_artists/ea4357/emac.c b/hw/bsp/ea4357/emac.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/emac.c rename to hw/bsp/ea4357/emac.c index 9974867af..fce042259 100644 --- a/hw/bsp/embedded_artists/ea4357/emac.c +++ b/hw/bsp/ea4357/emac.c @@ -15,7 +15,7 @@ ***** ***** ******************************************************************/ -#include "../../board.h" +#include "../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/emac.h b/hw/bsp/ea4357/emac.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/emac.h rename to hw/bsp/ea4357/emac.h diff --git a/hw/bsp/embedded_artists/ea4357/nand.c b/hw/bsp/ea4357/nand.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/nand.c rename to hw/bsp/ea4357/nand.c index 8de9c299c..21ec14fbe 100644 --- a/hw/bsp/embedded_artists/ea4357/nand.c +++ b/hw/bsp/ea4357/nand.c @@ -20,7 +20,7 @@ /****************************************************************************** * Includes *****************************************************************************/ -#include "../../board.h" +#include "../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/nand.h b/hw/bsp/ea4357/nand.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/nand.h rename to hw/bsp/ea4357/nand.h diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/acc.c b/hw/bsp/ea4357/oem_base_board/acc.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/acc.c rename to hw/bsp/ea4357/oem_base_board/acc.c index ad4859356..a53634980 100644 --- a/hw/bsp/embedded_artists/ea4357/oem_base_board/acc.c +++ b/hw/bsp/ea4357/oem_base_board/acc.c @@ -21,7 +21,7 @@ /****************************************************************************** * Includes *****************************************************************************/ -#include "../../../board.h" +#include "../../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/acc.h b/hw/bsp/ea4357/oem_base_board/acc.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/acc.h rename to hw/bsp/ea4357/oem_base_board/acc.h diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.c b/hw/bsp/ea4357/oem_base_board/base_eeprom.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.c rename to hw/bsp/ea4357/oem_base_board/base_eeprom.c index f6e60586c..7571744a6 100644 --- a/hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.c +++ b/hw/bsp/ea4357/oem_base_board/base_eeprom.c @@ -24,7 +24,7 @@ /****************************************************************************** * Includes *****************************************************************************/ -#include "../../../board.h" +#include "../../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.h b/hw/bsp/ea4357/oem_base_board/base_eeprom.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/base_eeprom.h rename to hw/bsp/ea4357/oem_base_board/base_eeprom.h diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.c b/hw/bsp/ea4357/oem_base_board/lm75a.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.c rename to hw/bsp/ea4357/oem_base_board/lm75a.c index 72adcdcd4..db8234405 100644 --- a/hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.c +++ b/hw/bsp/ea4357/oem_base_board/lm75a.c @@ -24,7 +24,7 @@ /****************************************************************************** * Includes *****************************************************************************/ -#include "../../../board.h" +#include "../../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.h b/hw/bsp/ea4357/oem_base_board/lm75a.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/lm75a.h rename to hw/bsp/ea4357/oem_base_board/lm75a.h diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.c b/hw/bsp/ea4357/oem_base_board/memreg.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.c rename to hw/bsp/ea4357/oem_base_board/memreg.c index 778b5c86b..51bcada4b 100644 --- a/hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.c +++ b/hw/bsp/ea4357/oem_base_board/memreg.c @@ -21,7 +21,7 @@ /****************************************************************************** * Includes *****************************************************************************/ -#include "../../../board.h" +#include "../../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.h b/hw/bsp/ea4357/oem_base_board/memreg.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/memreg.h rename to hw/bsp/ea4357/oem_base_board/memreg.h diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.c b/hw/bsp/ea4357/oem_base_board/norflash.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.c rename to hw/bsp/ea4357/oem_base_board/norflash.c index 560161d3d..0baf62c49 100644 --- a/hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.c +++ b/hw/bsp/ea4357/oem_base_board/norflash.c @@ -21,7 +21,7 @@ /****************************************************************************** * Includes *****************************************************************************/ -#include "../../../board.h" +#include "../../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.h b/hw/bsp/ea4357/oem_base_board/norflash.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/norflash.h rename to hw/bsp/ea4357/oem_base_board/norflash.h diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.c b/hw/bsp/ea4357/oem_base_board/pca9532.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.c rename to hw/bsp/ea4357/oem_base_board/pca9532.c index 5390f6e0b..05e73cc2e 100644 --- a/hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.c +++ b/hw/bsp/ea4357/oem_base_board/pca9532.c @@ -24,7 +24,7 @@ /****************************************************************************** * Includes *****************************************************************************/ -#include "../../../board.h" +#include "../../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.h b/hw/bsp/ea4357/oem_base_board/pca9532.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/pca9532.h rename to hw/bsp/ea4357/oem_base_board/pca9532.h diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.c b/hw/bsp/ea4357/oem_base_board/uda1380.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.c rename to hw/bsp/ea4357/oem_base_board/uda1380.c index 1168bb8b6..654e4eb9a 100644 --- a/hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.c +++ b/hw/bsp/ea4357/oem_base_board/uda1380.c @@ -1,4 +1,4 @@ -#include "../../../board.h" +#include "../../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.h b/hw/bsp/ea4357/oem_base_board/uda1380.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/oem_base_board/uda1380.h rename to hw/bsp/ea4357/oem_base_board/uda1380.h diff --git a/hw/bsp/embedded_artists/ea4357/sdram.c b/hw/bsp/ea4357/sdram.c similarity index 99% rename from hw/bsp/embedded_artists/ea4357/sdram.c rename to hw/bsp/ea4357/sdram.c index a8c5378bc..68c67cf52 100644 --- a/hw/bsp/embedded_artists/ea4357/sdram.c +++ b/hw/bsp/ea4357/sdram.c @@ -21,7 +21,7 @@ /****************************************************************************** * Includes *****************************************************************************/ -#include "../../board.h" +#include "../board.h" #if BOARD == BOARD_EA4357 diff --git a/hw/bsp/embedded_artists/ea4357/sdram.h b/hw/bsp/ea4357/sdram.h similarity index 100% rename from hw/bsp/embedded_artists/ea4357/sdram.h rename to hw/bsp/ea4357/sdram.h