index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
fw
/
csm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
csm: Don't check SMBios21Addr before calling copy_smbios_21()
Eduardo Habkost
2021-12-18
1
-1
/
+1
*
smbios: Rename code specific for SMBIOS 2.1 entry points
Eduardo Habkost
2021-12-18
1
-3
/
+3
*
csm: Fix boot priority translation
David Woodhouse
2019-06-28
1
-3
/
+20
*
csm: Sanitise alignment constraint in Legacy16GetTableAddress
David Woodhouse
2019-06-18
1
-2
/
+12
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
1
-1
/
+2
*
post: Always set HaveRunPost prior to setting any other global variable
Kevin O'Connor
2016-01-12
1
-0
/
+1
*
malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()
Kevin O'Connor
2015-10-15
1
-2
/
+2
*
memmap: Introduce SYMBOL() macro to access linker script symbols
Kevin O'Connor
2015-10-15
1
-2
/
+2
*
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
2015-10-15
1
-7
/
+7
*
Don't enable interrupts prior to IVT and PIC setup
Kevin O'Connor
2015-07-14
1
-0
/
+1
*
Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec update
David Woodhouse
2014-06-02
1
-0
/
+6
*
Remove the pmm handle argument from _malloc().
Kevin O'Connor
2013-12-27
1
-2
/
+2
*
Add qemu detection to csm
Gerd Hoffmann
2013-09-19
1
-0
/
+3
*
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
Kevin O'Connor
2013-09-18
1
-2
/
+0
*
Move standard bda type info from biosvar.h to std/bda.h.
Kevin O'Connor
2013-09-18
1
-1
/
+2
*
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
2013-09-18
1
-1
/
+0
*
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
Kevin O'Connor
2013-09-18
1
-1
/
+5
*
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
2013-09-18
1
-8
/
+9
*
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
2013-09-18
1
-2
/
+3
*
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
2013-09-18
1
-0
/
+1
*
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
2013-09-18
1
-1
/
+1
*
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
2013-09-02
1
-0
/
+330