mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Add a clock-frequency node
git-svn-id: svn://coreboot.org/openbios/openbios-devel@210 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -413,6 +413,11 @@ void arch_nvram_get(char *data)
|
||||
push_str("idprom");
|
||||
fword("property");
|
||||
|
||||
PUSH(500 * 1000 * 1000);
|
||||
fword("encode-int");
|
||||
push_str("clock-frequency");
|
||||
fword("property");
|
||||
|
||||
push_str("/memory");
|
||||
fword("find-device");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user