mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Fix up dts to set up ops struct member. Fix dts for qemu mainboard. We are getting past stage2 now, it is time for elfboot. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@88 f3766cd6-281f-0410-b1cd-43a5c92072e9
30 lines
392 B
Text
30 lines
392 B
Text
/{
|
|
config="mainboard,emulation,qemu-i386";
|
|
|
|
cpus {
|
|
emulation,qemu-i386@0{
|
|
enabled;
|
|
on_mainboard;
|
|
device_type = "cpu";
|
|
name = "emulation,qemu-i386";
|
|
pcidomain = "0";
|
|
|
|
/* the I/O stuff */
|
|
northbridge,intel,440bx{
|
|
pcipath = "0,0";
|
|
southbridge,intel,piix4{
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
|
|
};
|
|
|
|
%%
|
|
|
|
struct mainboard_emulation_qemu_i386_config root = {
|
|
.nothing = 1,
|
|
};
|
|
|
|
|