Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
dc88f9b72df52b22c35b127b80c487e0b6fca4af
/
src
/
config.h
dc88f9b
malloc: use large ZoneHigh when there is enough memory
by Gerd Hoffmann
· 1 year, 5 months ago
d6728f3
add serial console support
by Gerd Hoffmann
· 6 years ago
9d691ac
optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED
by Kevin O'Connor
· 7 years ago
9ee2e26
mptable: Don't create mptable if it is very large
by Kevin O'Connor
· 8 years ago
b310dfa
Implementation of the TCG BIOS extensions
by Stefan Berger
· 9 years ago
0673b78
smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.
by Kevin O'Connor
· 9 years ago
31bcda2
smm: Use a C struct to define the layout of the SMM area.
by Kevin O'Connor
· 9 years ago
f4c511c
smm: Replace SMI assembler code with C code.
by Kevin O'Connor
· 9 years ago
028f348
Minor - replace some tab characters that slipped into the code.
by Kevin O'Connor
· 9 years ago
ed8b2fb
Increase maximum size of permanent high memory area.
by Kevin O'Connor
· 10 years ago
d838815
mptable: Use same PCI irqs as ACPI code.
by Kevin O'Connor
· 11 years ago
922aa1b
Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.
by Kevin O'Connor
· 11 years ago
e52ad39
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
by Kevin O'Connor
· 11 years ago
6d15264
Eliminate separate BiosTableSpace[] space for f-segment allocations.
by Kevin O'Connor
· 11 years ago
a39a9c3
seabios: make mttr UC area setup dynamic
by Jason Baron
· 11 years ago
e39b938
report real I/O APIC ID (0) on MADT and MP-table (v3)
by Eduardo Habkost
· 11 years ago
5e01908
Allow optionroms and "low mem" to share space.
by Kevin O'Connor
· 11 years ago
46b8262
Add mechanism to declare variables as "low mem" and use for extra stack.
by Kevin O'Connor
· 11 years ago
9c98517
Use the e-segment instead of the 9-segment for bios "low mem".
by Kevin O'Connor
· 11 years ago
e5e5f96
pciinit: Migrate 64bit entries to 64bit pci regions
by Alexey Korolev
· 11 years ago
7859eda
Minor - move ACPI_HPET_ADDRESS definition to config.h.
by Kevin O'Connor
· 12 years ago
32f0387
Allow allocation of SMBIOS table in f-segment if it is small.
by Kevin O'Connor
· 12 years ago
77b8536
pci: set BUILD_PCIMEM_START to 0xe0000000
by Gerd Hoffmann
· 12 years ago
60a348b
pci: cleanup config.h
by Gerd Hoffmann
· 12 years ago
96f64f8
Remove support for compiling in OPTIONROM_VENDEV_1/2.
by Kevin O'Connor
· 12 years ago
1efb10b
Expand user configurable parameters in Kconfig.
by Kevin O'Connor
· 13 years ago
3dba4c2
Support non-local build directory - allow "make OUT=abc/" to work.
by Kevin O'Connor
· 13 years ago
713be89
Start using Kconfig to configure SeaBIOS settings.
by Kevin O'Connor
· 13 years ago
d52fdf6
add ahci support
by Gerd Hoffmann
· 13 years ago
7f55fd3
Move the 32bit init code to high memory at runtime.
by Kevin O'Connor
· 13 years ago
48f5f8b
Default bootsplash on (for coreboot users).
by Kevin O'Connor
· 13 years ago
8d85eb1
Autodetect video mode based on bootsplash jpeg dimensions.
by Kevin O'Connor
· 13 years ago
0a8eada
seabios: pciinit: make pci bar assigner preferchable memory aware.
by Isaku Yamahata
· 13 years ago
afbed1b
Initial bootsplash support.
by Kevin O'Connor
· 13 years ago
89acfa3
Support for booting from virtio disks
by Gleb Natapov
· 13 years ago
0e88576
Add support for USB mice.
by Kevin O'Connor
· 13 years ago
d9c9361
Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.
by Kevin O'Connor
· 14 years ago
190cc62
Add USB EHCI controller support.
by Kevin O'Connor
· 14 years ago
8f469b9
Dynamically allocate ata_channel info; introduce custom atadrive_s struct.
by Kevin O'Connor
· 14 years ago
7149fc8
Initial support for booting from USB drives.
by Kevin O'Connor
· 14 years ago
d7e998f
Dynamically allocate each drive_g with malloc_fseg().
by Kevin O'Connor
· 14 years ago
54671c1
Initial support for USB hubs.
by Kevin O'Connor
· 14 years ago
2d3f0f5
Go back to using 0xf0000000 for PCI memory start.
by Kevin O'Connor
· 14 years ago
4d07902
Add CONFIG_ATA_DMA option; default to off for now.
by Kevin O'Connor
· 14 years ago
c003148
Implement native 32bit APM support.
by Kevin O'Connor
· 14 years ago
871e0a0
Add support for 32bit PCI BIOS entry.
by Kevin O'Connor
· 14 years ago
afc02da
Add symbolic definitions for MTRR code.
by Kevin O'Connor
· 14 years ago
bb62705
Disable CONFIG_OPTIONROMS_DEPLOYED by default
by Anthony Liguori
· 14 years ago
dfefeb5
Distinguish between debug reports for unimplemented vs invalid calls.
by Kevin O'Connor
· 14 years ago
5787748
Move ps2 specific keyboard and mouse code to ps2port.c.
by Kevin O'Connor
· 14 years ago
9803280
Add experimental feature to run vga optionrom in parallel with init.
by Kevin O'Connor
· 14 years ago
494dfc6
Move SeaBIOS post/boot stack to avoid conflict with gPXE.
by Kevin O'Connor
· 14 years ago
c604f2f
Improve debugging output from threads.
by Kevin O'Connor
· 14 years ago
a5826b5
Add simple cooperative threading scheme to allow parallel hw init.
by Kevin O'Connor
· 14 years ago
1c46a54
Expand USB OHCI support.
by Kevin O'Connor
· 14 years ago
59f0283
Add stubs for USB OHCI support.
by Kevin O'Connor
· 14 years ago
1bfcc76
Remove CONFIG_KVM compile option.
by Kevin O'Connor
· 14 years ago
114592f
Initial support for USB, UHCI, and USB Keyboards.
by Kevin O'Connor
· 14 years ago
f416fe9
Add support for permanent low memory allocations.
by Kevin O'Connor
· 14 years ago
a3855ad
Add support for using floppy images in CBFS.
by Kevin O'Connor
· 14 years ago
0a0e42e
Add floppy controllers to "drives" list also.
by Kevin O'Connor
· 14 years ago
c892b13
Separate ATA code from generic disk code.
by Kevin O'Connor
· 14 years ago
b9e62d2
Add option CONFIG_SCREEN_AND_DEBUG to control printf and debugging.
by Kevin O'Connor
· 14 years ago
0bf9270
Add Post Memory Manager (PMM) support.
by Kevin O'Connor
· 14 years ago
e54ee38
Add PMM stubs.
by Kevin O'Connor
· 14 years ago
e773930
Add support for enabling ram in 0xc0000-0xf0000 area.
by Kevin O'Connor
· 14 years ago
2929c35
Add malloc_high/fseg() and rework bios table creation to use them.
by Kevin O'Connor
· 14 years ago
3528496
When enabling write access to 0xf0000, just copy from 0xffff0000.
by Kevin O'Connor
· 14 years ago
d282af7
Add option for running vga rom during s3 resume.
by Kevin O'Connor
· 14 years ago
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
· 15 years ago
6707c30
Support multiple independent root buses (if known at compile time).
by Kevin O'Connor
· 15 years ago
32945af
Don't 'autodetect' ATA PIO32 mode - use compile def instead.
by Kevin O'Connor
· 15 years ago
8e62a90
Increase default CONFIG_MAX_BIOSTABLE setting.
by Kevin O'Connor
· 15 years ago
eac894d
Don't mask irqs in default hardware irq handler.
by Kevin O'Connor
· 15 years ago
af473a4
Don't declare a handler for int 0x1c - the default handler is sufficient.
by Kevin O'Connor
· 15 years ago
b24c574
Add CONFIG_S3_RESUME to control support for S3 resume.
by Kevin O'Connor
· 15 years ago
df2c19a
Reserve space for buffers in f-segment; don't allocate from freespace.
by Kevin O'Connor
· 15 years ago
3085376
Move variables from assembler to C code.
by Kevin O'Connor
· 15 years ago
202024a
Layout fixed area using linker instead of assembler.
by Kevin O'Connor
· 15 years ago
7061eb6
Initial KVM support.
by Kevin O'Connor
· 15 years ago
8c0e372
The BDA is at segment 0x0040 not 0x0000.
by Kevin O'Connor
· 15 years ago
4d7c37e
Support a relocatable ebda segment.
by Kevin O'Connor
· 15 years ago
0c3068d
Initial PnP bios call support.
by Kevin O'Connor
· 15 years ago
ffdc9ee
Rework default hwirq handler so there is no confusion on which pic to eoi.
by Kevin O'Connor
· 15 years ago
9967ab7
Add initial S3 resume support.
by Kevin O'Connor
· 15 years ago
f5c1161
Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.
by Kevin O'Connor
· 15 years ago
e682cbc
Don't overwrite memory on smm init.
by Kevin O'Connor
· 15 years ago
a06bfb6
Execute smp detect code in place instead of copying it.
by Kevin O'Connor
· 15 years ago
6e5b4a4
Call option roms in "big real mode".
by Kevin O'Connor
· 15 years ago
62eea67
Add additional PCI option rom checks.
by Kevin O'Connor
· 15 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
Next »