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
2009-06-21
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
1
-2
/
+19
2009-06-17
Support running non-pci specific vga option roms from CBFS.
Kevin O'Connor
1
-2
/
+2
2009-06-15
Make sure memcpy() works in 16bit mode also.
Kevin O'Connor
1
-0
/
+3
2009-06-15
Unify mode16/32 compiler checks.
Kevin O'Connor
1
-4
/
+1
2009-06-10
Add support for gcc v3.x compilers.
Kevin O'Connor
1
-3
/
+18
2009-05-06
Minor - formatting enhancements; add memset_far funcs.
Kevin O'Connor
1
-1
/
+3
2009-04-30
Add ability to run all option roms in CBFS directory "genroms/".
Kevin O'Connor
1
-1
/
+4
2009-04-27
Add support for compressed option roms.
Kevin O'Connor
1
-1
/
+1
2009-04-19
Fixup previous memcpy optimization.
Kevin O'Connor
1
-5
/
+2
2009-04-19
Optimize memcpy.
Kevin O'Connor
1
-1
/
+5
2009-04-18
Replace memeq/streq functions with memcmp/strcmp.
Kevin O'Connor
1
-2
/
+2
2009-04-13
Initial support for running CBFS payloads.
Kevin O'Connor
1
-1
/
+5
2009-04-11
Initial support for finding option roms in coreboot flash layout.
Kevin O'Connor
1
-1
/
+3
2009-02-27
Build mptable using C 'struct's.
Kevin O'Connor
1
-3
/
+0
2009-02-17
Add hexdump() output helper function.
Kevin O'Connor
1
-0
/
+1
2009-02-15
Minor - change checksum functions to take a (void *).
Kevin O'Connor
1
-2
/
+2
2009-02-15
Allow ctrl+alt+delete to work when no boot device found.
Kevin O'Connor
1
-0
/
+1
2009-02-08
Add support for selecting harddrive order in boot menu.
Kevin O'Connor
1
-0
/
+1
2009-02-08
Minor - rename BX_PANIC to panic.
Kevin O'Connor
1
-1
/
+1
2009-02-08
Simplify boot code.
Kevin O'Connor
1
-0
/
+1
2009-02-08
Reorganize boot code.
Kevin O'Connor
1
-0
/
+1
2009-01-19
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
1
-2
/
+4
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-2
/
+2
2009-01-17
Move variables from assembler to C code.
Kevin O'Connor
1
-0
/
+3
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-04
Initial KVM support.
Kevin O'Connor
1
-0
/
+3
2009-01-02
Improve set_code_fail/floppy_ret/disk_ret code generation.
Kevin O'Connor
1
-5
/
+5
2009-01-01
Reduce stack usage of hw irq handlers.
Kevin O'Connor
1
-5
/
+4
2009-01-01
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
1
-0
/
+1
2008-12-28
Move IPL definitions from ebda to global variables.
Kevin O'Connor
1
-6
/
+0
2008-12-28
Move ram size definitions from ebda to global variables.
Kevin O'Connor
1
-0
/
+2
2008-12-21
Initial PnP bios call support.
Kevin O'Connor
1
-0
/
+5
2008-12-13
Implement time based checks even when looping on an ioport.
Kevin O'Connor
1
-0
/
+1
2008-12-10
Improve support for old 16bit resume handlers.
Kevin O'Connor
1
-0
/
+6
2008-12-06
Call option roms in "big real mode".
Kevin O'Connor
1
-0
/
+1
2008-11-29
Don't reset .bss on reboots.
Kevin O'Connor
1
-0
/
+1
2008-11-28
Implement tsc based delay timers, and use them throughout code.
Kevin O'Connor
1
-1
/
+10
2008-11-01
Separate out and enhance option rom scanning code.
Kevin O'Connor
1
-0
/
+4
2008-08-29
Rename memcpy() to memcpy_far() and add regular memcpy() code.
Kevin O'Connor
1
-0
/
+1
2008-08-17
Add stubs for VIA vga bios callbacks to system bios.
Kevin O'Connor
1
-0
/
+3
2008-07-07
Improve debugging output.
Kevin O'Connor
1
-4
/
+3
2008-07-05
Use ld to build final rom; remove custom build utilities.
Kevin O'Connor
1
-6
/
+0
2008-07-04
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
Kevin O'Connor
1
-1
/
+1
2008-07-04
Declare kbd_setup() in post.h - next to other kbd.c defines.
Kevin O'Connor
1
-0
/
+1
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-62
/
+4
2008-07-04
Breakup rombios32.c into pciinit.c and smbios.c
Kevin O'Connor
1
-2
/
+5
2008-07-04
Separate out smp detection and mp table generation from rombios32.c
Kevin O'Connor
1
-0
/
+13
2008-07-04
Separate SMM code into its own file (smm.c from rombios32.c).
Kevin O'Connor
1
-0
/
+3
2008-06-21
Init serial port before using it for debug - also reinit after option rom.
Kevin O'Connor
1
-0
/
+1
2008-06-14
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
1
-13
/
+6
[next]