Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
8744e1512b55f57715e9a44e7629f53e54fd8a96
8744e15
Build different final files for QEMU, coreboot, and CSM.
by Kevin O'Connor
· 10 years ago
7c80bb8
Run ahci code entirely in 32bit mode.
by Kevin O'Connor
· 10 years ago
7acaa3c
Support call16() calls after entering 32bit mode from call32().
by Kevin O'Connor
· 10 years ago
2d97756
Update _farcall16() to pass segment of callregs explicitly.
by Kevin O'Connor
· 10 years ago
9e75b08
Make __call16 use C calling convention and support two passed parameters.
by Kevin O'Connor
· 10 years ago
38aadba
Minor - move call16 assembler in romlayout.S.
by Kevin O'Connor
· 10 years ago
bfac2b5
Rearrange stack_hop_back() call in wait_irq, check_irqs, and _farcall16.
by Kevin O'Connor
· 10 years ago
8ab9a34
Rename fields of 'struct chs_s' and use in floppy lba2chs().
by Kevin O'Connor
· 10 years ago
85f8fac
build: explicitly set ROM size
by Gerd Hoffmann
· 10 years ago
d3c971e
build: create output dirs in do-kconfig
by Gerd Hoffmann
· 10 years ago
3061815
Minor - update file comments in src/malloc.c.
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
7b9f297
Move dma code to new file hw/dma.c.
by Kevin O'Connor
· 10 years ago
8b7861c
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
by Kevin O'Connor
· 10 years ago
9fcd199
Move PIT setup from clock.c to hw/timer.c.
by Kevin O'Connor
· 10 years ago
1814014
build: simplify cross builds
by Gerd Hoffmann
· 10 years ago
0b3607f
fix buildversion.sh
by Gerd Hoffmann
· 10 years ago
e144bb7
usb: add xhci support
by Gerd Hoffmann
· 10 years ago
63cbab1
usb: add usb_update_pipe()
by Gerd Hoffmann
· 10 years ago
ee9b84f
uas: add (temporary) superspeed stopgap
by Gerd Hoffmann
· 10 years ago
9ab39de
Add qemu detection to csm
by Gerd Hoffmann
· 10 years ago
b923d30
Drop coreboot qemu detection
by Gerd Hoffmann
· 10 years ago
ebfece8
Add generic qemu detection
by Gerd Hoffmann
· 10 years ago
b367e0a
Sort the sections of util.h.
by Kevin O'Connor
· 10 years ago
07cf73b
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
by Kevin O'Connor
· 10 years ago
392d2aa
Move standard bda type info from biosvar.h to std/bda.h.
by Kevin O'Connor
· 10 years ago
135f3f6
Split disk.h into block.h and std/disk.h.
by Kevin O'Connor
· 10 years ago
b18557a
Move pmm definitions to new file std/pmm.h.
by Kevin O'Connor
· 10 years ago
4f790aa
Move pnpbios definition to new file std/pnpbios.h.
by Kevin O'Connor
· 10 years ago
5a7545c
Move fw/acpi.h to std/acpi.h.
by Kevin O'Connor
· 10 years ago
3d0dfe1
Move fw/mptable.h to std/mptable.h.
by Kevin O'Connor
· 10 years ago
b37a528
Move fw/smbios.h to std/smbios.h.
by Kevin O'Connor
· 10 years ago
f6d700d
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
by Kevin O'Connor
· 10 years ago
2e57c81
Move vbe.h to std/vbe.h.
by Kevin O'Connor
· 10 years ago
8fb3a5e
Move optionroms.h to std/optionrom.h and util.h.
by Kevin O'Connor
· 10 years ago
c5e06fb
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.
by Kevin O'Connor
· 10 years ago
836ec5c
build: Fix import of gcc dependency files.
by Kevin O'Connor
· 10 years ago
b4f4d33
Move definition of struct segoff_s from farptr.h to types.h.
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
9dea590
Move malloc code from pmm.c to new files malloc.c and malloc.h.
by Kevin O'Connor
· 10 years ago
41639f8
Move romfile definitions from util.h to new file romfile.h.
by Kevin O'Connor
· 10 years ago
3df600b
Move stacks.c definitions from util.h to new file stacks.h.
by Kevin O'Connor
· 10 years ago
cdb9820
build: Perform compile checking on vgasrc code.
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
0ac5e9e
Move keyboard calling code from util.c to boot.c.
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
490797e
readme: Minor - fix typo in readme.
by Kevin O'Connor
· 10 years ago
0db6988
vgabios: Limit the range of the VBE number of "pages" parameter.
by Kevin O'Connor
· 10 years ago
68f56aa
vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.
by Kevin O'Connor
· 10 years ago
5366350
bochsvga: fallback to stdvga if dispi interface isn't present
by Gerd Hoffmann
· 10 years ago
ce12eaf
ahci: add missing check for allocation failure
by Gerd Hoffmann
· 10 years ago
1c78711
README: Update readme to note scripts/ directory rename and vgasrc/ directory.
by Kevin O'Connor
· 10 years ago
9d19acd
build: Reorder makefile source list to group like files together.
by Kevin O'Connor
· 10 years ago
ccee6e8
Move code cenetered around firmware initialization to src/fw/
by Kevin O'Connor
· 10 years ago
5d369d8
Move code centered around specific hardware devices to src/hw/
by Kevin O'Connor
· 10 years ago
3cb0f50
build: Don't use vpath makefile directive.
by Kevin O'Connor
· 10 years ago
09c1ebb
Update kconfig to latest version.
by Kevin O'Connor
· 10 years ago
b942ce0
Rename tools/ directory to scripts/ directory.
by Kevin O'Connor
· 10 years ago
915f64a
Minor - simplify rom_reserve().
by Kevin O'Connor
· 10 years ago
f96ff44
Minor - no need to declare MaxCountCPUs as VARFSEG.
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
fd459e8
Minor cleanups to smm assembler.
by Kevin O'Connor
· 10 years ago
5b63109
apm: fix shutdown
by Gerd Hoffmann
· 10 years ago
d4c2e01
acpi_extract.py: document DEVICE directives
by Michael S. Tsirkin
· 10 years ago
129f11e
Support custom boot menu prompt and custom boot menu key.
by Kevin O'Connor
· 10 years ago
1a113e1
Fix bug in CBFS file walking with compressed files.
by Kevin O'Connor
· 10 years ago
7093aa5
Add missing mathcp_setup() call to CSM code.
by Kevin O'Connor
· 10 years ago
c98424c
Default unused UMB areas to be read-only.
by Kevin O'Connor
· 10 years ago
eac1194
Unify pmtimer_read() and pittimer_read() code.
by Kevin O'Connor
· 10 years ago
9999754
Separate out timer setup code.
by Kevin O'Connor
· 10 years ago
018bdd7
Rename check_tsc() (and similar) to timer_check() and use u32.
by Kevin O'Connor
· 10 years ago
95ee382
Rename check_timer() function (and similar) to irqtimer_check().
by Kevin O'Connor
· 10 years ago
23c14a1
Shift CPU TSC down to reduce need for 64bit variables.
by Kevin O'Connor
· 10 years ago
0edf1d6
Rename cpu_khz to TimerKHz.
by Kevin O'Connor
· 10 years ago
b7ab178
Improve accuracy of internal timers.
by Kevin O'Connor
· 10 years ago
6901337
Add helper functions to convert timer irqs to milliseconds.
by Kevin O'Connor
· 10 years ago
118605f
Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.
by Kevin O'Connor
· 10 years ago
c6e8c07
Move internal timer code from clock.c to a new file timer.c.
by Kevin O'Connor
· 10 years ago
ed88f65
acpi: sync FADT flags from PIIX4 to Q35
by Michael S. Tsirkin
· 10 years ago
aa7c234
PIC code cleanups.
by Kevin O'Connor
· 10 years ago
14b255b
Update README to include info on VARLOW variables.
by Kevin O'Connor
· 10 years ago
c83e7c2
Add CONFIG_DEBUG_COREBOOT config option
by Gerd Hoffmann
· 10 years ago
ebf03f7
coreboot: add cbmem console support
by Gerd Hoffmann
· 10 years ago
2a9aeab
Fix USB EHCI detection that was broken in hlist conversion of PCIDevices.
by Kevin O'Connor
· 10 years ago
c02c219
Minor - remove debugging dprintf added to pciinit.c.
by Kevin O'Connor
· 10 years ago
rel-1.7.3
030a58a
Another fix for hlist_for_each_entry_safe.
by Kevin O'Connor
· 10 years ago
7507ce2
make qemu_cfg_init depend on QEMU_HARDWARE instead of QEMU
by Kevin O'Connor
· 10 years ago
9598386
tweak coreboot qemu detection
by Gerd Hoffmann
· 10 years ago
a88c197
Convert pciinit.c to use standard list manipulation code.
by Kevin O'Connor
· 10 years ago
9539e41
Fix error in hlist_for_each_entry_safe macro.
by Kevin O'Connor
· 10 years ago
59c2162
Revert "Convert pciinit.c to use standard list manipulation code."
by Kevin O'Connor
· 10 years ago
1f20982
coreboot: add qemu detection
by Gerd Hoffmann
· 10 years ago
2ca73ed
config: allow DEBUG_IO for !QEMU
by Gerd Hoffmann
· 10 years ago
b98a4b1
Convert PCIDevices list to use standard list manipultion code.
by Kevin O'Connor
· 10 years ago
aab4215
Convert pciinit.c to use standard list manipulation code.
by Kevin O'Connor
· 10 years ago
446defb
Convert boot.c to use standard list manipulation code.
by Kevin O'Connor
· 10 years ago
0039a94
Convert stacks.c to use standard list manipulation code.
by Kevin O'Connor
· 10 years ago
2a8633f
Introduce helper function have_threads() in stacks.c.
by Kevin O'Connor
· 10 years ago
3cf301f
Minor - relocate code in stacks.c to keep low-level thread code together.
by Kevin O'Connor
· 10 years ago
e097a75
Introduce and convert pmm code to use standard list helpers.
by Kevin O'Connor
· 10 years ago
Next »