[PATCH] ARM: add board support for Phytec phyCARD-M aka pca101

Teresa Gamez T.Gamez at phytec.de
Wed Dec 21 10:19:36 EST 2011


Am Mittwoch, den 21.12.2011, 14:49 +0100 schrieb Sascha Hauer:
> On Wed, Dec 21, 2011 at 02:05:48PM +0100, Teresa Gamez wrote:
> > Hello Sascha,
> > 
> > we want to use a different name convention for all the phyCARDs since it
> > is quite chaotic atm.
> 
> Indeed.
> 
> > Christian is working on patches for the phyCARD-M1
> > with the new name convention.
> 
> How will the new name convention look like?

The board name looks like this:

phyCARD-<generation>-<type><revision>

The phyCARD-M is called correctly phyCARD-A-M1.

The Kconfig suppose look like this:

@@ -356,6 +358,13 @@ config MACH_PCM043
 	  Say Y here if you are using Phytec's phyCORE-i.MX35 (pcm043)
equipped
 	  with a Freescale i.MX35 Processor
 
+config MACH_PCAAM1
+        bool "phyCARD-A-M1"
+        select MACH_HAS_LOWLEVEL_INIT
+        help
+           Say Y here if you are using Phytec's phyCARD-A-M1 (pca-a-m1)
equipped
+           with a Freescale i.MX35 Processor
+
 config MACH_GUF_CUPID
 	bool "Garz+Fricke Cupid"
 	select MACH_HAS_LOWLEVEL_INIT
 
Board code name:
a/arch/arm/boards/phycard-a-m1/pca-a-m1.c

Function names (example):
static int pcaam1_init_devices(void)

defconfig:
arch/arm/configs/phycard_a_m1_defconfig

Teresa

> 
> Sascha
> 





More information about the barebox mailing list