Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
b840ba996d9f90a213335ea18c9d620391b745d6
b840ba9
Integrate qemu_cfg_preinit() into qemu_romfile_init().
by Kevin O'Connor
· 11 years ago
fe09030
Process fw_cfg e820 entries during the fw_cfg setup stage.
by Kevin O'Connor
· 11 years ago
f9e4e37
Convert fw_cfg NUMA entries into a romfile entry.
by Kevin O'Connor
· 11 years ago
56c5089
Convert basic integer fw_cfg entries into romfile entries.
by Kevin O'Connor
· 11 years ago
de9e705
Convert fw_cfg SMBIOS entries into romfile entries.
by Kevin O'Connor
· 11 years ago
188d994
Convert fw_cfg ACPI entries into romfile entries.
by Kevin O'Connor
· 11 years ago
c40e3fa
Support skipping content when reading from QEMU fw_cfg romfile entries.
by Kevin O'Connor
· 11 years ago
4b1d2be
Unify return path for CSM to go via csm_return()
by David Woodhouse
· 11 years ago
dbdb773
Use find_pmtimer() after copying coreboot ACPI tables
by David Woodhouse
· 11 years ago
f34f069
Use find_pmtimer() after copying Xen ACPI tables
by David Woodhouse
· 11 years ago
31fe26e
Move find_pmtimer() to ACPI table setup where it logically belongs
by David Woodhouse
· 11 years ago
473013a
Don't calibrate TSC if PMTIMER is already set up
by David Woodhouse
· 11 years ago
38c2ebf
Fix rom_reserve()/rom_confirm() for CSM oprom dispatch
by David Woodhouse
· 11 years ago
616fb27
Update tools/acpi_extract.py to handle iasl 20130117 release.
by Kevin O'Connor
· 11 years ago
3a735ba
The mathcp setup touches the PIC and thus move to the "setup" phase.
by Kevin O'Connor
· 11 years ago
9f08c90
Start device_hardware_setup in mainint even with CONFIG_THREAD_OPTIONROMS.
by Kevin O'Connor
· 11 years ago
5dbf173
Only perform SMP setup on QEMU.
by Kevin O'Connor
· 11 years ago
4edda08
Minor - move definitions to paravirt.c from paravirt.h.
by Kevin O'Connor
· 11 years ago
7b5bc50
Convert kvm_para_available() to runningOnKVM().
by Kevin O'Connor
· 11 years ago
897fb11
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
by Kevin O'Connor
· 11 years ago
02313b2
Add runningOnQEMU() and runningOnXen() for runtime platform detection.
by Kevin O'Connor
· 11 years ago
b5c7da6
No need to check both CONFIG_THREADS and CONFIG_THREAD_OPTIONROMS.
by Kevin O'Connor
· 11 years ago
0f6198a
Determine century during init and store in VARLOW mem during runtime.
by Kevin O'Connor
· 11 years ago
5d47eb4
Enable PMTIMER for CSM build
by David Woodhouse
· 11 years ago
3219dfa
Add find_pmtimer() function
by David Woodhouse
· 11 years ago
c0a2284
Add README.CSM
by David Woodhouse
· 11 years ago
b1885fc
Undo incorrect assumptions about Xen in commit 6ca0460f.
by Kevin O'Connor
· 11 years ago
9e4d41c
POST: Move cpu caching and dma setup to platform_hardware_setup().
by Kevin O'Connor
· 11 years ago
6ca0460
POST: Reorganize post entry and "preinit" functions.
by Kevin O'Connor
· 11 years ago
8ed2e53
POST: Move QEMU specific ramsize and BIOS table setup to paravirt.c.
by Kevin O'Connor
· 11 years ago
118469a
Add CSM support
by David Woodhouse
· 11 years ago
a3c48f5
Ensure exported symbols are visible in the final link
by Kevin O'Connor
· 11 years ago
fbdbb4b
Add pic_save_mask() and pic_restore_mask() functions
by David Woodhouse
· 11 years ago
a82be56
Complete and checksum EFI_COMPATIBILITY16_TABLE at build time
by David Woodhouse
· 11 years ago
72f7885
Import LegacyBios.h from OVMF
by David Woodhouse
· 11 years ago
38b24db
Export copy_smbios() from biostables.c
by David Woodhouse
· 11 years ago
5c8dd96
Export callrom() for CSM to use
by David Woodhouse
· 11 years ago
a216451
post: Export functions which will be used individually by CSM
by David Woodhouse
· 11 years ago
bc62809
Support calling a function other than maininit() from reloc_preinit().
by Kevin O'Connor
· 11 years ago
13fd0a5
Fix rebase error in commit 8a0a972f that broke LOWMEM variables.
by Kevin O'Connor
· 11 years ago
749965c
Clean up #if in pirtable.c. CONFIG_PIRTABLE can't be set if CONFIG_COREBOOT is
by David Woodhouse
· 11 years ago
02e94c1
Add macros for pushing and popping struct bregs
by David Woodhouse
· 11 years ago
8a0a972
POST: Reorganize post init functions for better grouping and reusability.
by Kevin O'Connor
· 11 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 11 years ago
88ab34e
Minor: Update README - variable changes are now reset on soft-reboots.
by Kevin O'Connor
· 11 years ago
6156afe
pmm: Use 'struct segoff_s' in pmm header.
by Kevin O'Connor
· 11 years ago
4bd8aeb
vgabios: implement AX=1120H..1124H functions
by Paolo Bonzini
· 11 years ago
rel-1.7.2
54ae543
boot: Support "halt" in the boot order to prevent default boot attempts.
by Kevin O'Connor
· 11 years ago
261e870
megasas: Invert PCI device selection
by Hannes Reinecke
· 11 years ago
57174c7
Minor: Separate UUID display from F12 boot prompt.
by Kevin O'Connor
· 11 years ago
9c6fb72
display_uuid(): fix incomplete check after the loop
by Laszlo Ersek
· 11 years ago
a810e4e
acpi: Use prt_slot() macro to describe irq pins of first PCI device.
by Kevin O'Connor
· 11 years ago
f64a472
acpi: reintroduce LNKS
by Paolo Bonzini
· 11 years ago
37676f8
maininit(): print machine UUID under seabios version message
by Laszlo Ersek
· 11 years ago
c39a272
Add compile checking phase to build.
by Kevin O'Connor
· 11 years ago
fa2eacb
Don't use gcc's -combine option.
by Kevin O'Connor
· 11 years ago
3ffa8cc
Don't recursively evaluate CFLAGS variables.
by Kevin O'Connor
· 11 years ago
f9c3072
vga: Minor comment spelling fix.
by Kevin O'Connor
· 11 years ago
ff5e005
floppy: Minor - reduce handle_0e code size when CONFIG_FLOPPY is disabled.
by Kevin O'Connor
· 11 years ago
e8a76b0
acpi: drop irq 8 from hpet ressources
by Gerd Hoffmann
· 11 years ago
f92f833
acpi: Minor - merge the two dsdt ISA areas into one ISA area.
by Kevin O'Connor
· 11 years ago
7a53595
acpi: fix COM2._UID
by Gerd Hoffmann
· 11 years ago
e8b6910
acpi: reorder PX13 + ISA
by Gerd Hoffmann
· 11 years ago
c104aa8
acpi: PCI routing DSDT simplifications.
by Kevin O'Connor
· 11 years ago
f0cd3a9
ACPI: Delineate q35 ACSP DSL code into sections.
by Kevin O'Connor
· 11 years ago
dabe193
ACPI: Move q35 PCI irq definitions together.
by Kevin O'Connor
· 11 years ago
bb43027
ACPI: Move PCI0 hotplug and irq definitions to there respective areas.
by Kevin O'Connor
· 11 years ago
298fce9
ACPI: Remove unnecessary Return(One) calls from q35 DSDT.
by Kevin O'Connor
· 11 years ago
e9e7ab4
acpi: Reindent DSDT code.
by Kevin O'Connor
· 11 years ago
f051a76
acpi: move isa devices to separate file [q35]
by Gerd Hoffmann
· 11 years ago
7e269b4
acpi: add mcfg table for mmconfig
by Gerd Hoffmann
· 11 years ago
3d11108
q35: fix default vga address
by Gerd Hoffmann
· 11 years ago
8d74497
acpi: move isa devices to separate file
by Gerd Hoffmann
· 11 years ago
fb87c19
acpi: rework enable bits
by Gerd Hoffmann
· 11 years ago
f50a55c
acpi: move cpu hotplug to separate file [q35]
by Gerd Hoffmann
· 11 years ago
3aab6ff
acpi: move cpu hotplug to separate file
by Gerd Hoffmann
· 11 years ago
aa3defc
acpi: move \_SB.PCI0._CRS to separate file [q35]
by Gerd Hoffmann
· 11 years ago
20886ab
acpi: move \_SB.PCI0._CRS to separate file
by Gerd Hoffmann
· 11 years ago
7464aea
acpi: move \_SB.HPET to separate file [q35]
by Gerd Hoffmann
· 11 years ago
4dfa547
acpi: move \_SB.HPET to separate file
by Gerd Hoffmann
· 11 years ago
beaedaa
acpi: move DBUG() to separate file [q35]
by Gerd Hoffmann
· 11 years ago
0e25a25
acpi: move DBUG() to separate file
by Gerd Hoffmann
· 11 years ago
2114f50
seabios: q35: Register PCI IRQs as active high in APIC mode
by Jan Kiszka
· 11 years ago
ecbe3fd
seabios: q35: add dsdt
by Isaku Yamahata
· 11 years ago
72a590e
seabios: add q35 initialization functions.
by Isaku Yamahata
· 11 years ago
d146ab8
seabios: pci: enable SERR of normal device.
by Isaku Yamahata
· 11 years ago
229e8e2
seabios: acpi, fadt: make while fadt initialization chipset specific
by Isaku Yamahata
· 11 years ago
a39a9c3
seabios: make mttr UC area setup dynamic
by Jason Baron
· 11 years ago
8b73b83
floppy: Allow floppy code to be used with coreboot.
by Kevin O'Connor
· 11 years ago
ef71989
floppy: Minor cleanup - reduce some cut-and-paste code.
by Kevin O'Connor
· 11 years ago
b1c35f2
pciinit: Align start of PCI memory on i440 chipset.
by Kevin O'Connor
· 11 years ago
31dcfb0
Collapse PCI device tables in pci_bios_init_devices().
by Kevin O'Connor
· 11 years ago
68513ab
esp: enable busmaster
by Paolo Bonzini
· 11 years ago
7d05257
lsi: enable busmaster
by Gerd Hoffmann
· 11 years ago
2df70bf
megasas: Add boot support for LSI MegaRAID SAS
by Hannes Reinecke
· 11 years ago
d9f5cdb
DSDT: Fix HPET _CRS Method
by Gabriel L. Somlo
· 11 years ago
9600c80
config: add coreboot / qemu choice
by Gerd Hoffmann
· 11 years ago
475ce3f
ACPI: Remove unnecessary Return(One) calls from DSDT.
by Kevin O'Connor
· 11 years ago
9474a35
Provide correct dpte pointer to indicate absence of dpte
by Bruce Rogers
· 11 years ago
02203b5
geodevga: Setup flat panel if needed
by Christian Gmeiner
· 11 years ago
Next »