This patch adds support for the Mobile Intel Celeron CPU (Micro-FC-BGA)
Signed-off-by: Joseph Smith <joe@smittys.pointclark.net> Acked-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2856 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
72c0584d37
commit
a3e03872f3
|
@ -53,6 +53,7 @@ static struct cpu_device_id cpu_table[] = {
|
||||||
{ X86_VENDOR_INTEL, 0x06A0 },
|
{ X86_VENDOR_INTEL, 0x06A0 },
|
||||||
{ X86_VENDOR_INTEL, 0x06A1 },
|
{ X86_VENDOR_INTEL, 0x06A1 },
|
||||||
{ X86_VENDOR_INTEL, 0x06A4 },
|
{ X86_VENDOR_INTEL, 0x06A4 },
|
||||||
|
{ X86_VENDOR_INTEL, 0x06B4 }, /* Mobile Celeron FCBGA */
|
||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue