Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ppc4xx: Clean up 440 exceptions handling | Grzegorz Bernacki | 2007-06-15 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | - Introduced dedicated switches for building 440 and 405 images required for 440-specific machine instructions like 'rfmci' etc. - Exception vectors moved to the proper location (_start moved away from the critical exception handler space, which it occupied) - CriticalInput now serviced (with default handler) - MachineCheck properly serviced (added a dedicated handler and return subroutine) - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused, unhandled and those not relevant for 4xx were eliminated) - Eliminated Linux leftovers, removed dead code Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> Signed-off-by: Rafal Jaworowski <raj@semihalf.com> Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | Fix build problem with CPCI440 | Stefan Roese | 2006-09-07 | -1/+2 |
| | | | | Patch by Stefan Roese, 07 Sep 2006 | |||
* | Cleanup (PPC4xx is AMCC now) | Wolfgang Denk | 2005-09-23 | -1/+1 |
| | ||||
* | esd config files updated | stroese | 2004-12-16 | -5/+10 |
| | ||||
* | * The PS/2 mux on the BMS2003 board needs 450 ms after power on | wdenk | 2004-01-20 | -1/+1 |
| | | | | | | | | | | | | before we can access it; add delay in case we are faster (with no CF card inserted) * Cleanup of some init functions * Make sure SCC Ethernet is always stopped by the time we boot Linux to avoid Linux crashes by early packets coming in. * Accelerate flash accesses on LWMON board by using buffered writes | |||
* | Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY). | stroese | 2003-02-14 | -0/+4 |
| | ||||
* | Initial revision | wdenk | 2002-08-19 | -0/+287 |