Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
2d6db556cb219ff1a15b98a18fafad33310e47b0
2d6db55
Set ZF prior to keyboard read call in check_for_keystroke().
by Kevin O'Connor
· 11 years ago
212fb4d
Add dependencies to vgafixup.py and buildversion.sh scripts.
by Kevin O'Connor
· 11 years ago
ac467be
Update README - copy *.aml files for QEMU.
by Kevin O'Connor
· 11 years ago
b44a7be
virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd}
by Asias He
· 11 years ago
5a7730d
virtio-scsi: Set _DRIVER_OK flag before scsi target scanning
by Asias He
· 11 years ago
091a2f4
Fix bug in NUMA node setup - don't create SRAT if NUMA not present.
by Kevin O'Connor
· 11 years ago
8413b32
Minor - add missing newline to floppy debug statement.
by Kevin O'Connor
· 11 years ago
b7b9293
vgabios: Fix cirrus memory clear on mode switch.
by Kevin O'Connor
· 11 years ago
9cba2b3
vgabios: Fix stdvga_perform_gray_scale_summing().
by Kevin O'Connor
· 11 years ago
70c94dd
Use VARVERIFY32INIT on global variables that point to "tmp" memory.
by Kevin O'Connor
· 11 years ago
2af52da
Add VARVERIFY32INIT attribute for variables only available during "init".
by Kevin O'Connor
· 11 years ago
cdbac7f
smm: Don't use PCIDevices list in smm_setup().
by Kevin O'Connor
· 11 years ago
96d4c43
shadow: Don't use PCIDevices list in make_bios_readonly().
by Kevin O'Connor
· 11 years ago
dc15c8d
Don't use __FILE__ in virtio-ring.c.
by Kevin O'Connor
· 11 years ago
5325e91
Add additional dependency checks to Makefile.
by Kevin O'Connor
· 11 years ago
76e5802
acpi: Eliminate BDAT parameter passing to DSDT code.
by Kevin O'Connor
· 11 years ago
3f8d735
Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl.
by Kevin O'Connor
· 11 years ago
11a7234
Cache boot-fail-wait to avoid romfile access after POST.
by Kevin O'Connor
· 11 years ago
4bd33ca
Minor - note that passing QEMU config via cmos is deprecated.
by Kevin O'Connor
· 11 years ago
5bb7552
floppy: Actually do controller reset in floppy_reset().
by Kevin O'Connor
· 11 years ago
e7c5a7e
floppy: Implement media format sensing.
by Kevin O'Connor
· 11 years ago
068cb4f
floppy: Improve floppy_pio() error checking.
by Kevin O'Connor
· 11 years ago
c849405
floppy: Move recalibration and results parsing to floppy_cmd().
by Kevin O'Connor
· 11 years ago
1f711d2
floppy: Clean up Check Interrupt Status code.
by Kevin O'Connor
· 11 years ago
6e529bd
floppy: Cleanup floppy irq wait handling.
by Kevin O'Connor
· 11 years ago
9ba374c
floppy: Introduce 'struct floppy_pio_s' for floppy PIO ops.
by Kevin O'Connor
· 11 years ago
3e641f2
Minor - improve comments and grouping of handle_08().
by Kevin O'Connor
· 11 years ago
f0d75a0
Support using the "extra stack" for all 16bit irq entry points.
by Kevin O'Connor
· 11 years ago
922aa1b
Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.
by Kevin O'Connor
· 11 years ago
f465e1e
Minor - introduce numeric defines for the IVT offset of hw irqs.
by Kevin O'Connor
· 11 years ago
3be89a1
Minor - fix confusing final_sec32low_start name in layoutrom.py.
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
d338eb9
Add acpi_reboot() reset method using RESET_REG
by David Woodhouse
· 11 years ago
d304fe4
Rename find_pmtimer() to find_acpi_features()
by David Woodhouse
· 11 years ago
e78e761
Fix return type of le64_to_cpu() and be64_to_cpu()
by David Woodhouse
· 11 years ago
dbb7a66
seabios: Add a dummy PCI slot to irq mapping function
by Alex Williamson
· 11 years ago
b949040
seabios q35: Add new PCI slot to irq routing function
by Alex Williamson
· 11 years ago
e52ad39
Use CONFIG_ prefix for Kconfig variables; use BUILD_ for others.
by Kevin O'Connor
· 11 years ago
6d15264
Eliminate separate BiosTableSpace[] space for f-segment allocations.
by Kevin O'Connor
· 11 years ago
f85e4bc
Calculate "RamSize" needed by 16bit interface dynamically.
by Kevin O'Connor
· 11 years ago
0b314ab
Move malloc's ZoneFSeg and ZoneLow setup to malloc_init.
by Kevin O'Connor
· 11 years ago
6afc6f8
Don't relocate "varlow" variable references at runtime.
by Kevin O'Connor
· 11 years ago
89a2f96
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
by Kevin O'Connor
· 11 years ago
4195349
Introduce VARFSEG for variables that will reside in the f-segment.
by Kevin O'Connor
· 11 years ago
bbd0458
Minor assembler enhancements to __csm_return.
by Kevin O'Connor
· 11 years ago
3e86d6b
Remove unnecessary "export" declarations from assembler functions.
by Kevin O'Connor
· 11 years ago
555a213
seabios q35: Enable all PIRQn IRQs at startup
by Alex Williamson
· 11 years ago
4cf2067
Disable handle_post() on CSM builds.
by Kevin O'Connor
· 11 years ago
41fb363
Disable CONFIG_THREAD_OPTIONROMS for CSM build
by David Woodhouse
· 11 years ago
bb0808a
Verify CC is valid during build tests.
by Kevin O'Connor
· 11 years ago
c924344
Clarify build generated "zone low" values.
by Kevin O'Connor
· 11 years ago
89efc93
Report on f-segment UMB ram also.
by Kevin O'Connor
· 11 years ago
3733f6f
Rename rom_get_top() to rom_get_max().
by Kevin O'Connor
· 11 years ago
2321912
build: Don't require $(OUT) to be a sub-directory of the main directory.
by Kevin O'Connor
· 11 years ago
4c405cb
Fix Makefile - don't reference "out/" directly, instead use "$(OUT)".
by Kevin O'Connor
· 11 years ago
2eeafbf
Enable VGA output when setting Cirrus-specific mode
by Laszlo Ersek
· 11 years ago
0069a31
Enable VGA output when settings bochs-specific mode
by David Woodhouse
· 11 years ago
1337eb3
geodevga: fix wrong define name
by Christian Gmeiner
· 11 years ago
0f5628d
geodevga: add debug to msr functions
by Christian Gmeiner
· 11 years ago
42f33ff
geodevga: move output setup to own function
by Christian Gmeiner
· 11 years ago
3205708
geodevga: move framebuffer setup
by Christian Gmeiner
· 11 years ago
bb7e54a
geodevga: fix errors in geode_fp_* functions
by Christian Gmeiner
· 11 years ago
84b7dcb
Implement !CONFIG_BOOT for CSM
by David Woodhouse
· 11 years ago
0feab53
Implement !CONFIG_OPTIONROMS support for CSM
by David Woodhouse
· 11 years ago
5cf799b
Make CONFIG_OPTIONROMS_DEPLOYED depend on CONFIG_QEMU
by David Woodhouse
· 11 years ago
97dce0f
Warn on unaligned PCI ROM structure in option roms.
by Kevin O'Connor
· 11 years ago
7cac600
USB-EHCI: Fix null pointer assignment
by Avik Sil
· 11 years ago
58b157f
vgabios: Bochs/QEMU vgabios support should depend on CONFIG_QEMU.
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
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
Next »