Author: rminnich Date: 2009-10-02 05:36:30 +0200 (Fri, 02 Oct 2009) New Revision: 4708
Removed: trunk/coreboot-v2/src/mainboard/motorola/ Modified: trunk/coreboot-v2/src/config/Options.lb trunk/coreboot-v2/src/mainboard/Kconfig Log: Remove motorola PPC boards. These have lain untouched and unused by anyone for years.
Signed-off-by: Ronald G. Minnich rminnich@gmail.com Acked-by: Myles Watson mylesgw@gmail.com
Modified: trunk/coreboot-v2/src/config/Options.lb =================================================================== --- trunk/coreboot-v2/src/config/Options.lb 2009-10-02 00:08:00 UTC (rev 4707) +++ trunk/coreboot-v2/src/config/Options.lb 2009-10-02 03:36:30 UTC (rev 4708) @@ -1225,49 +1225,3 @@ comment "Leave a hole for PCIe config space in the device allocator" end
-############################################### -# Board specific options -############################################### - -############################################### -# Options for motorola/sandpoint -############################################### -define CONFIG_SANDPOINT_ALTIMUS - default 0 - export never - comment "Configure Sandpoint with Altimus PMC" -end -define CONFIG_SANDPOINT_TALUS - default 0 - export never - comment "Configure Sandpoint with Talus PMC" -end -define CONFIG_SANDPOINT_UNITY - default 0 - export never - comment "Configure Sandpoint with Unity PMC" -end -define CONFIG_SANDPOINT_VALIS - default 0 - export never - comment "Configure Sandpoint with Valis PMC" -end -define CONFIG_SANDPOINT_GYRUS - default 0 - export never - comment "Configure Sandpoint with Gyrus PMC" -end - -############################################### -# Options for totalimpact/briq -############################################### -define CONFIG_BRIQ_750FX - default 0 - export never - comment "Configure briQ with PowerPC 750FX" -end -define CONFIG_BRIQ_7400 - default 0 - export never - comment "Configure briQ with PowerPC G4" -end
Modified: trunk/coreboot-v2/src/mainboard/Kconfig =================================================================== --- trunk/coreboot-v2/src/mainboard/Kconfig 2009-10-02 00:08:00 UTC (rev 4707) +++ trunk/coreboot-v2/src/mainboard/Kconfig 2009-10-02 03:36:30 UTC (rev 4708) @@ -62,8 +62,6 @@ bool "Lippert" config VENDOR_MITAC bool "Mitac" -config VENDOR_MOTOROLA - bool "Motorola" config VENDOR_MSI bool "MSI" config VENDOR_NEC @@ -246,11 +244,6 @@
config MAINBOARD_VENDOR string - default "Motorola" - depends on VENDOR_MOTOROLA - -config MAINBOARD_VENDOR - string default "MSI" depends on VENDOR_MSI