Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
e8f00eeca8cd5f463bc8f3b866078b1bf0cadbd0
/
src
/
config.h
217d363
Add config option to set boot menu delay time.
by Kevin O'Connor
· 14 years ago
592323f
Add LZMA decompression support to CBFS.
by Kevin O'Connor
· 14 years ago
ffb81a4
Add option CONFIG_DISABLE_A20 to control disabling A20 on boot.
by Kevin O'Connor
· 14 years ago
4c0c85a
Initial support for finding option roms in coreboot flash layout.
by Kevin O'Connor
· 14 years ago
75f49b3
Register int02 handler (nmi); disable NMI by default.
by Kevin O'Connor
· 14 years ago
6707c30
Support multiple independent root buses (if known at compile time).
by Kevin O'Connor
· 14 years ago
32945af
Don't 'autodetect' ATA PIO32 mode - use compile def instead.
by Kevin O'Connor
· 14 years ago
8e62a90
Increase default CONFIG_MAX_BIOSTABLE setting.
by Kevin O'Connor
· 14 years ago
eac894d
Don't mask irqs in default hardware irq handler.
by Kevin O'Connor
· 14 years ago
af473a4
Don't declare a handler for int 0x1c - the default handler is sufficient.
by Kevin O'Connor
· 14 years ago
b24c574
Add CONFIG_S3_RESUME to control support for S3 resume.
by Kevin O'Connor
· 14 years ago
df2c19a
Reserve space for buffers in f-segment; don't allocate from freespace.
by Kevin O'Connor
· 14 years ago
3085376
Move variables from assembler to C code.
by Kevin O'Connor
· 14 years ago
202024a
Layout fixed area using linker instead of assembler.
by Kevin O'Connor
· 14 years ago
7061eb6
Initial KVM support.
by Kevin O'Connor
· 14 years ago
8c0e372
The BDA is at segment 0x0040 not 0x0000.
by Kevin O'Connor
· 14 years ago
4d7c37e
Support a relocatable ebda segment.
by Kevin O'Connor
· 14 years ago
0c3068d
Initial PnP bios call support.
by Kevin O'Connor
· 14 years ago
ffdc9ee
Rework default hwirq handler so there is no confusion on which pic to eoi.
by Kevin O'Connor
· 14 years ago
9967ab7
Add initial S3 resume support.
by Kevin O'Connor
· 14 years ago
f5c1161
Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.
by Kevin O'Connor
· 14 years ago
e682cbc
Don't overwrite memory on smm init.
by Kevin O'Connor
· 14 years ago
a06bfb6
Execute smp detect code in place instead of copying it.
by Kevin O'Connor
· 14 years ago
6e5b4a4
Call option roms in "big real mode".
by Kevin O'Connor
· 14 years ago
62eea67
Add additional PCI option rom checks.
by Kevin O'Connor
· 14 years ago
bf5ff17
Move POST stack from 0xfffe to 0x7c00.
by Kevin O'Connor
· 15 years ago
be19cdc
Overhaul PCI config functions.
by Kevin O'Connor
· 15 years ago
ceea03c
Overhaul option rom processing.
by Kevin O'Connor
· 15 years ago
1492708
Move 32bit segment defines from romlayout.S to config.h.
by Kevin O'Connor
· 15 years ago
d995b3d
Update e820 map in place instead of copying it.
by Kevin O'Connor
· 15 years ago
eadf1ee
Place .bss section in 0xf0000 segment.
by Kevin O'Connor
· 15 years ago
cde7a58
Return max bus number in int 1a/b101 call.
by Kevin O'Connor
· 15 years ago
6cb8ba9
Remove CONFIG_QEMU option - breakout into other options.
by Kevin O'Connor
· 15 years ago
2ddcf18
Add config option to disable scanning for option roms.
by Kevin O'Connor
· 15 years ago
4096702
Add additional config options to remove parts of code.
by Kevin O'Connor
· 15 years ago
d381702
Add option to disable mptable generation.
by Kevin O'Connor
· 15 years ago
e3677b1
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
by Kevin O'Connor
· 15 years ago
9521e26
Extract 'struct bregs' out of biosvar.h; clean up header includes.
by Kevin O'Connor
· 15 years ago
3129984
Clean up #ifdefs.
by Kevin O'Connor
· 15 years ago
c541e1b
Add code (currently disabled) to mask run away irqs.
by Kevin O'Connor
· 15 years ago
15c1f22
Support config driven debugging of each irq handler.
by Kevin O'Connor
· 15 years ago
d8a1811
Add config option CONFIG_ACPI for turning off ACPI table generation.
by Kevin O'Connor
· 15 years ago
276d4a9
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
by Kevin O'Connor
· 15 years ago
22dfb85
Misc minor updates.
by Kevin O'Connor
· 15 years ago
7ba6b30
Support config option to disable APM BIOS calls.
by Kevin O'Connor
· 15 years ago
ac8df8c
Improve control of debug messages.
by Kevin O'Connor
· 15 years ago
0f803e4
PCI enhancements.
by Kevin O'Connor
· 15 years ago
f64f0db
Initial support for coreboot.
by Kevin O'Connor
· 15 years ago
7453453
Use a linker script for 16bit code.
by Kevin O'Connor
· 15 years ago
1812e20
Add support for sending debug messages to a serial port.
by Kevin O'Connor
· 15 years ago
d9b0659
This patch does:
by Kevin O'Connor
· 15 years ago
438f635
Minor cleanups.
by Kevin O'Connor
· 15 years ago
dfa1650
Breakout cdrom emulation support into CONFIG_CDROM_EMU.
by Kevin O'Connor
· 15 years ago
a0dc296
Basic support for PCI BIOS.
by Kevin O'Connor
· 15 years ago
47baa3c
Revert "This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS."
by Kevin O'Connor
· 15 years ago
3d02941
This patch adds the BIOS support for SMP, ACPI, PCI, SMM, SMBIOS.
by Kevin O'Connor
· 15 years ago
180a959
Get CDROM emulation working.
by Kevin O'Connor
· 15 years ago
941d3e4
Initial cd emulation code.
by Kevin O'Connor
· 15 years ago
c65a380
Bug fixes; get mouse working.
by Kevin O'Connor
· 15 years ago
44c631d
Enhance included bios tables.
by Kevin O'Connor
· 15 years ago
3491e8b
Initial support for ATA disks.
by Kevin O'Connor
· 15 years ago
bdce35f
Misc updates.
by Kevin O'Connor
· 15 years ago
38fcbfe
Version 0.1.2
by Kevin O'Connor
· 15 years ago
rel-0.1.2
f076a3e
Initial checkin.
by Kevin O'Connor
· 15 years ago
rel-0.1.0