Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
42812e062a77b27b0544c8e0d46d206afc3b2fae
/
src
/
fw
/
shadow.c
42812e0
shadow: Don't invoke a shutdown on reboot unless in a reboot loop
by Kevin O'Connor
· 6 years ago
c68aff5
resume: Don't attempt to use generic reboot mechanisms on QEMU
by Kevin O'Connor
· 7 years ago
d449a11
shadow: Batch PCI config writes
by Kevin O'Connor
· 7 years ago
9d691ac
optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED
by Kevin O'Connor
· 7 years ago
a48f602
post: Always set HaveRunPost prior to setting any other global variable
by Kevin O'Connor
· 8 years ago
b837e68
resume: Make KVM soft reboot loop detection more flexible
by Kevin O'Connor
· 8 years ago
5d91226
memmap: Introduce SYMBOL() macro to access linker script symbols
by Kevin O'Connor
· 8 years ago
6bcacf7
Fix typos found by codespell
by Stefan Weil
· 8 years ago
40d0312
piix: add and use dev-piix.h
by Paolo Bonzini
· 9 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 10 years ago
9dea590
Move malloc code from pmm.c to new files malloc.c and malloc.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/shadow.c]
5d369d8
Move code centered around specific hardware devices to src/hw/
by Kevin O'Connor
· 10 years ago
2b0fb8c
Add config option to support memory allocations in 9-segment.
by Kevin O'Connor
· 10 years ago
c98424c
Default unused UMB areas to be read-only.
by Kevin O'Connor
· 10 years ago
96d4c43
shadow: Don't use PCIDevices list in make_bios_readonly().
by Kevin O'Connor
· 11 years ago
400c66c
Try to detect an unsuccessful hard-reboot to prevent soft-reboot loops.
by Kevin O'Connor
· 11 years ago
3733f6f
Rename rom_get_top() to rom_get_max().
by Kevin O'Connor
· 11 years ago
897fb11
Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen().
by Kevin O'Connor
· 11 years ago
72a590e
seabios: add q35 initialization functions.
by Isaku Yamahata
· 11 years ago
5e01908
Allow optionroms and "low mem" to share space.
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
2b333e4
Rename foreachbdf_in_bus to foreachbdf and simplify it.
by Kevin O'Connor
· 12 years ago
278b19f
Convert pci_init_device to use 'struct pci_device'.
by Kevin O'Connor
· 12 years ago
faf6a4e
Use manual PCI search when making bios ram writable.
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
74c7878
Add support for use as Xen HVM BIOS.
by Ian Campbell
· 12 years ago
244caf8
Try to hard-reboot on rerun of post even on emulators.
by Kevin O'Connor
· 13 years ago
5bd01de
Don't do shadow copying of optionroms when CONFIG_OPTIONROMS_DEPLOYED.
by Kevin O'Connor
· 13 years ago
08328e7
seabios: shadow: make device finding more generic.
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
034ce4b
Do not guard qemu shadow ram work around in CONFIG_OPTIONROMS_DEPLOYED
by Anthony Liguori
· 14 years ago
5b8f809
Allow rom to grow beyond 64K.
by Kevin O'Connor
· 14 years ago
e773930
Add support for enabling ram in 0xc0000-0xf0000 area.
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
b1b7c2a
Change license from GPLv3 to LGPLv3.
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
415c2dc
Use defines for PCI ids.
by Kevin O'Connor
· 15 years ago
e3677b1
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
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
276d4a9
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
by Kevin O'Connor
· 15 years ago
da4a648
Separate out ram shadow code and permit more code to write to bios.
by Kevin O'Connor
· 15 years ago