linux-linaro-2.6.38.git

clone してみる。

$ git clone git://git.linaro.org/kernel/linux-linaro-2.6.38.git
Initialized empty Git repository in /home/rms/Documents/LinuxKernel/linux-linaro-2.6.38/.git/
remote: Counting objects: 1911091, done.
remote: Compressing objects: 100% (323272/323272), done.
Receiving objects: 100% (1911091/1911091), 421.19 MiB | 754 KiB/s, done.
remote: Total 1911091 (delta 1592814), reused 1888302 (delta 1570283)
Resolving deltas: 100% (1592814/1592814), done.
$

基本的には kernel tree そのものな模様。とりあえず linux-source-2.6.35 なパケジを入れてなんとなく違いを確認してみます。

とりあえず

arch/arm の中身を sdiff してみた。

boot                                                            boot
common                                                          common
configs                                                         configs
include                                                         include
Kconfig                                                         Kconfig
Kconfig.debug                                                   Kconfig.debug
Kconfig-nommu                                                   Kconfig-nommu
kernel                                                          kernel
lib                                                             lib
mach-aaec2000                                                   mach-aaec2000
mach-at91                                                       mach-at91
mach-bcmring                                                    mach-bcmring
mach-clps711x                                                   mach-clps711x
mach-cns3xxx                                                    mach-cns3xxx
mach-davinci                                                    mach-davinci
mach-dove                                                       mach-dove
mach-ebsa110                                                    mach-ebsa110
mach-ep93xx                                                     mach-ep93xx
mach-exynos4                                                  <
mach-footbridge                                                 mach-footbridge
mach-gemini                                                     mach-gemini
mach-h720x                                                      mach-h720x
mach-imx                                                      <
mach-integrator                                                 mach-integrator
mach-iop13xx                                                    mach-iop13xx
mach-iop32x                                                     mach-iop32x
mach-iop33x                                                     mach-iop33x
mach-ixp2000                                                    mach-ixp2000
mach-ixp23xx                                                    mach-ixp23xx
mach-ixp4xx                                                     mach-ixp4xx
mach-kirkwood                                                   mach-kirkwood
mach-ks8695                                                     mach-ks8695
mach-l7200                                                      mach-l7200
mach-lh7a40x                                                    mach-lh7a40x
mach-loki                                                       mach-loki
mach-lpc32xx                                                  <
mach-mmp                                                        mach-mmp
mach-msm                                                        mach-msm
mach-mv78xx0                                                    mach-mv78xx0
                                                              > mach-mx1
                                                              > mach-mx2
                                                              > mach-mx25
mach-mx3                                                        mach-mx3
mach-mx5                                                        mach-mx5
mach-mxc91231                                                   mach-mxc91231
mach-mxs                                                      <
mach-netx                                                       mach-netx
mach-nomadik                                                    mach-nomadik
mach-ns9xxx                                                     mach-ns9xxx
mach-nuc93x                                                     mach-nuc93x
mach-omap1                                                      mach-omap1
mach-omap2                                                      mach-omap2
mach-orion5x                                                    mach-orion5x
mach-pnx4008                                                    mach-pnx4008
mach-pxa                                                        mach-pxa
mach-realview                                                   mach-realview
mach-rpc                                                        mach-rpc
mach-s3c2400                                                    mach-s3c2400
mach-s3c2410                                                    mach-s3c2410
mach-s3c2412                                                    mach-s3c2412
mach-s3c2416                                                    mach-s3c2416
mach-s3c2440                                                    mach-s3c2440
mach-s3c2443                                                    mach-s3c2443
mach-s3c24a0                                                    mach-s3c24a0
mach-s3c64xx                                                    mach-s3c64xx
                                                              > mach-s5p6440
mach-s5p6442                                                    mach-s5p6442
mach-s5p64x0                                                  <
mach-s5pc100                                                    mach-s5pc100
mach-s5pv210                                                    mach-s5pv210
mach-sa1100                                                     mach-sa1100
mach-shark                                                      mach-shark
mach-shmobile                                                   mach-shmobile
mach-spear3xx                                                   mach-spear3xx
mach-spear6xx                                                   mach-spear6xx
mach-stmp378x                                                   mach-stmp378x
mach-stmp37xx                                                   mach-stmp37xx
mach-tcc8k                                                    <
mach-tegra                                                    <
mach-u300                                                       mach-u300
mach-ux500                                                      mach-ux500
mach-versatile                                                  mach-versatile
mach-vexpress                                                   mach-vexpress
mach-vt8500                                                   <
mach-w90x900                                                    mach-w90x900
Makefile                                                        Makefile
mm                                                              mm
nwfpe                                                           nwfpe
oprofile                                                        oprofile
plat-iop                                                        plat-iop
plat-mxc                                                        plat-mxc
plat-nomadik                                                    plat-nomadik
plat-omap                                                       plat-omap
plat-orion                                                      plat-orion
plat-pxa                                                        plat-pxa
plat-s3c24xx                                                    plat-s3c24xx
plat-s5p                                                        plat-s5p
plat-samsung                                                    plat-samsung
plat-spear                                                      plat-spear
plat-stmp3xxx                                                   plat-stmp3xxx
plat-tcc                                                      <
plat-versatile                                                  plat-versatile
tools                                                           tools
vfp                                                             vfp

むむ。ディレクトリの意味が分からんな。Documentation/arm の中身を確認するか。

今から

見ます。メモがあれば別途とゆー事で。