/[Development]
ViewVC logotype

Revision 1727


Jump to revision: Previous Next
Author: ebiederm
Date: Sat Oct 30 08:05:41 2004 UTC (8 years, 6 months ago)
Changed paths: 42
Log Message:
- To reduce confuse rename the parts of linuxbios bios that run from
  ram linuxbios_ram instead of linuxbios_c and linuxbios_payload...
- Reordered the linker sections so the LinuxBIOS fallback image can take more the 64KiB on x86
- ROM_IMAGE_SIZE now will work when it is specified as larger than 64KiB.
- Tweaked the reset16.inc and reset16.lds to move the sanity check to see if everything will work.
- Start using romcc's built in preprocessor (This will simplify header compiler checks)
- Add helper functions for examining all of the resources
- Remove debug strings from chip.h
- Add llshell to src/arch/i386/llshell (Sometime later I can try it...)
- Add the ability to catch exceptions on x86
- Add gdb_stub support to x86
- Removed old cpu options
- Added an option so we can detect movnti support
- Remove some duplicate definitions from pci_ids.h
- Remove the 64bit resource code in amdk8/northbridge.c in preparation for making it generic
- Minor romcc bug fixes


Changed paths

Path Details
Directorytrunk/LinuxBIOSv2/src/arch/i386/boot/linuxbios_table.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/arch/i386/init/ldscript.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/arch/i386/lib/Config.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/arch/i386/lib/c_start.S modified , text changed
Directorytrunk/LinuxBIOSv2/src/arch/i386/llshell/ added
Directorytrunk/LinuxBIOSv2/src/arch/i386/llshell/llshell.inc added
Directorytrunk/LinuxBIOSv2/src/arch/i386/llshell/readme.linuxbios added
Directorytrunk/LinuxBIOSv2/src/arch/ppc/init/ldscript.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/config/Config.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/config/Options.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/config/linuxbios_c.ld deleted
Directorytrunk/LinuxBIOSv2/src/config/linuxbios_ram.ld added
Directorytrunk/LinuxBIOSv2/src/cpu/amd/model_fxx/Config.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/amd/mtrr/amd_mtrr.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/amd/socket_940/Config.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/amd/socket_940/socket_940.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/intel/model_f0x/Config.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/intel/model_f1x/Config.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/intel/model_f2x/Config.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/intel/model_f3x/Config.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/x86/16bit/reset16.inc modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/x86/16bit/reset16.lds modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/x86/lapic/secondary.S modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/x86/mtrr/earlymtrr.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/cpu/x86/mtrr/mtrr.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/devices/device.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/devices/device_util.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/devices/root_device.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/include/delay.h modified , text changed
Directorytrunk/LinuxBIOSv2/src/include/device/device.h modified , text changed
Directorytrunk/LinuxBIOSv2/src/include/device/pci_ids.h modified , text changed
Directorytrunk/LinuxBIOSv2/src/include/device/resource.h modified , text changed
Directorytrunk/LinuxBIOSv2/src/mainboard/arima/hdama/Config.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/mainboard/arima/hdama/Options.lb modified , text changed
Directorytrunk/LinuxBIOSv2/src/mainboard/arima/hdama/mainboard.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/northbridge/amd/amdk8/coherent_ht.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/northbridge/amd/amdk8/northbridge.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/ram/ramtest.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/southbridge/amd/amd8111/amd8111.c modified , text changed
Directorytrunk/LinuxBIOSv2/src/superio/NSC/pc87360/superio.c modified , text changed
Directorytrunk/LinuxBIOSv2/targets/arima/hdama/Config.lb modified , text changed
Directorytrunk/LinuxBIOSv2/util/romcc/romcc.c modified , text changed

Stefan Reinauer">Stefan Reinauer
ViewVC Help
Powered by ViewVC 1.1.15