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:
Blue Swirl
2009-01-12 17:47:56 +00:00
parent 4f2d4ae6f2
commit 3eda0189f0
6 changed files with 8 additions and 124 deletions

View File

@@ -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);
}