allwinner-zh / linux-3.4-sunxi

kernel 3.4 for sunxi platforms
Other
147 stars 138 forks source link

No source for /arch/arm/mach-sunxi/pm/standby/gen_check_code #4

Closed wingrime closed 9 years ago

wingrime commented 9 years ago

Binary only

hno commented 9 years ago

Looks like BROM style header checksum calculation tool. Header structure is already there it seems.

hno commented 9 years ago

Hacked together a little tool based on mksunxiboot which should do the trick. Not tested. https://gist.github.com/hno/dae626bc7765dcad2dae

wingrime commented 9 years ago

Hm, thats should builds with kernel, nor in binary form

allwinner-zh commented 9 years ago

gen_check_code is a tool which is running on host PC, it should be not an issue, and there is no open source for it.

hno commented 9 years ago

It is a problem. Not a huge one, but still a problem. One solution is to remove the tool from kernel sources and distribute separately.

allwinner-zh commented 9 years ago

I have removed it, and placed it to the sunxi-tools repository.