Re: SoftFSB OCing 4 Linux (Dev)
If we look at lfsb, it has code for SMBus 2.0, but needs i2c-dev-> needs and SMBus driver like i2c_i801->they both need the linux kernel.
I don't think that it is reasonable or wise to try to gain access to the SMBus in a BootLoader, sure it can be done, however you turn your bootloader into a mini OS.
However, if you enumerate your SMBus as an ACPI device in the DSDT of your bios, you can then use ACPI code to R/W to your SMBus, but I believe this may limit to one off code for each Logic Board.
If we look past x86 Bios, EFI or OpenFirmware, these are Modular Mini OSes, that can Load and execute code from the HD, and with EFI it's C.
So, it's not really practical to try with GRUB, but could be done via ACPI and GRUB, I'm just not sure each Logic Board would not need it's own code.
|