Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-15 | [POWERPC] 4xx: Reorganize 4xx defconfigs | Josh Boyer | |
Board specific defconfigs are useful, however with the ability to do multi-board defconfigs they aren't needed in the top level configs directory. Move the 4xx board specific defconfigs to individual directories under arch/powerpc/configs. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> | |||
2008-02-15 | [POWERPC] 4xx: Update defconfigs for 2.6.25 | Josh Boyer | |
Update the 4xx defconfigs to remove WANT_DEVICE_TREE and add MTD_OF_PARTS where appropriate. Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> | |||
2007-12-24 | [POWERPC] 4xx: Update defconfigs | Josh Boyer | |
Update the 4xx board defconfigs Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> | |||
2007-12-23 | [POWERPC] 4xx: EP405 boards support for arch/powerpc | Benjamin Herrenschmidt | |
Brings EP405 support to arch/powerpc. The IRQ routing for the CPLD comes from a device-tree property, PCI is working to the point where I can see the video card, USB device, and south bridge. This should work with both EP405 and EP405PC. I've not totally figured out how IRQs are wired on this hardware though, thus at this stage, expect only USB interrupts working, pretty much the same as what arch/ppc did. Also, the flash, nvram, rtc and temp control still have to be wired. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> |