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:
Keith Hui 2020-04-16 20:45:30 -04:00 committed by Patrick Georgi
parent 336d9a2148
commit 67c73110e9
1 changed files with 4 additions and 1 deletions

View File

@ -123,8 +123,11 @@ static const u8 register_values[] = {
* [01:00] Reserved
*/
NBXCFG + 0, 0x0c,
// TODO: Bit 15 should be 0 for multiprocessor boards
#if CONFIG(SMP)
NBXCFG + 1, 0x00,
#else
NBXCFG + 1, 0x80,
#endif
NBXCFG + 2, 0x00,
NBXCFG + 3, 0xff,