[LinuxBIOS] r377 - LinuxBIOSv3/include/arch/x86

Peter Stuge peter at stuge.se
Wed Jun 27 22:06:07 CEST 2007


On Wed, Jun 27, 2007 at 09:57:48PM +0200, svn at openbios.org wrote:
> +static inline void vrWrite(u16 wClassIndex, u16 wData)
> +static inline u16 vrRead(u16 wClassIndex)

Mixed case function names.

..

> +/* support functions */
> +u32 geode_link_speed(void);
> +void geodelx_msr_init(void);
> +void pll_reset(int manualconf, u32 pll_hi, u32 pll_lo);
> +void cpu_reg_init(int debug_clock_disable, u8 dimm0, u8 dimm1);
> +void system_preinit(void);
> +void msr_init(void);
>  #endif

Aren't the virtual register functions also support functions?


//Peter




More information about the coreboot mailing list