Snapshots, Please


netbsd

Still Fresh
Joined
Apr 27, 2008
Messages
28
Is it possible to give us developers some meat, in particular (since Pandora now boots) the U-Boot and Linux kernel diffs?
 
netbsd said:
Is it possible to give us developers some meat, in particular (since Pandora now boots) the U-Boot and Linux kernel diffs?
You could start looking at BeagleBoard files (google it) or 3430 EVM files (look on TI site).
 
Last edited by a moderator:
Laurent said:
netbsd said:
Is it possible to give us developers some meat, in particular (since Pandora now boots) the U-Boot and Linux kernel diffs?
You could start looking at BeagleBoard files (google it) or 3430 EVM files (look on TI site).


That would be a good place to start, also check what is going into the linux-omap GIT as a lot of OMAP3 is going that way on it's route to mainstream.

Kernel and U-Boot diffs are a little premature at the moment as things are in such a state of flux as things get nailed down.
 
Last edited by a moderator:
DJWillis said:
Kernel and U-Boot diffs are a little premature at the moment as things are in such a state of flux as things get nailed down.

Hope you got L2 cache enabling right :P
 
Last edited by a moderator:
Laurent said:
Hope you got L2 cache enabling right :P
:D, currently that's not quite the issue it is with the Beagle. That said, the plan is to get anything like that out of the kernel and into U-Boot/XLoader. Setting up things like L2 in the kernel does not seem like the right place to be doing it anyway ;).
 
Last edited by a moderator:
The kernel actually has hooks for L2 cache operations (setup, flush, etc). You will need to implement these, if for example you want to do suspend to RAM (and thus switch off the L2 cache).
 
Back
Top