infrastructure updates

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1251 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2003-11-04 12:02:43 +00:00
parent 469bd43194
commit 0ce10c9629
1 changed files with 5 additions and 0 deletions

View File

@ -52,6 +52,11 @@ static unsigned int generate_row(uint8_t node, uint8_t row, uint8_t maxnodes)
return 0x00010101; /* default row entry */ return 0x00010101; /* default row entry */
} }
static inline void activate_spd_rom(const struct mem_controller *ctrl)
{
/* nothing here */
}
static inline int spd_read_byte(unsigned device, unsigned address) static inline int spd_read_byte(unsigned device, unsigned address)
{ {
return smbus_read_byte(device, address); return smbus_read_byte(device, address);