landisk_sel動作log(その1)

elijahさんオリジナル版と同じversionではおかしいので、
SUBLEVEL = landisk_sel
EXTRAVERSION = 0.5
を追加して再ビルドし、シリアルコンソールでログを取りました。

U-Boot 2011.09.landisk_sel0.5 (Mar 18 2013 - 18:54:06)

CPU: SH4
BOARD: IO-DATA Usl-5p
DRAM:  64MB
Using default environment

PCI: SH7751 PCI host bridge found.
PCI:   Bus Dev VenId DevId Class Int
  00:00.0     - 10ec:8139 - Network controller
  00:02.0     - 1033:0035 - Serial bus controller
  00:02.1     - 1033:0035 - Serial bus controller
  00:02.2     - 1033:00e0 - Serial bus controller
In:    serial
Out:   serial
Err:   serial
Bus 0: OK
  Device 0: Model: HMS360402D5CF00  Firm: DN2OC60G Ser#: N2GRN0HA
            Type: Removable Hard Disk
            Capacity: 1953.0 MB = 1.9 GB (3999744 x 512)
Net:   RTL8139#0Warning: failed to set MAC address

Loading file "/boot/u-boot.env" from ide device 0:1 (hda1)
481 bytes read
setenv ipaddr = 192.168.a.b
setenv ncip = 192.168.c.d
setenv bootargs = console=ttySC1,115200 mem=64M root=/dev/sda3
setenv bootcmd0 = ext2load ide 0:3 0x8c400000 /boot/vmlinuz-3.7.1-landisk;zimageboot 0x8c400000 0x8c0010000
setenv bootcmd1 = ext2load ide 0:1 0x8c400000 /boot/zImage;zimageboot 0x8c400000 0x8c0010000
setenv bootcmd2 = ext2load ide 0:1 0x8c400000 /boot/bootld.dont_touch/vmlinuz-initramfs-landisk.08;zimageboot 0x8c400000 0x8c0010000
setenv bootcmd3 = ext2load ide 0:1 0x8c400000 /boot/zImage;zimageboot 0x8c400000 0x8c0010000
Hit any key to stop autoboot:  0
landisk boot selector(landisk_sel)...
  If you want to select next bootcmd(n), operate Power SW OFF->ON.
Remainig selectable time is about 5 seconds.
bootcmd1 is selected.
bootcmd2 is selected.
ext2load ide 0:1 0x8c400000 /boot/bootld.dont_touch/vmlinuz-initramfs-landisk.08;zimageboot 0x8c400000 0x8c0010000
Loading file "/boot/bootld.dont_touch/vmlinuz-initramfs-landisk.08" from ide device 0:1 (hda1)
2666496 bytes read
Uncompressing Linux... Ok, booting the kernel.

 上記はbootldを起動している例です。
 リリース(大げさですね)のためにpatchを作りたいのですが、苦戦中
gitを入れて自動生成するつもりが、ないパッケージがあって依存関係が解決できない〜
diffの除外を使うしかないのか、しかし多い〜
 上記のためlandisk動作チェックできませんでした。