diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-03-06 16:32:18 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-03-09 13:09:48 +0100 |
commit | 8340666cb18322cbf39110b82d83bf02bfa8c856 (patch) | |
tree | b971f81ec8d3482a708b51da6be0420f0b1a31f5 /src/mainboard/amd/rumba | |
parent | 233f5b3b0ed27348b68fbaa453184d4fdb7fa0dc (diff) |
intel/jarrell: Apply ROMCC workaround
Taken from intel/xe7501devkit, maybe it had same symptoms once.
The call to ich5_watchdog_on() has side-effect of exploding the
requirements for ROMCC internal arrays at compile-time. The hard-coded
limit in question is MAX_RHS in util/romcc.c, the default of 127 comes
from the rhs field defined with 7 bits.
Before this patch intel/jarrell builds were using upto MAX_RHS=102, while
other ROMCC boards built even with MAX_RHS=10. This workaround brings
intel/jarrell to the same level.
Change-Id: I162d801f81d9196403d88636eb9cb291c950ded0
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5348
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/amd/rumba')
0 files changed, 0 insertions, 0 deletions