Originally Posted by evow04
thanks banxian,
did you allready tried some other kernels from other S3C6410 dev boards?
since the aesop kernel seems to do well i think we´d better stick with it?
btw i would like to come back on the usbnet.
i found this
source and this
patch , one might try and see if it would run.
If it does, i was thinking that we could lanch an rc 4 version of android with the previous patches you made concerning the powerplan and other?
I condition commented some change related to aesop borad.
and I patched more than 30 files today. but MMC detect is still faild.
eg: mmc\core, card, host, include, setup-sdhci, dma-pl080c, some reg header.
the startup log looks most same as 2.6.27-m8 except dma controller regs_base.
aesop: DMA controller : 0 irq 73 regs_base d080c000
m8-bill: DMA controller : 0 irq 73 regs_base cd000000
S3C_PA_DMA is same in header. I don't think ioremap'ed address can take effect in MMC detect but I can only look deeper into these difference now.
another difference is change_clock.
Code:
selected source 0, clock 519531, delta 0
selected source 0, clock 20000000, delta 3375000
mmc detected after the second log.
aesop only have first line durning startup.