Embedded System – Linux study for ARM (I)
For each arch has its own directory in /arch
For example, for arm architecture, the source code will located in /arch/arm
In this folder, there are common folders and MCU specific folders.
- common folders:
boot, common, configs, kernel, lib, mm, nwfpe, vfp, oprofile, tools - MCU specific folders:
mach-XXXX – for example mach-omap2 is for TI OMAP mpus - Share code for multiple MCUs
plat-XXXX – for example, common code of omap/omap2 will be located in plat-omap