[U-Boot-Users] [PATCH] TQM: move TQM boards to board/tqc

From: Wolfgang Grandegger wg@grandegger.com
Move all TQM board directories to the vendor specific directory "tqc" for modules from TQ-Components GmbH (http://www.tqc.de).
Note: this patch is too big for posting here and therefore I removed the hunks moving the files. I could provide the full patch on request.
Signed-off-by: Wolfgang Grandegger wg@grandegger.com --- Makefile | 30 +- board/tqc/tqm5200/Makefile | 53 ++ board/tqc/tqm5200/cam5200_flash.c | 786 ++++++++++++++++++++ board/tqc/tqm5200/cmd_stk52xx.c | 1247 ++++++++++++++++++++++++++++++++ board/tqc/tqm5200/cmd_tb5200.c | 104 +++ board/tqc/tqm5200/config.mk | 46 ++ board/tqc/tqm5200/mt48lc16m16a2-75.h | 47 ++ board/tqc/tqm5200/tqm5200.c | 751 +++++++++++++++++++ board/tqc/tqm8260/Makefile | 47 ++ board/tqc/tqm8260/config.mk | 34 + board/tqc/tqm8260/flash.c | 488 +++++++++++++ board/tqc/tqm8260/tqm8260.c | 368 ++++++++++ board/tqc/tqm8272/Makefile | 47 ++ board/tqc/tqm8272/config.mk | 34 + board/tqc/tqm8272/tqm8272.c | 1234 +++++++++++++++++++++++++++++++ board/tqc/tqm834x/Makefile | 52 ++ board/tqc/tqm834x/config.mk | 23 + board/tqc/tqm834x/pci.c | 220 ++++++ board/tqc/tqm834x/tqm834x.c | 433 +++++++++++ board/tqc/tqm85xx/Makefile | 50 ++ board/tqc/tqm85xx/config.mk | 29 + board/tqc/tqm85xx/law.c | 54 ++ board/tqc/tqm85xx/sdram.c | 223 ++++++ board/tqc/tqm85xx/tlb.c | 114 +++ board/tqc/tqm85xx/tqm85xx.c | 419 +++++++++++ board/tqc/tqm85xx/u-boot.lds | 147 ++++ board/tqc/tqm8xx/Makefile | 44 ++ board/tqc/tqm8xx/config.mk | 28 + board/tqc/tqm8xx/flash.c | 834 +++++++++++++++++++++ board/tqc/tqm8xx/load_sernum_ethaddr.c | 105 +++ board/tqc/tqm8xx/tqm8xx.c | 554 ++++++++++++++ board/tqc/tqm8xx/u-boot.lds | 143 ++++ board/tqc/tqm8xx/u-boot.lds.debug | 136 ++++ board/tqm5200/Makefile | 53 -- board/tqm5200/cam5200_flash.c | 786 -------------------- board/tqm5200/cmd_stk52xx.c | 1247 -------------------------------- board/tqm5200/cmd_tb5200.c | 104 --- board/tqm5200/config.mk | 46 -- board/tqm5200/mt48lc16m16a2-75.h | 47 -- board/tqm5200/tqm5200.c | 751 ------------------- board/tqm8260/Makefile | 47 -- board/tqm8260/config.mk | 34 - board/tqm8260/flash.c | 488 ------------- board/tqm8260/tqm8260.c | 368 ---------- board/tqm8272/Makefile | 47 -- board/tqm8272/config.mk | 34 - board/tqm8272/tqm8272.c | 1234 ------------------------------- board/tqm834x/Makefile | 52 -- board/tqm834x/config.mk | 23 - board/tqm834x/pci.c | 220 ------ board/tqm834x/tqm834x.c | 433 ----------- board/tqm85xx/Makefile | 50 -- board/tqm85xx/config.mk | 29 - board/tqm85xx/law.c | 54 -- board/tqm85xx/sdram.c | 223 ------ board/tqm85xx/tlb.c | 114 --- board/tqm85xx/tqm85xx.c | 419 ----------- board/tqm85xx/u-boot.lds | 147 ---- board/tqm8xx/Makefile | 44 -- board/tqm8xx/config.mk | 28 - board/tqm8xx/flash.c | 834 --------------------- board/tqm8xx/load_sernum_ethaddr.c | 105 --- board/tqm8xx/tqm8xx.c | 554 -------------- board/tqm8xx/u-boot.lds | 143 ---- board/tqm8xx/u-boot.lds.debug | 136 ---- 65 files changed, 8909 insertions(+), 8909 deletions(-) create mode 100644 board/tqc/tqm5200/Makefile create mode 100644 board/tqc/tqm5200/cam5200_flash.c create mode 100644 board/tqc/tqm5200/cmd_stk52xx.c create mode 100644 board/tqc/tqm5200/cmd_tb5200.c create mode 100644 board/tqc/tqm5200/config.mk create mode 100644 board/tqc/tqm5200/mt48lc16m16a2-75.h create mode 100644 board/tqc/tqm5200/tqm5200.c create mode 100644 board/tqc/tqm8260/Makefile create mode 100644 board/tqc/tqm8260/config.mk create mode 100644 board/tqc/tqm8260/flash.c create mode 100644 board/tqc/tqm8260/tqm8260.c create mode 100644 board/tqc/tqm8272/Makefile create mode 100644 board/tqc/tqm8272/config.mk create mode 100644 board/tqc/tqm8272/tqm8272.c create mode 100644 board/tqc/tqm834x/Makefile create mode 100644 board/tqc/tqm834x/config.mk create mode 100644 board/tqc/tqm834x/pci.c create mode 100644 board/tqc/tqm834x/tqm834x.c create mode 100644 board/tqc/tqm85xx/Makefile create mode 100644 board/tqc/tqm85xx/config.mk create mode 100644 board/tqc/tqm85xx/law.c create mode 100644 board/tqc/tqm85xx/sdram.c create mode 100644 board/tqc/tqm85xx/tlb.c create mode 100644 board/tqc/tqm85xx/tqm85xx.c create mode 100644 board/tqc/tqm85xx/u-boot.lds create mode 100644 board/tqc/tqm8xx/Makefile create mode 100644 board/tqc/tqm8xx/config.mk create mode 100644 board/tqc/tqm8xx/flash.c create mode 100644 board/tqc/tqm8xx/load_sernum_ethaddr.c create mode 100644 board/tqc/tqm8xx/tqm8xx.c create mode 100644 board/tqc/tqm8xx/u-boot.lds create mode 100644 board/tqc/tqm8xx/u-boot.lds.debug delete mode 100644 board/tqm5200/Makefile delete mode 100644 board/tqm5200/cam5200_flash.c delete mode 100644 board/tqm5200/cmd_stk52xx.c delete mode 100644 board/tqm5200/cmd_tb5200.c delete mode 100644 board/tqm5200/config.mk delete mode 100644 board/tqm5200/mt48lc16m16a2-75.h delete mode 100644 board/tqm5200/tqm5200.c delete mode 100644 board/tqm8260/Makefile delete mode 100644 board/tqm8260/config.mk delete mode 100644 board/tqm8260/flash.c delete mode 100644 board/tqm8260/tqm8260.c delete mode 100644 board/tqm8272/Makefile delete mode 100644 board/tqm8272/config.mk delete mode 100644 board/tqm8272/tqm8272.c delete mode 100644 board/tqm834x/Makefile delete mode 100644 board/tqm834x/config.mk delete mode 100644 board/tqm834x/pci.c delete mode 100644 board/tqm834x/tqm834x.c delete mode 100644 board/tqm85xx/Makefile delete mode 100644 board/tqm85xx/config.mk delete mode 100644 board/tqm85xx/law.c delete mode 100644 board/tqm85xx/sdram.c delete mode 100644 board/tqm85xx/tlb.c delete mode 100644 board/tqm85xx/tqm85xx.c delete mode 100644 board/tqm85xx/u-boot.lds delete mode 100644 board/tqm8xx/Makefile delete mode 100644 board/tqm8xx/config.mk delete mode 100644 board/tqm8xx/flash.c delete mode 100644 board/tqm8xx/load_sernum_ethaddr.c delete mode 100644 board/tqm8xx/tqm8xx.c delete mode 100644 board/tqm8xx/u-boot.lds delete mode 100644 board/tqm8xx/u-boot.lds.debug
diff --git a/Makefile b/Makefile index 3401203..7d05d62 100644 --- a/Makefile +++ b/Makefile @@ -484,7 +484,7 @@ PATI_config: unconfig #########################################################################
aev_config: unconfig - @$(MKCONFIG) -a aev ppc mpc5xxx tqm5200 + @$(MKCONFIG) -a aev ppc mpc5xxx tqm5200 tqc
BC3450_config: unconfig @$(MKCONFIG) -a BC3450 ppc mpc5xxx bc3450 @@ -638,13 +638,13 @@ PM520_ROMBOOT_DDR_config: unconfig @$(MKCONFIG) -a PM520 ppc mpc5xxx pm520
smmaco4_config: unconfig - @$(MKCONFIG) -a smmaco4 ppc mpc5xxx tqm5200 + @$(MKCONFIG) -a smmaco4 ppc mpc5xxx tqm5200 tqc
cm5200_config: unconfig @$(MKCONFIG) -a cm5200 ppc mpc5xxx cm5200
spieval_config: unconfig - @$(MKCONFIG) -a spieval ppc mpc5xxx tqm5200 + @$(MKCONFIG) -a spieval ppc mpc5xxx tqm5200 tqc
TB5200_B_config \ TB5200_config: unconfig @@ -653,7 +653,7 @@ TB5200_config: unconfig { echo "#define CONFIG_TQM5200_B" >>$(obj)include/config.h ; \ $(XECHO) "... with MPC5200B processor" ; \ } - @$(MKCONFIG) -n $@ -a TB5200 ppc mpc5xxx tqm5200 + @$(MKCONFIG) -n $@ -a TB5200 ppc mpc5xxx tqm5200 tqc
MINI5200_config \ EVAL5200_config \ @@ -702,7 +702,7 @@ TQM5200_B_HIGHBOOT_config \ TQM5200_config \ TQM5200_STK100_config: unconfig @mkdir -p $(obj)include - @mkdir -p $(obj)board/tqm5200 + @mkdir -p $(obj)board/tqc/tqm5200 @[ -z "$(findstring cam5200,$@)" ] || \ { echo "#define CONFIG_CAM5200" >>$(obj)include/config.h ; \ echo "#define CONFIG_TQM5200S" >>$(obj)include/config.h ; \ @@ -735,7 +735,7 @@ TQM5200_STK100_config: unconfig @[ -z "$(findstring HIGHBOOT,$@)" ] || \ { echo "TEXT_BASE = 0xFFF00000" >$(obj)board/tqm5200/config.tmp ; \ } - @$(MKCONFIG) -n $@ -a TQM5200 ppc mpc5xxx tqm5200 + @$(MKCONFIG) -n $@ -a TQM5200 ppc mpc5xxx tqm5200 tqc uc101_config: unconfig @$(MKCONFIG) uc101 ppc mpc5xxx uc101 motionpro_config: unconfig @@ -828,7 +828,7 @@ hermes_config : unconfig @$(MKCONFIG) $(@:_config=) ppc mpc8xx hermes
HMI10_config : unconfig - @$(MKCONFIG) $(@:_config=) ppc mpc8xx tqm8xx + @$(MKCONFIG) $(@:_config=) ppc mpc8xx tqm8xx tqc
IAD210_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc8xx IAD210 siemens @@ -1057,7 +1057,7 @@ RRvision_LCD_config: unconfig @$(MKCONFIG) -a RRvision ppc mpc8xx RRvision
SM850_config : unconfig - @$(MKCONFIG) $(@:_config=) ppc mpc8xx tqm8xx + @$(MKCONFIG) $(@:_config=) ppc mpc8xx tqm8xx tqc
spc1920_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc8xx spc1920 @@ -1107,13 +1107,13 @@ virtlab2_config: unconfig echo "#define CONFIG_NEC_NL6448BC20" >>$(obj)include/config.h ; \ $(XECHO) "... with LCD display" ; \ } - @$(MKCONFIG) -a $(call xtract_8xx,$@) ppc mpc8xx tqm8xx + @$(MKCONFIG) -a $(call xtract_8xx,$@) ppc mpc8xx tqm8xx tqc
TTTech_config: unconfig @mkdir -p $(obj)include @echo "#define CONFIG_LCD" >$(obj)include/config.h @echo "#define CONFIG_SHARP_LQ104V7DS01" >>$(obj)include/config.h - @$(MKCONFIG) -a TQM823L ppc mpc8xx tqm8xx + @$(MKCONFIG) -a TQM823L ppc mpc8xx tqm8xx tqc
uc100_config : unconfig @$(MKCONFIG) $(@:_config=) ppc mpc8xx uc100 @@ -1128,7 +1128,7 @@ wtk_config: unconfig @mkdir -p $(obj)include @echo "#define CONFIG_LCD" >$(obj)include/config.h @echo "#define CONFIG_SHARP_LQ065T9DR51U" >>$(obj)include/config.h - @$(MKCONFIG) -a TQM823L ppc mpc8xx tqm8xx + @$(MKCONFIG) -a TQM823L ppc mpc8xx tqm8xx tqc
######################################################################### ## PPC4xx Systems @@ -1779,10 +1779,10 @@ TQM8265_AA_config: unconfig echo "#undef CONFIG_BUSMODE_60x" >>$(obj)include/config.h ; \ $(XECHO) "... without 60x Bus Mode" ; \ fi - @$(MKCONFIG) -a TQM8260 ppc mpc8260 tqm8260 + @$(MKCONFIG) -a TQM8260 ppc mpc8260 tqm8260 tqc
TQM8272_config: unconfig - @$(MKCONFIG) TQM8272 ppc mpc8260 tqm8272 + @$(MKCONFIG) TQM8272 ppc mpc8260 tqm8272 tqc
VoVPN-GW_66MHz_config \ VoVPN-GW_100MHz_config: unconfig @@ -2106,7 +2106,7 @@ sbc8349_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc83xx sbc8349
TQM834x_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc mpc83xx tqm834x + @$(MKCONFIG) $(@:_config=) ppc mpc83xx tqm834x tqc
######################################################################### @@ -2235,37 +2235,7 @@ TQM8560_config: unconfig echo "#define CONFIG_HOSTNAME tqm$${CTYPE}">>$(obj)include/config.h; \ echo "#define CONFIG_BOARDNAME "TQM$${CTYPE}"">>$(obj)include/config.h; \ echo "#define CFG_BOOTFILE_PATH "/tftpboot/tqm$${CTYPE}/uImage"">>$(obj)include/config.h - @$(MKCONFIG) -a TQM85xx ppc mpc85xx tqm85xx + @$(MKCONFIG) -a TQM85xx ppc mpc85xx tqm85xx tqc
######################################################################### ## MPC86xx Systems

wg@grandegger.com wrote:
From: Wolfgang Grandegger wg@grandegger.com
Move all TQM board directories to the vendor specific directory "tqc" for modules from TQ-Components GmbH (http://www.tqc.de).
Note: this patch is too big for posting here and therefore I removed the hunks moving the files. I could provide the full patch on request.
Signed-off-by: Wolfgang Grandegger wg@grandegger.com
Wolfgang, could you please apply this patch/commit directly, if there are no objections.
Thanks.
Wolfgang.

On Wed, May 28, 2008 at 12:53 PM, wg@grandegger.com wrote:
From: Wolfgang Grandegger wg@grandegger.com
Move all TQM board directories to the vendor specific directory "tqc" for modules from TQ-Components GmbH (http://www.tqc.de).
Note: this patch is too big for posting here and therefore I removed the hunks moving the files. I could provide the full patch on request.
Signed-off-by: Wolfgang Grandegger wg@grandegger.com
I have no objections to this change. However, if you want to post the whole patch, you can generate it by passing "-M" to git-format-patch. This will cause git to generate a patch which tells us the file was moved, and git-am understands that, and does the right thing.
Andy

On Mon, Jun 2, 2008 at 6:22 PM, Andy Fleming afleming@gmail.com wrote:
On Wed, May 28, 2008 at 12:53 PM, wg@grandegger.com wrote:
From: Wolfgang Grandegger wg@grandegger.com
Move all TQM board directories to the vendor specific directory "tqc" for modules from TQ-Components GmbH (http://www.tqc.de).
Note: this patch is too big for posting here and therefore I removed the hunks moving the files. I could provide the full patch on request.
Signed-off-by: Wolfgang Grandegger wg@grandegger.com
I have no objections to this change. However, if you want to post the whole patch, you can generate it by passing "-M" to git-format-patch. This will cause git to generate a patch which tells us the file was moved, and git-am understands that, and does the right thing.
That is, *please* repost the patch with everything included. Wolfgang can apply it directly, and then I can apply the other 12+ patches you sent which depend on it.
Andy :)

Andy Fleming wrote:
On Mon, Jun 2, 2008 at 6:22 PM, Andy Fleming afleming@gmail.com wrote:
On Wed, May 28, 2008 at 12:53 PM, wg@grandegger.com wrote:
From: Wolfgang Grandegger wg@grandegger.com
Move all TQM board directories to the vendor specific directory "tqc" for modules from TQ-Components GmbH (http://www.tqc.de).
Note: this patch is too big for posting here and therefore I removed the hunks moving the files. I could provide the full patch on request.
Signed-off-by: Wolfgang Grandegger wg@grandegger.com
I have no objections to this change. However, if you want to post the whole patch, you can generate it by passing "-M" to git-format-patch. This will cause git to generate a patch which tells us the file was moved, and git-am understands that, and does the right thing.
That is, *please* repost the patch with everything included. Wolfgang can apply it directly, and then I can apply the other 12+ patches you sent which depend on it.
I just re-sent v2 of the patch created with the magic git-format-patch option "-M".
Thanks,
Wolfgang.
participants (3)
-
Andy Fleming
-
wg@grandegger.com
-
Wolfgang Grandegger