Re: [U-Boot] [PATCH 0/21] Generic cross-architecture system restart support

2011-03-13 Thread Wolfgang Denk
Dear Kyle Moffett, In message <1299519462-25320-1-git-send-email-kyle.d.moff...@boeing.com> you wrote: > > This patchset is designed to produce zero change in behavior *except* for > one particular scenario: Platforms which perform a "restart" with a simple > jump to the "_start" entrypoint (or

Re: [U-Boot] [PATCH 0/21] Generic cross-architecture system restart support

2011-03-07 Thread Graeme Russ
Hi Kyle, On Tue, Mar 8, 2011 at 4:37 AM, Kyle Moffett wrote: > Hello everyone, > > This patch series creates a generic set of functions available to generic > code which can be easily hooked per-architecture or per-board.  I have > tried to be very careful that U-Boot builds and runs on all archi

[U-Boot] [PATCH 0/21] Generic cross-architecture system restart support

2011-03-07 Thread Kyle Moffett
Hello everyone, This patch series creates a generic set of functions available to generic code which can be easily hooked per-architecture or per-board. I have tried to be very careful that U-Boot builds and runs on all architectures for the entire duration of this patchset. This patchset is des