Re: [LinuxBIOS] [LinuxBIOSv2] WIP Support for RCA RM4100 - i82830 Complete

2007-09-29 Thread joe
Quoting Uwe Hermann <[EMAIL PROTECTED]>: >> +/* First check if a DIMM is actually present. */ >> +if (spd_read_byte(device, 2) == 0x4) { >> +print_debug("Found DIMM in slot "); >> +print_debug_hex8(i); >> +print_de

Re: [LinuxBIOS] [LinuxBIOSv2] WIP Support for RCA RM4100 - i82830 Complete

2007-09-18 Thread Uwe Hermann
On Tue, Sep 18, 2007 at 04:16:24PM -0400, Corey Osgood wrote: > Yeah, just blame it all on me ;) I'd like to see this sneak in as well, > wouldn't be the first time a port that wasn't quite finished was committed. Yeah, true. Let's commit it when the issues from the review(s) are resolved. > >>

Re: [LinuxBIOS] [LinuxBIOSv2] WIP Support for RCA RM4100 - i82830 Complete

2007-09-18 Thread joe
Quoting Corey Osgood <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: >> Quoting Uwe Hermann <[EMAIL PROTECTED]>: >> >>> I'd like to wait with committing until (a) a few issues are resolved, >>> and (b) the board boots up to a Linux login prompt, if possible. >>> >>> >> Ok but the problem now is re

Re: [LinuxBIOS] [LinuxBIOSv2] WIP Support for RCA RM4100 - i82830 Complete

2007-09-18 Thread Corey Osgood
[EMAIL PROTECTED] wrote: > Quoting Uwe Hermann <[EMAIL PROTECTED]>: > >> I'd like to wait with committing until (a) a few issues are resolved, >> and (b) the board boots up to a Linux login prompt, if possible. >> >> > Ok but the problem now is related to the Southbridge i82801DB not > an

Re: [LinuxBIOS] [LinuxBIOSv2] WIP Support for RCA RM4100 - i82830 Complete

2007-09-18 Thread joe
Quoting Uwe Hermann <[EMAIL PROTECTED]>: > > I'd like to wait with committing until (a) a few issues are resolved, > and (b) the board boots up to a Linux login prompt, if possible. > Ok but the problem now is related to the Southbridge i82801DB not anything I have written. > > >> Index: src/main

Re: [LinuxBIOS] [LinuxBIOSv2] WIP Support for RCA RM4100 - i82830 Complete

2007-09-18 Thread Uwe Hermann
On Mon, Sep 17, 2007 at 10:34:35PM -0400, [EMAIL PROTECTED] wrote: > Here you go Uwe, > i82830 northbridge code is done. Works great. Note: Checkout the generic > spd_get_dimm_size()function in raminit.c, there is a pretty cool way to get > each side of a dimm's size only using SPD 5 and 31 (orig

Re: [LinuxBIOS] [LinuxBIOSv2] WIP Support for RCA RM4100 - i82830 Complete

2007-09-17 Thread Corey Osgood
[EMAIL PROTECTED] wrote: > Here you go Uwe, > i82830 northbridge code is done. Works great. Note: Checkout the > generic spd_get_dimm_size()function in raminit.c, there is a pretty > cool way to get each side of a dimm's size only using SPD 5 and 31 > (original idea from Corey, Thanks). Works for d