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> | |||
* | README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE | Wolfgang Denk | 2006-10-28 | -1/+1 |
| | ||||
* | Cleanup (PPC4xx is AMCC now) | Wolfgang Denk | 2005-09-23 | -1/+1 |
| | ||||
* | Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.c | Stefan Roese | 2005-08-16 | -0/+1 |
| | | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005 | |||
* | Coding style cleanup | Wolfgang Denk | 2005-08-15 | -108/+108 |
| | ||||
* | Add Sandburst Metrobox and Sandburst Karef board support packages. | Stefan Roese | 2005-08-15 | -0/+377 |
Second serial port on 440GX now defined as a system device. Add 'Short Etch' code for Cicada PHY within 440gx_enet.c Patch by Travis B. Sawyer, 12 Jul 2005 Check return value of malloc in 440gx_enet.c Patch by Travis B. Sawyer, 18 Jul 2005 |