Files
system76-coreboot/src/northbridge/amd/gx2/raminit.h
Li-Ta Lo 108dd2c01e preliminary GX DRAM initization. It is not working yet.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2181 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2006-02-23 21:39:19 +00:00

11 lines
146 B
C

#ifndef RAMINIT_H
#define RAMINIT_H
#define DIMM_SOCKETS 2
struct mem_controller {
uint16_t channel0[DIMM_SOCKETS];
};
#endif /* RAMINIT_H */