index
:
riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-20
Add helper functions to convert timer irqs to milliseconds.
Kevin O'Connor
1
-0
/
+2
2013-07-20
Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.
Kevin O'Connor
1
-1
/
+1
2013-07-20
Move internal timer code from clock.c to a new file timer.c.
Kevin O'Connor
1
-6
/
+7
2013-07-14
coreboot: add cbmem console support
Gerd Hoffmann
1
-0
/
+1
2013-03-30
Use container_of on romfile entries.
Kevin O'Connor
1
-5
/
+0
2013-03-22
pciinit: Enable default VGA device
Alex Williamson
1
-0
/
+1
2013-03-08
smm: Don't use PCIDevices list in smm_setup().
Kevin O'Connor
1
-0
/
+1
2013-02-19
Calculate "RamSize" needed by 16bit interface dynamically.
Kevin O'Connor
1
-2
/
+1
2013-02-19
Don't relocate "varlow" variable references at runtime.
Kevin O'Connor
1
-1
/
+1
2013-02-17
Rename rom_get_top() to rom_get_max().
Kevin O'Connor
1
-1
/
+1
2013-02-13
Group QEMU platform setup together and move to paravirt.c.
Kevin O'Connor
1
-1
/
+1
2013-02-12
The mathcp setup touches the PIC and thus move to the "setup" phase.
Kevin O'Connor
1
-1
/
+1
2013-02-07
POST: Move cpu caching and dma setup to platform_hardware_setup().
Kevin O'Connor
1
-1
/
+1
2013-02-07
Add CSM support
David Woodhouse
1
-0
/
+2
2013-02-07
Export copy_smbios() from biostables.c
David Woodhouse
1
-0
/
+1
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-24
/
+22
2012-09-10
add acpi pmtimer support
Gerd Hoffmann
1
-0
/
+1
2012-09-02
Use cpu_to_be32() (and related) instead of htonl (and related).
Kevin O'Connor
1
-30
/
+0
2012-08-01
allow CPUs to have non-contiguous Local APIC IDs (v2)
Eduardo Habkost
1
-0
/
+1
2012-07-02
Xen: Autodetect debug I/O port at runtime instead of via Kconfig
Ian Campbell
1
-0
/
+1
2012-06-09
Minor - collect biostable copy code into new func copy_table().
Kevin O'Connor
1
-4
/
+1
2012-06-02
Fix winxp boot regression introduced in ecdc655a.
Kevin O'Connor
1
-0
/
+5
2012-06-02
Cache romfile entries.
Kevin O'Connor
1
-5
/
+19
2012-05-30
Remove CanPreempt check from pmm code.
Kevin O'Connor
1
-1
/
+0
2012-05-30
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
1
-23
/
+2
2012-05-28
Make the extra stack re-entrant and "hop back" to check for irqs.
Kevin O'Connor
1
-1
/
+1
2012-05-28
Move farcall16 code from util.c to stacks.c and reorg stacks.c.
Kevin O'Connor
1
-10
/
+10
2012-05-28
Rename call16 to farcall16.
Kevin O'Connor
1
-2
/
+2
2012-05-28
Rename wait_irq to yield_toirq.
Kevin O'Connor
1
-1
/
+1
2012-05-21
Allow optionroms and "low mem" to share space.
Kevin O'Connor
1
-1
/
+4
2012-05-20
Add mechanism to declare variables as "low mem" and use for extra stack.
Kevin O'Connor
1
-0
/
+1
2012-05-13
Use the e-segment instead of the 9-segment for bios "low mem".
Kevin O'Connor
1
-1
/
+1
2012-02-01
Add TSC emulation layer for 386/486 CPUs.
Kevin O'Connor
1
-3
/
+2
2012-02-01
Detect CPUID instruction before using it.
Kevin O'Connor
1
-6
/
+6
2011-10-30
util: add le32_to_cpu()
Isaku Yamahata
1
-0
/
+5
2011-07-16
Run option rom visible PMM code in 32bit mode instead of 16bit mode.
Kevin O'Connor
1
-0
/
+2
2011-07-12
pci: remove old pci initilaization code
Gerd Hoffmann
1
-29
/
+0
2011-07-10
Simplify POST entry code by moving reboot logic from post.c to resume.c.
Kevin O'Connor
1
-0
/
+10
2011-07-05
Replace CONFIG_SCREEN_AND_DEBUG with "etc/screen-and-debug" file.
Kevin O'Connor
1
-0
/
+1
2011-07-02
Calculate vgahook responses during setup instead of in 16bit code.
Kevin O'Connor
1
-2
/
+3
2011-06-19
Remove dev-i440fx.c/h - move code closer to its callers.
Kevin O'Connor
1
-7
/
+0
2011-06-13
Add support for use as Xen HVM BIOS.
Ian Campbell
1
-0
/
+1
2011-06-13
Move support for copying out BIOS tables into its own file.
Ian Campbell
1
-0
/
+5
2011-01-08
Move the CBFS payload setup to later in the boot.
Kevin O'Connor
1
-0
/
+1
2011-01-08
Extract space trimming code from ATA and use in USB and bootorder code.
Kevin O'Connor
1
-0
/
+1
2010-12-29
Remove drive->desc field.
Kevin O'Connor
1
-0
/
+2
2010-12-24
Add strchr() function.
Kevin O'Connor
1
-0
/
+1
2010-12-05
util: add memset_fl()
Gerd Hoffmann
1
-0
/
+1
2010-11-25
Enhance call32() to pass a parameter to called function.
Kevin O'Connor
1
-0
/
+1
2010-11-13
pci: introduce pci_region to manage pci io/memory/prefmemory regions.
Isaku Yamahata
1
-0
/
+29
[next]