arm: vf610: fix double iomux configuration for vf610twr board
[u-boot/qq2440-u-boot.git] / doc / README.ARM-SoC
blobd6bd6248865cf1af01f143e184992ddc2f568c9e
1 [By Steven Scholz <steven.scholz@imc-berlin.de>, 16 Aug 2004]
3 Since the cpu/ directory gets clobbered with peripheral driver code I
4 started cleaning up arch/arm/cpu/arm920t.
6 I introduced the concept of Soc (system on a chip) into the ./cpu
7 directory. That means that code that is cpu (i.e. core) specific
8 resides in
10         $(CPUDIR)/
12 and code that is specific to some SoC (i.e. vendor specific
13 peripherals around the core) is moved into
15         $(CPUDIR)/$(SOC)/
17 Thus a library/archive "$(CPUDIR)/$(SOC)/lib$(SOC).a" will be build
18 and linked. Examples will be
20         arch/arm/cpu/arm920t/imx/
21         arch/arm/cpu/arm920t/s3c24x0
23 One can select an SoC by passing the name of it to ./mkconfig just
24 like
26         @./mkconfig $(@:_config=) arm arm920t vcma9 mpl s3c24x0
28 If there's no VENDOR field (like "mpl" in the above line) one has to
29 pass NULL instead:
31         @./mkconfig $(@:_config=) arm arm920t mx1ads NULL imx