Simple fixes so that dependencies are satisfied; now for the compile
errors.
This commit is contained in:
parent
71295c0e4b
commit
36a7dd48fc
3 changed files with 3 additions and 4 deletions
|
|
@ -59,7 +59,7 @@ makerule documentation: $(SOURCES) ; doxygen LinuxBIOSDoc.config
|
|||
|
||||
makerule build_opt_tbl: $(TOP)/util/options/build_opt_tbl.c ; $(HOSTCC) $(HOSTCFLAGS) $< -o $@
|
||||
|
||||
makerule /$(TARGET_DIR)/option_table.c : build_opt_tbl $(MAINBOARD)/cmos.layout ; ./build_opt_tbl -b --config $(MAINBOARD)/cmos.layout
|
||||
makerule /$(TARGET_DIR)/option_table.c : build_opt_tbl $(MAINBOARD)/cmos.conf ; ./build_opt_tbl -b --config $(MAINBOARD)/cmos.conf
|
||||
|
||||
object /$(TARGET_DIR)/option_table.o HAVE_OPTION_TABLE
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ ldscript arch/i386/lib/id.lds
|
|||
##
|
||||
## Startup code for secondary CPUS
|
||||
##
|
||||
mainboardinit arch/i386/smp/secondary.inc
|
||||
# mainboardinit arch/i386/smp/secondary.inc
|
||||
|
||||
## This is the early phase of linuxBIOS startup
|
||||
## Things are delicate and we test to see if we should
|
||||
|
|
@ -78,7 +78,7 @@ mainboardinit ram/dump_northbridge.inc
|
|||
##
|
||||
#mainboardinit southbridge/intel/82801/smbus.inc
|
||||
#mainboardinit sdram/generic_dump_spd.inc
|
||||
mainboardinit mainboard/supermicro/p4dpr/mainboard_raminit.inc
|
||||
mainboardinit mainboard/supermicro/p4dpe/mainboard_raminit.inc
|
||||
|
||||
##
|
||||
## Include the secondary Configuration files
|
||||
|
|
|
|||
|
|
@ -1094,7 +1094,6 @@ spd_verify_dimm:
|
|||
jmp spd_unsupported_data
|
||||
1:
|
||||
|
||||
a
|
||||
/* tRCD RAS to CAS */
|
||||
movb $29, %bh
|
||||
CALLSP(spd_read_paired_byte)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue