Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
31bcda20eff45de7fdd2aad30d42f28165ccd69a
/
src
/
fw
/
smm.c
31bcda2
smm: Use a C struct to define the layout of the SMM area.
by Kevin O'Connor
· 10 years ago
f4c511c
smm: Replace SMI assembler code with C code.
by Kevin O'Connor
· 10 years ago
2126994
smm: unify SMM handlers
by Paolo Bonzini
· 10 years ago
457ba42
smm: complete SMM setup
by Paolo Bonzini
· 10 years ago
40d0312
piix: add and use dev-piix.h
by Paolo Bonzini
· 10 years ago
a217de9
acpi: remove PORT_ACPI_PM_BASE constant
by Gerd Hoffmann
· 10 years ago
4a3f195
smm: remove code to handle ACPI disable/enable
by Paolo Bonzini
· 10 years ago
028f348
Minor - replace some tab characters that slipped into the code.
by Kevin O'Connor
· 10 years ago
4ade523
Remove ioport.h; disperse its contents to other header files.
by Kevin O'Connor
· 10 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 10 years ago
fa9c66a
Rename util.c to string.c and introduce string.h.
by Kevin O'Connor
· 10 years ago
b9c6a96
Split x86 specific functions out of util.c/h to new files x86.c/h.
by Kevin O'Connor
· 10 years ago
ccee6e8
Move code cenetered around firmware initialization to src/fw/
by Kevin O'Connor
· 10 years ago
[Renamed from src/smm.c]
5d369d8
Move code centered around specific hardware devices to src/hw/
by Kevin O'Connor
· 10 years ago
fd459e8
Minor cleanups to smm assembler.
by Kevin O'Connor
· 10 years ago
cdbac7f
smm: Don't use PCIDevices list in smm_setup().
by Kevin O'Connor
· 11 years ago
a2a86e2
Group QEMU platform setup together and move to paravirt.c.
by Kevin O'Connor
· 11 years ago
897fb11
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
by Kevin O'Connor
· 11 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 11 years ago
72a590e
seabios: add q35 initialization functions.
by Isaku Yamahata
· 11 years ago
12c991e
SMM: Disable use of SMM when running under Xen
by Ian Campbell
· 11 years ago
0cd7005
Convert pci_find_device/class to use 'struct pci_device'.
by Kevin O'Connor
· 12 years ago
278b19f
Convert pci_init_device to use 'struct pci_device'.
by Kevin O'Connor
· 12 years ago
6e4583c
Remove dev-i440fx.c/h - move code closer to its callers.
by Kevin O'Connor
· 12 years ago
aec19c9
seabios: smm: move out piix4 specific smram logic to dev-i440fx.c
by Isaku Yamahata
· 13 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 14 years ago
52a300f
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
by Kevin O'Connor
· 14 years ago
c069394
Do garbage collection of unused sections.
by Kevin O'Connor
· 15 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 15 years ago
4bbd3b3
Minor - don't call smm_init() from init_bios_tables()
by Kevin O'Connor
· 15 years ago
e682cbc
Don't overwrite memory on smm init.
by Kevin O'Connor
· 15 years ago
4132e02
Don't allow start_bdf with new auto max bus detection code.
by Kevin O'Connor
· 15 years ago
be19cdc
Overhaul PCI config functions.
by Kevin O'Connor
· 15 years ago
2ed2f58
Synch pci ids and registers with Linux kernel source.
by Kevin O'Connor
· 15 years ago
7b49cd9
Add dprintf() status writes during startup of bios table inits.
by Kevin O'Connor
· 15 years ago
415c2dc
Use defines for PCI ids.
by Kevin O'Connor
· 15 years ago
4096702
Add additional config options to remove parts of code.
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
f7ba6d7
Separate SMM code into its own file (smm.c from rombios32.c).
by Kevin O'Connor
· 15 years ago
ef5789e
Revert "Commit missing files from last commit."
by Kevin O'Connor
· 16 years ago
a75284d
Commit missing files from last commit.
by Kevin O'Connor
· 16 years ago