From 91b5ed107369bb0f65028ccc973183bf0dcb8ae7 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Sat, 12 Jul 2003 01:35:24 +0000 Subject: - Commit a working spd based memory initialization routine git-svn-id: svn://svn.coreboot.org/coreboot/trunk@946 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/northbridge/amd/amdk8/raminit.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/northbridge/amd/amdk8/raminit.h (limited to 'src/northbridge/amd/amdk8/raminit.h') diff --git a/src/northbridge/amd/amdk8/raminit.h b/src/northbridge/amd/amdk8/raminit.h new file mode 100644 index 0000000000..6778243706 --- /dev/null +++ b/src/northbridge/amd/amdk8/raminit.h @@ -0,0 +1,11 @@ +#ifndef RAMINIT_H +#define RAMINIT_H + +struct mem_controller { + device_t f0, f1, f2, f3; + uint8_t channel0[4]; + uint8_t channel1[4]; +}; + + +#endif /* RAMINIT_H */ -- cgit v1.2.3