diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:16:19 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:16:19 +0000 |
commit | 9a796d1ffbc3fb9a5df5a7383628fc28ae50a27c (patch) | |
tree | b73ad687bc3f031b8ad9673b6acc623c8036e94c /src/mainboard | |
parent | 897c78bd152084e56c32206f76f5725e20ae6a9d (diff) |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-48
Creator: Ronald G. Minnich <rminnich@lanl.gov>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1964 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/digitallogic/msm586seg/auto.c | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/src/mainboard/digitallogic/msm586seg/auto.c b/src/mainboard/digitallogic/msm586seg/auto.c index 388817f5cf..68013f87ee 100644 --- a/src/mainboard/digitallogic/msm586seg/auto.c +++ b/src/mainboard/digitallogic/msm586seg/auto.c @@ -47,26 +47,13 @@ static inline int spd_read_byte(unsigned device, unsigned address) static void main(unsigned long bist) { -/* - static const struct mem_controller memctrl[] = { - { - .d0 = PCI_DEV(0, 0, 0), - .channel0 = { (0xa<<3)|0, 0 }, - }, - }; -*/ -/* - if (bist == 0) { - early_mtrr_init(); - } - */ setupsc520(); uart_init(); console_init(); -// while(1) + // while(1) print_err("HI THERE!\r\n"); - sizemem(); +// sizemem(); // staticmem(); print_err("STATIC MEM DONE\r\n"); |