This trivial patch adds the warnings Peter and Ron requested to the ck804 code.
Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1104 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
13765fd116
commit
f1ad184bb7
2 changed files with 4 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ static void nic_init(struct device *dev)
|
|||
}
|
||||
}
|
||||
|
||||
#warning This should be fixed. Can we use a LAR file for the MAC?
|
||||
|
||||
/* If that is invalid we will read that from romstrap. */
|
||||
if (!eeprom_valid) {
|
||||
unsigned long mac_pos;
|
||||
|
|
|
|||
|
|
@ -124,6 +124,8 @@ static void setup_ioapic(unsigned long ioapic_base)
|
|||
#define SLOW_CPU_OFF 0
|
||||
#define SLOW_CPU__ON 1
|
||||
|
||||
#warning Power on after fail should be a CMOS option.
|
||||
|
||||
#ifndef MAINBOARD_POWER_ON_AFTER_POWER_FAIL
|
||||
#define MAINBOARD_POWER_ON_AFTER_POWER_FAIL MAINBOARD_POWER_ON
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue