]> git.ipfire.org Git - people/ms/u-boot.git/blame - doc/README.ARM-SoC
mmc: remove the unnecessary define and fix the wrong bit control
[people/ms/u-boot.git] / doc / README.ARM-SoC
CommitLineData
1d9f4105
WD
1[By Steven Scholz <steven.scholz@imc-berlin.de>, 16 Aug 2004]
2
3Since the cpu/ directory gets clobbered with peripheral driver code I
84ad6884 4started cleaning up arch/arm/cpu/arm920t.
1d9f4105
WD
5
6I introduced the concept of Soc (system on a chip) into the ./cpu
7directory. That means that code that is cpu (i.e. core) specific
8resides in
9
03b7004d 10 $(CPUDIR)/
1d9f4105
WD
11
12and code that is specific to some SoC (i.e. vendor specific
13peripherals around the core) is moved into
14
03b7004d 15 $(CPUDIR)/$(SOC)/
1d9f4105 16
03b7004d 17Thus a library/archive "$(CPUDIR)/$(SOC)/lib$(SOC).a" will be build
1d9f4105
WD
18and linked. Examples will be
19
84ad6884
PT
20 arch/arm/cpu/arm920t/imx/
21 arch/arm/cpu/arm920t/s3c24x0
1d9f4105
WD
22
23One can select an SoC by passing the name of it to ./mkconfig just
24like
25
26 @./mkconfig $(@:_config=) arm arm920t vcma9 mpl s3c24x0
27
28If there's no VENDOR field (like "mpl" in the above line) one has to
29pass NULL instead:
30
31 @./mkconfig $(@:_config=) arm arm920t mx1ads NULL imx