Guys:
I am porting Gingerbread to palm pre plus. HP have released linux
kernel source for GPL, but the kernel version is 2.6.24.
So i decided to port kernel to 2.6.36.But it seems that the kernel
source architecture changes a little. The header files which is
located in include/asm-arm/arch-omap in 2.6.24 are moved to arch/arm/
mach-omapXXX/include/. And arch source codes  are also changed
correspondingly.
Such as
        2.6.24                                        2.6.36
#Include <asm/hardware>  --------> #include <mach/hardware.h>
#include <asm/arch/gpio.h> ------> #include <mach/gpio.h>
and mostly
#inlcude <asm/arch/*.h>      --------> #include <plat/*.h>

I can find some changes incompletely. It would make kinds of problems.
So i would ask is there any documents that describe the changes in
detail?

Thx.



-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to