aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Add tool for generating assembler offset definition file.Kevin O'Connor3-18/+61
2008-11-16Define bit definitions for cr0 register.Kevin O'Connor3-16/+27
2008-11-16Cleanup a20 code.Kevin O'Connor3-15/+19
2008-11-15Show PCI info when reporting ATA controllers.Kevin O'Connor1-2/+4
2008-11-12Increase debugging output in option rom processing.Kevin O'Connor1-2/+10
2008-11-11Disable a20 on 16bit calls.Kevin O'Connor1-5/+10
2008-11-11Move POST stack from 0xfffe to 0x7c00.Kevin O'Connor1-2/+2
2008-11-09Make sure to exit from cdrom_boot() if a cdrom is not found.Kevin O'Connor1-0/+3
2008-11-09Overhaul PCI config functions.Kevin O'Connor11-249/+235
2008-11-08Overhaul option rom processing.Kevin O'Connor3-54/+246
2008-11-08Move 32bit segment defines from romlayout.S to config.h.Kevin O'Connor2-15/+16
2008-11-08Synch pci ids and registers with Linux kernel source.Kevin O'Connor9-40/+3178
2008-11-08Avoid casting EBDA variables ipl.description and pir_loc.Kevin O'Connor6-9/+10
2008-11-08Update e820 map in place instead of copying it.Kevin O'Connor5-21/+26
2008-11-08Rework READx_SEG/WRITEx_SEG macro type detection.Kevin O'Connor1-52/+38
2008-11-08Support .bss variables in 16bit code (ones that the 32bit code can set).Kevin O'Connor1-0/+2
2008-11-08Add dprintf() status writes during startup of bios table inits.Kevin O'Connor5-0/+10
2008-11-07Place .bss section in 0xf0000 segment.Kevin O'Connor4-15/+5
2008-11-01Separate out and enhance option rom scanning code.Kevin O'Connor3-104/+170
2008-10-26Misc minor cleanups.Kevin O'Connor2-3/+3
2008-10-25Turn on cache as first step of post.Kevin O'Connor1-0/+5
2008-10-25Add support for more than 4Gig of ram.Kevin O'Connor5-24/+52
2008-10-25Synch ACPI DSDT with latest bochs bios.Kevin O'Connor2-301/+253
2008-10-25Add new QEMU code to access UUID.Kevin O'Connor2-16/+26
2008-10-25Set smbios cache handles - patch from bochs bios.Kevin O'Connor1-0/+7
2008-10-25Support pci init of both PIIX3 and PIIX4 - patch from bochs bios.Kevin O'Connor2-5/+9
2008-10-25Fix smbios bios_characteristics -- patch from bochs bios.Kevin O'Connor1-2/+2
2008-10-25Fix VMware backdoor command 0Ah - patch from bochs bios.Kevin O'Connor1-13/+13
2008-10-25Update F11/F12 scan codes from bochs bios.Kevin O'Connor2-3/+3
2008-10-25Supply vga register names for BDA.Kevin O'Connor1-5/+17
2008-10-25Use defines for PCI ids.Kevin O'Connor5-12/+27
2008-08-31Use PCI bus scan to find all ATA controllers. Several IDE fixes.Kevin O'Connor4-84/+109
2008-08-31Rename pci_find_class() to pci_find_classprog(), and add new functions.Kevin O'Connor3-8/+50
2008-08-29Print out percentage of space used for bios tables during boot.Kevin O'Connor1-4/+7
2008-08-29Fix bug in dprintf - isdigit had sign overflow problem.Kevin O'Connor1-1/+1
2008-08-29Create a dummy smbios table in coreboot environments.Kevin O'Connor2-0/+7
2008-08-29Rename memcpy() to memcpy_far() and add regular memcpy() code.Kevin O'Connor5-4/+14
2008-08-29Use ALIGN() macro in place of open-coded aligns.Kevin O'Connor2-5/+4
2008-08-17Set bx/dx to 0xffff on option rom call.rel-0.3.0Kevin O'Connor1-1/+3
2008-08-17Disable floppy access when coreboot enabled.Kevin O'Connor1-0/+3
2008-08-17Misc minor improvements.Kevin O'Connor4-10/+10
2008-08-17Add stubs for VIA vga bios callbacks to system bios.Kevin O'Connor3-0/+69
2008-08-17Return max bus number in int 1a/b101 call.Kevin O'Connor3-9/+9
2008-08-17Remove CONFIG_QEMU option - breakout into other options.Kevin O'Connor4-28/+23
2008-08-17Improve smp detection code.Kevin O'Connor2-6/+16
2008-07-21Support ps2 port RESET commands that respond with 1 or 2 bytes.Kevin O'Connor4-6/+10
2008-07-21Add debugging for unknown keyboard (int 16) calls.Kevin O'Connor1-0/+7
2008-07-21Shrink size of bx_panic when CONFIG_DEBUG_LEVEL is off.Kevin O'Connor1-4/+6
2008-07-21Add config option to disable scanning for option roms.Kevin O'Connor2-0/+5
2008-07-21Add additional config options to remove parts of code.Kevin O'Connor9-1/+64