nb/intel/i440bx: Resolve a SMP-raminit TODO
Change-Id: I0087294bccee079368c93ba8986873a5e65593b0 Signed-off-by: Keith Hui <buurin@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40957 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
336d9a2148
commit
67c73110e9
|
@ -123,8 +123,11 @@ static const u8 register_values[] = {
|
||||||
* [01:00] Reserved
|
* [01:00] Reserved
|
||||||
*/
|
*/
|
||||||
NBXCFG + 0, 0x0c,
|
NBXCFG + 0, 0x0c,
|
||||||
// TODO: Bit 15 should be 0 for multiprocessor boards
|
#if CONFIG(SMP)
|
||||||
|
NBXCFG + 1, 0x00,
|
||||||
|
#else
|
||||||
NBXCFG + 1, 0x80,
|
NBXCFG + 1, 0x80,
|
||||||
|
#endif
|
||||||
NBXCFG + 2, 0x00,
|
NBXCFG + 2, 0x00,
|
||||||
NBXCFG + 3, 0xff,
|
NBXCFG + 3, 0xff,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue