mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
Use ESCC for PowerMac serial
git-svn-id: svn://coreboot.org/openbios/openbios-devel@392 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
#include "macio.h"
|
||||
#include "cuda.h"
|
||||
#include "escc.h"
|
||||
|
||||
#define IO_NVRAM_SIZE 0x00020000
|
||||
#define IO_NVRAM_OFFSET 0x00060000
|
||||
@@ -137,4 +138,5 @@ ob_macio_init(const char *path, uint32_t addr)
|
||||
|
||||
cuda_init(path, addr);
|
||||
macio_nvram_init(path, addr);
|
||||
escc_init(path, addr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user