This is all from work last night. I'd lke to get these in.
Thanks
ron
On 06.03.2008 21:42, ron minnich wrote:
This is all from work last night. I'd lke to get these in.
This is a cumulative set of fixes for LX800 boards. These are all tested on ALIX 1C and DBE62.
This includes:
- the working power button patch.
- onchipuart2 for very early startup -- this will be replaced with a better mechanism soon.
- dts mod for powerbutton on cs5536
- dbe62 dts fix for COM1 setup
- ram check call in dbe62 initram.c
- Carl-Daniel's fix to detect incorrect access to spd variables.
- more debug prints in geodelx northbridge support code.
This is cumulative since we're lagging on acks a bit and it's hard to keep this stuff all seperated out since it involves a common set of files. I'd like to get it acked and in tree today if possible. It's a very small set of lines changed so please forgive me for the cumulative nature.
Thanks
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
It would be cool if you could add the attached changes on top before committing, though. They make cs5536_setup_onchipuart() handle both UARTs and add missing break in dbe61 initram.
Regards, Carl-Daniel
Carl-daniel, I will test your patch tonight or tomorrow night. I am going to commit this because I don't like doing cumulative patches. Your patches look fine, and should work fine, but I really am paranoid about testing before commit due to recent problems I had.
Thanks for your patience :-)
ron
commited rev 636, will test the other changes asap.
ron
On Thu, Mar 6, 2008 at 3:04 PM, Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
On 06.03.2008 21:42, ron minnich wrote:
This is all from work last night. I'd lke to get these in.
This is a cumulative set of fixes for LX800 boards. These are all tested on ALIX 1C and DBE62.
This includes:
- the working power button patch.
- onchipuart2 for very early startup -- this will be replaced with a better mechanism soon.
- dts mod for powerbutton on cs5536
- dbe62 dts fix for COM1 setup
- ram check call in dbe62 initram.c
- Carl-Daniel's fix to detect incorrect access to spd variables.
- more debug prints in geodelx northbridge support code.
This is cumulative since we're lagging on acks a bit and it's hard to keep this stuff all seperated out since it involves a common set of files. I'd like to get it acked and in tree today if possible. It's a very small set of lines changed so please forgive me for the cumulative nature.
Thanks
Signed-off-by: Ronald G. Minnich rminnich@gmail.com
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
It would be cool if you could add the attached changes on top before committing, though. They make cs5536_setup_onchipuart() handle both UARTs and add missing break in dbe61 initram.
Tested on dbe62. Committed revision 638. ron