Difference between revisions of "Developer Manual"
Jump to navigation
Jump to search
m (→irq_table.c) |
m |
||
Line 50: | Line 50: | ||
# <code>hardwaremain( )</code> is from boot/hardwaremain.c, the console is initialized, devices are enumerated and initialized, configured and enabled | # <code>hardwaremain( )</code> is from boot/hardwaremain.c, the console is initialized, devices are enumerated and initialized, configured and enabled | ||
# the payload is called, either via <code>elfboot( )</code> from boot/elfboot.c, or <code>filo( )</code> from boot/filo.c | # the payload is called, either via <code>elfboot( )</code> from boot/elfboot.c, or <code>filo( )</code> from boot/filo.c | ||
== Failover/Fallback/Normal images overview == | |||
See [[Anatomy of a Failover coreboot v2 Image]]. | |||
== Memory map== | == Memory map== |