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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-21
Rename check_timer() function (and similar) to irqtimer_check().
Kevin O'Connor
1
-2
/
+2
2013-03-17
Set ZF prior to keyboard read call in check_for_keystroke().
Kevin O'Connor
1
-1
/
+1
2012-05-30
Make sure to set dependency to segment registers in inline asm.
Kevin O'Connor
1
-5
/
+6
2012-05-28
Move farcall16 code from util.c to stacks.c and reorg stacks.c.
Kevin O'Connor
1
-49
/
+0
2012-05-28
Rename call16 to farcall16.
Kevin O'Connor
1
-6
/
+6
2012-05-28
Rename wait_irq to yield_toirq.
Kevin O'Connor
1
-1
/
+1
2012-02-01
Detect CPUID instruction before using it.
Kevin O'Connor
1
-0
/
+16
2011-01-08
Extract space trimming code from ATA and use in USB and bootorder code.
Kevin O'Connor
1
-0
/
+10
2010-12-24
Add strchr() function.
Kevin O'Connor
1
-0
/
+9
2010-12-05
util: add memset_fl()
Gerd Hoffmann
1
-0
/
+9
2010-07-27
Handle unaligned sizes in iomemcpy().
Kevin O'Connor
1
-4
/
+7
2010-06-06
Introduce memcpy_fl - a memcpy on "flat" pointers.
Kevin O'Connor
1
-0
/
+11
2010-05-23
Don't use RTC to time boot menu delay.
Kevin O'Connor
1
-22
/
+3
2010-05-23
Allow wait_irq to be called in 32bit code.
Kevin O'Connor
1
-29
/
+0
2010-05-01
Further parallelize init when using CONFIG_THREAD_OPTIONROMS.
Kevin O'Connor
1
-0
/
+6
2010-02-17
Fix off by one error in strtcpy.
Kevin O'Connor
1
-1
/
+1
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-3
/
+3
2009-12-26
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
1
-4
/
+4
2009-12-13
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
1
-2
/
+2
2009-12-10
Move stack manipulation code from util.c to new file stacks.c.
Kevin O'Connor
1
-179
/
+16
2009-12-09
Clear thread info on each boot.
Kevin O'Connor
1
-1
/
+8
2009-12-05
Introduce optimized iomemcpy function for copying from io memory.
Kevin O'Connor
1
-0
/
+20
2009-10-24
Improve debugging output from threads.
Kevin O'Connor
1
-4
/
+4
2009-10-24
Add simple cooperative threading scheme to allow parallel hw init.
Kevin O'Connor
1
-15
/
+146
2009-10-24
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
1
-3
/
+48
2009-09-24
Interrupts should be enabled when calling 16bit code.
Kevin O'Connor
1
-0
/
+3
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-3
/
+3
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
-8
/
+2
2009-06-10
Add support for gcc v3.x compilers.
Kevin O'Connor
1
-23
/
+16
2009-05-06
Minor - formatting enhancements; add memset_far funcs.
Kevin O'Connor
1
-8
/
+31
2009-04-19
Fixup previous memcpy optimization.
Kevin O'Connor
1
-14
/
+4
2009-04-19
Optimize memcpy.
Kevin O'Connor
1
-5
/
+17
2009-04-18
Replace memeq/streq functions with memcmp/strcmp.
Kevin O'Connor
1
-6
/
+6
2009-04-13
Clear irqs in transition32 instead of callers.
Kevin O'Connor
1
-0
/
+2
2009-04-13
Initial support for running CBFS payloads.
Kevin O'Connor
1
-1
/
+26
2009-04-11
Initial support for finding option roms in coreboot flash layout.
Kevin O'Connor
1
-0
/
+14
2009-03-01
Consistently disable irqs at start of each assembler entry point.
Kevin O'Connor
1
-1
/
+1
2009-02-27
Save/restore %ebp in __call16 instead of in caller (call16).
Kevin O'Connor
1
-2
/
+2
2009-02-15
Minor - change checksum functions to take a (void *).
Kevin O'Connor
1
-3
/
+3
2009-02-15
Allow ctrl+alt+delete to work when no boot device found.
Kevin O'Connor
1
-1
/
+1
2009-02-08
Simplify boot code.
Kevin O'Connor
1
-0
/
+11
2009-02-08
Reorganize boot code.
Kevin O'Connor
1
-0
/
+47
2009-01-19
Minor - call16 should not assume %cs==SEG_BIOS.
Kevin O'Connor
1
-3
/
+5
2009-01-19
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
1
-14
/
+21
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-8
/
+8
2009-01-19
Minor - always set %esp immediately after setting %ss.
Kevin O'Connor
1
-15
/
+14
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-01
Reduce stack usage of hw irq handlers.
Kevin O'Connor
1
-0
/
+19
2009-01-01
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
1
-6
/
+38
[next]