Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
d85c22e44ee4e24f2be19d579ea8fa0066a85fbb
/
src
/
util.h
d85c22e
SMBIOS: Check for aggregate tables & entry point in fw_cfg
by Gabriel L. Somlo
· 8 years ago
5ab18be
coreboot: Make coreboot table searching available to other code.
by Kevin O'Connor
· 8 years ago
3bd2dc6
Use biostables.c for copying bios tables even when generating them.
by Kevin O'Connor
· 8 years ago
19646a4
Move PirAddr definition from pirtable.c to biostables.c.
by Kevin O'Connor
· 8 years ago
d18c9f0
smbios: Move smbios parsing logic from smbios.c to biostables.c.
by Kevin O'Connor
· 8 years ago
836b4d8
acpi: Move acpi parsing logic from acpi.c to biostables.c / paravirt.c.
by Kevin O'Connor
· 8 years ago
40d020f
resume: restore piix pm config registers after resume
by Marcel Apfelbaum
· 8 years ago
4cd522e
Move low-level hardware writing from output.c to new file hw/serialio.c.
by Kevin O'Connor
· 9 years ago
ff5f792
biostables: support looking up RSDP
by Michael S. Tsirkin
· 9 years ago
e9a3e12
vgahooks: add SM720 VGA BIOS hooks for WIN Enterprises MB-60470
by Jonathan A. Kollasch
· 9 years ago
7b9f297
Move dma code to new file hw/dma.c.
by Kevin O'Connor
· 9 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
· 9 years ago
9fcd199
Move PIT setup from clock.c to hw/timer.c.
by Kevin O'Connor
· 9 years ago
b367e0a
Sort the sections of util.h.
by Kevin O'Connor
· 9 years ago
07cf73b
Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.
by Kevin O'Connor
· 9 years ago
392d2aa
Move standard bda type info from biosvar.h to std/bda.h.
by Kevin O'Connor
· 9 years ago
135f3f6
Split disk.h into block.h and std/disk.h.
by Kevin O'Connor
· 9 years ago
4f790aa
Move pnpbios definition to new file std/pnpbios.h.
by Kevin O'Connor
· 9 years ago
5a7545c
Move fw/acpi.h to std/acpi.h.
by Kevin O'Connor
· 9 years ago
3d0dfe1
Move fw/mptable.h to std/mptable.h.
by Kevin O'Connor
· 9 years ago
b37a528
Move fw/smbios.h to std/smbios.h.
by Kevin O'Connor
· 9 years ago
f6d700d
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
by Kevin O'Connor
· 9 years ago
8fb3a5e
Move optionroms.h to std/optionrom.h and util.h.
by Kevin O'Connor
· 9 years ago
c5e06fb
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.
by Kevin O'Connor
· 9 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 9 years ago
9dea590
Move malloc code from pmm.c to new files malloc.c and malloc.h.
by Kevin O'Connor
· 9 years ago
41639f8
Move romfile definitions from util.h to new file romfile.h.
by Kevin O'Connor
· 9 years ago
3df600b
Move stacks.c definitions from util.h to new file stacks.h.
by Kevin O'Connor
· 9 years ago
fa9c66a
Rename util.c to string.c and introduce string.h.
by Kevin O'Connor
· 9 years ago
0ac5e9e
Move keyboard calling code from util.c to boot.c.
by Kevin O'Connor
· 9 years ago
b9c6a96
Split x86 specific functions out of util.c/h to new files x86.c/h.
by Kevin O'Connor
· 9 years ago
ccee6e8
Move code cenetered around firmware initialization to src/fw/
by Kevin O'Connor
· 9 years ago
5d369d8
Move code centered around specific hardware devices to src/hw/
by Kevin O'Connor
· 9 years ago
018bdd7
Rename check_tsc() (and similar) to timer_check() and use u32.
by Kevin O'Connor
· 9 years ago
95ee382
Rename check_timer() function (and similar) to irqtimer_check().
by Kevin O'Connor
· 9 years ago
23c14a1
Shift CPU TSC down to reduce need for 64bit variables.
by Kevin O'Connor
· 9 years ago
6901337
Add helper functions to convert timer irqs to milliseconds.
by Kevin O'Connor
· 9 years ago
118605f
Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.
by Kevin O'Connor
· 9 years ago
c6e8c07
Move internal timer code from clock.c to a new file timer.c.
by Kevin O'Connor
· 9 years ago
ebf03f7
coreboot: add cbmem console support
by Gerd Hoffmann
· 9 years ago
4158c8c
Use container_of on romfile entries.
by Kevin O'Connor
· 9 years ago
7adfd71
pciinit: Enable default VGA device
by Alex Williamson
· 9 years ago
cdbac7f
smm: Don't use PCIDevices list in smm_setup().
by Kevin O'Connor
· 9 years ago
f85e4bc
Calculate "RamSize" needed by 16bit interface dynamically.
by Kevin O'Connor
· 9 years ago
6afc6f8
Don't relocate "varlow" variable references at runtime.
by Kevin O'Connor
· 9 years ago
3733f6f
Rename rom_get_top() to rom_get_max().
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
3a735ba
The mathcp setup touches the PIC and thus move to the "setup" phase.
by Kevin O'Connor
· 9 years ago
9e4d41c
POST: Move cpu caching and dma setup to platform_hardware_setup().
by Kevin O'Connor
· 9 years ago
118469a
Add CSM support
by David Woodhouse
· 9 years ago
38b24db
Export copy_smbios() from biostables.c
by David Woodhouse
· 9 years ago
d83c87b
Normalize POST initialization function name suffixes.
by Kevin O'Connor
· 9 years ago
455a7c8
add acpi pmtimer support
by Gerd Hoffmann
· 10 years ago
b306459
Use cpu_to_be32() (and related) instead of htonl (and related).
by Kevin O'Connor
· 10 years ago
008c1fc
allow CPUs to have non-contiguous Local APIC IDs (v2)
by Eduardo Habkost
· 10 years ago
54f3b25
Xen: Autodetect debug I/O port at runtime instead of via Kconfig
by Ian Campbell
· 10 years ago
4d053eb
Minor - collect biostable copy code into new func copy_table().
by Kevin O'Connor
· 10 years ago
1297e5d
Fix winxp boot regression introduced in ecdc655a.
by Kevin O'Connor
· 10 years ago
59d6ca5
Cache romfile entries.
by Kevin O'Connor
· 10 years ago
640cd0a
Remove CanPreempt check from pmm code.
by Kevin O'Connor
· 10 years ago
ecdc655
Run all hardware irq handlers on the extra stack.
by Kevin O'Connor
· 10 years ago
bf2e8c2
Make the extra stack re-entrant and "hop back" to check for irqs.
by Kevin O'Connor
· 10 years ago
e77c705
Move farcall16 code from util.c to stacks.c and reorg stacks.c.
by Kevin O'Connor
· 10 years ago
c7ffbac
Rename call16 to farcall16.
by Kevin O'Connor
· 10 years ago
94c749c
Rename wait_irq to yield_toirq.
by Kevin O'Connor
· 10 years ago
5e01908
Allow optionroms and "low mem" to share space.
by Kevin O'Connor
· 10 years ago
46b8262
Add mechanism to declare variables as "low mem" and use for extra stack.
by Kevin O'Connor
· 10 years ago
9c98517
Use the e-segment instead of the 9-segment for bios "low mem".
by Kevin O'Connor
· 10 years ago
745de85
Add TSC emulation layer for 386/486 CPUs.
by Kevin O'Connor
· 10 years ago
9eb2100
Detect CPUID instruction before using it.
by Kevin O'Connor
· 10 years ago
baae940
util: add le32_to_cpu()
by Isaku Yamahata
· 11 years ago
533b628
Run option rom visible PMM code in 32bit mode instead of 16bit mode.
by Kevin O'Connor
· 11 years ago
3bbd11f
pci: remove old pci initilaization code
by Gerd Hoffmann
· 11 years ago
87b533b
Simplify POST entry code by moving reboot logic from post.c to resume.c.
by Kevin O'Connor
· 11 years ago
422263d
Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.
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
6e4583c
Remove dev-i440fx.c/h - move code closer to its callers.
by Kevin O'Connor
· 11 years ago
74c7878
Add support for use as Xen HVM BIOS.
by Ian Campbell
· 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
9e881a3
Extract space trimming code from ATA and use in USB and bootorder code.
by Kevin O'Connor
· 11 years ago
ca2bc1c
Remove drive->desc field.
by Kevin O'Connor
· 12 years ago
2e109a6
Add strchr() function.
by Kevin O'Connor
· 12 years ago
0a80608
util: add memset_fl()
by Gerd Hoffmann
· 12 years ago
af9629b
Enhance call32() to pass a parameter to called function.
by Kevin O'Connor
· 12 years ago
58a38e8
pci: introduce pci_region to manage pci io/memory/prefmemory regions.
by Isaku Yamahata
· 12 years ago
4d96edc
Cleanup - it's no longer necessary to manually reset global variables.
by Kevin O'Connor
· 12 years ago
12fa24a
Add memalign_tmp() helper function.
by Kevin O'Connor
· 12 years ago
244caf8
Try to hard-reboot on rerun of post even on emulators.
by Kevin O'Connor
· 12 years ago
9a01a9c
Only show bootsplash during boot menu.
by Kevin O'Connor
· 12 years ago
a576c9c
Bootsplash fixes and cleanups.
by Kevin O'Connor
· 12 years ago
ae6924d
Minor - introduce GDT_GRANLIMIT macro.
by Kevin O'Connor
· 12 years ago
aec19c9
seabios: smm: move out piix4 specific smram logic to dev-i440fx.c
by Isaku Yamahata
· 12 years ago
08328e7
seabios: shadow: make device finding more generic.
by Isaku Yamahata
· 12 years ago
2f54bb4
seabios: acpi: move out endian conversion helper function.
by Isaku Yamahata
· 12 years ago
0d6b8d5
seabios: pciinit: use pci device initializer helper function.
by Kevin O'Connor
· 12 years ago
afbed1b
Initial bootsplash support.
by Kevin O'Connor
· 12 years ago
e230426
Unify optionrom cbfs/qemu_cfg rom pulling code.
by Kevin O'Connor
· 12 years ago
8f59aa3
Introduce memcpy_fl - a memcpy on "flat" pointers.
by Kevin O'Connor
· 12 years ago
bb68591
Don't use RTC to time boot menu delay.
by Kevin O'Connor
· 12 years ago
Next »