Add code for AmigaOne board
(preliminary merge to U-Boot, still WIP)
* Patch by Jon Diekema, 12 Nov 2002:
- Adding URL for IEEE OUI lookup
- Making the autoboot #defines dependent on CONFIG_AUTOBOOT_KEYED
being defined.
- In the CONFIG_EXTRA_ENV_SETTINGS #define, the root-on-initrd and
root-on-nfs macros are designed to switch how the default boot
method gets defined.
16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
/.*\(0x3da.*/||/.*\(0x3ba.*/ {
|
|
if (v_3da != 1) print "_v_retrace_";
|
|
v_3da = 1;
|
|
next;
|
|
}
|
|
/.*\(0x42.*/||/.*\(0x43.*/ {
|
|
if (v_4x != 1) print "_timer_";
|
|
v_4x = 1;
|
|
next;
|
|
}
|
|
{
|
|
print;
|
|
v_3da = 0;
|
|
v_4x = 0;
|
|
}
|