Gitiles
Code Review
Sign In
review.coreboot.org
/
coreboot
/
a4ffe8aa4981130b240eee5ed22c5bbfa1c7598b
/
.
/
src
/
northbridge
/
amd
/
gx2
/
raminit.h
blob: a49bf208868d34dd6f709a41506c04cef698b67e [
file
] [
log
] [
blame
]
#ifndef
RAMINIT_H
#define
RAMINIT_H
#define
DIMM_SOCKETS
2
struct
mem_controller
{
uint16_t
channel0
[
DIMM_SOCKETS
];
};
void
sdram_initialize
(
int
controllers
,
const
struct
mem_controller
*
ctrl
);
#endif
/* RAMINIT_H */