Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
ebf03f7fb15a3d04950a96e62901e420c2e2d425
/
src
/
coreboot.c
ebf03f7
coreboot: add cbmem console support
by Gerd Hoffmann
· 9 years ago
9598386
tweak coreboot qemu detection
by Gerd Hoffmann
· 9 years ago
1f20982
coreboot: add qemu detection
by Gerd Hoffmann
· 9 years ago
4158c8c
Use container_of on romfile entries.
by Kevin O'Connor
· 9 years ago
d304fe4
Rename find_pmtimer() to find_acpi_features()
by David Woodhouse
· 9 years ago
f85e4bc
Calculate "RamSize" needed by 16bit interface dynamically.
by Kevin O'Connor
· 9 years ago
a2a86e2
Group QEMU platform setup together and move to paravirt.c.
by Kevin O'Connor
· 9 years ago
c40e3fa
Support skipping content when reading from QEMU fw_cfg romfile entries.
by Kevin O'Connor
· 9 years ago
dbdb773
Use find_pmtimer() after copying coreboot ACPI tables
by David Woodhouse
· 9 years ago
897fb11
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
by Kevin O'Connor
· 9 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 9 years ago
b306459
Use cpu_to_be32() (and related) instead of htonl (and related).
by Kevin O'Connor
· 10 years ago
7a88c87
Remove SMBIOS generation on coreboot hack.
by Kevin O'Connor
· 10 years ago
4d053eb
Minor - collect biostable copy code into new func copy_table().
by Kevin O'Connor
· 10 years ago
59d6ca5
Cache romfile entries.
by Kevin O'Connor
· 10 years ago
d314083
Convert disk code EBDA variables to VARLOW variables.
by Kevin O'Connor
· 10 years ago
bf079e1
Increase the debug level of several frequent dprintf() statements.
by Kevin O'Connor
· 10 years ago
0214515
Xen: Use VGA Hooks to make VGA passthrough work on certain devices
by Julian Pidancet
· 10 years ago
83012de
Use coreboot smbios table if found.
by Kevin O'Connor
· 11 years ago
c1de91b
Calculate vgahook responses during setup instead of in 16bit code.
by Kevin O'Connor
· 11 years ago
1442c31
Move support for copying out BIOS tables into its own file.
by Ian Campbell
· 11 years ago
89a1efd
Move the CBFS payload setup to later in the boot.
by Kevin O'Connor
· 11 years ago
c4bd3b9
Use bootprio_find_named_rom() for ramdisk and cbfs payload priorities.
by Kevin O'Connor
· 12 years ago
ca2bc1c
Remove drive->desc field.
by Kevin O'Connor
· 12 years ago
031ef55
Add stubs to permit devices to specify their boot priority.
by Kevin O'Connor
· 12 years ago
72eee3e
Simplify boot ordering by building an inclusive boot list.
by Kevin O'Connor
· 12 years ago
311f887
Minor build fixes.
by Kevin O'Connor
· 12 years ago
4d96edc
Cleanup - it's no longer necessary to manually reset global variables.
by Kevin O'Connor
· 12 years ago
b4525a0
Handle unaligned sizes in iomemcpy().
by Kevin O'Connor
· 12 years ago
e230426
Unify optionrom cbfs/qemu_cfg rom pulling code.
by Kevin O'Connor
· 12 years ago
d9c9361
Default CONFIG_COREBOOT_FLASH on; make depend on CONFIG_COREBOOT.
by Kevin O'Connor
· 12 years ago
cfdc13f
Introduce standard warnings for allocation failures and timeouts.
by Kevin O'Connor
· 12 years ago
1ca05b0
Be sure to add "void" to all function prototypes that take no args.
by Kevin O'Connor
· 13 years ago
02e6053
move htonl() + friends to util.h
by Gerd Hoffmann
· 13 years ago
3403696
Introduce optimized iomemcpy function for copying from io memory.
by Kevin O'Connor
· 13 years ago
01a8520
Move smbios definitions to header file; fix compile on older gcc.
by Kevin O'Connor
· 13 years ago
9ed6b62
Add snprintf support.
by Kevin O'Connor
· 13 years ago
51fd0a1
Add mechanism for describing internal drives in boot menu.
by Kevin O'Connor
· 13 years ago
0088259
Further simplify cbfs functions - don't pass iscomp to callers.
by Kevin O'Connor
· 13 years ago
a3855ad
Add support for using floppy images in CBFS.
by Kevin O'Connor
· 13 years ago
1f83625
Rework coreboot cbfs interface for added flexibility.
by Kevin O'Connor
· 13 years ago
0bf9270
Add Post Memory Manager (PMM) support.
by Kevin O'Connor
· 13 years ago
df5a5fd
Fix coreboot bios table copying by delaying to after memory scan.
by Kevin O'Connor
· 13 years ago
2929c35
Add malloc_high/fseg() and rework bios table creation to use them.
by Kevin O'Connor
· 13 years ago
22e1b91
Expand int155f "vgahook" detection.
by Kevin O'Connor
· 13 years ago
523e5a9
Use "p->sum -= checksum()" style for setting checksums.
by Kevin O'Connor
· 13 years ago
e8f00ee
Optionrom code cleanup.
by Kevin O'Connor
· 13 years ago
09880da
Support running non-pci specific vga option roms from CBFS.
by Kevin O'Connor
· 13 years ago
1edc89d
Add ability to run all option roms in CBFS directory "genroms/".
by Kevin O'Connor
· 13 years ago
cbd6ca0
Add support for compressed option roms.
by Kevin O'Connor
· 13 years ago
592323f
Add LZMA decompression support to CBFS.
by Kevin O'Connor
· 13 years ago
214f6c2
Exit CBFS file search early if zero signature found.
by Kevin O'Connor
· 13 years ago
38d1a34
Replace memeq/streq functions with memcmp/strcmp.
by Kevin O'Connor
· 13 years ago
6782344
Initial support for running CBFS payloads.
by Kevin O'Connor
· 13 years ago
4c0c85a
Initial support for finding option roms in coreboot flash layout.
by Kevin O'Connor
· 13 years ago
071f154
Add high coreboot table support to seabios.
by Kevin O'Connor
· 13 years ago
47e2093
Copy mptable floater and config tables when on coreboot.
by Kevin O'Connor
· 13 years ago
3574644
Build mptable using C 'struct's.
by Kevin O'Connor
· 13 years ago
ef3d882
Make sure to clear global variables before use.
by Kevin O'Connor
· 13 years ago
b1b7c2a
Change license from GPLv3 to LGPLv3.
by Kevin O'Connor
· 13 years ago
e791636
Move ram size definitions from ebda to global variables.
by Kevin O'Connor
· 14 years ago
51358db
Move pir table offset from ebda to a global variable.
by Kevin O'Connor
· 14 years ago
9967ab7
Add initial S3 resume support.
by Kevin O'Connor
· 14 years ago
f782d60
Avoid casting EBDA variables ipl.description and pir_loc.
by Kevin O'Connor
· 14 years ago
59c35f2
Add support for more than 4Gig of ram.
by Kevin O'Connor
· 14 years ago
1d247db
Create a dummy smbios table in coreboot environments.
by Kevin O'Connor
· 14 years ago
9521e26
Extract 'struct bregs' out of biosvar.h; clean up header includes.
by Kevin O'Connor
· 14 years ago
e10e6f8
Scan for and relocate mptable when using coreboot.
by Kevin O'Connor
· 14 years ago
93479e4
Support relocating coreboot generated acpi rsdp and pir tables.
by Kevin O'Connor
· 14 years ago
59a23bb
Enhance e820 memory map generation - include files missing from last commit.
by Kevin O'Connor
· 14 years ago