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
/
biosvar.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-26
Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT.
Kevin O'Connor
1
-3
/
+3
2009-12-13
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
1
-0
/
+1
2009-10-22
Pass 'drive_s' pointer instead of driveid.
Kevin O'Connor
1
-8
/
+13
2009-09-24
Add support for permanent low memory allocations.
Kevin O'Connor
1
-3
/
+1
2009-09-11
Define bit names for keyboard shift flags.
Kevin O'Connor
1
-1
/
+1
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-19
/
+6
2009-08-11
Store cdrom emulated driveid directly.
Kevin O'Connor
1
-3
/
+2
2009-08-11
Separate ATA code from generic disk code.
Kevin O'Connor
1
-1
/
+1
2009-08-09
Remove unused cdemu ATA code.
Kevin O'Connor
1
-3
/
+0
2009-08-09
Implement cdrom disk emulation at high-level instead of in low-level ATA.
Kevin O'Connor
1
-10
/
+16
2009-08-01
Add Post Memory Manager (PMM) support.
Kevin O'Connor
1
-1
/
+3
2009-06-15
Unify mode16/32 compiler checks.
Kevin O'Connor
1
-6
/
+2
2009-05-17
Verify ebda segment looks sane before using during resume.
Kevin O'Connor
1
-0
/
+6
2009-05-06
Minor - add some additional vga definitions of bda.
Kevin O'Connor
1
-0
/
+9
2009-02-07
More floppy code cleanups.
Kevin O'Connor
1
-2
/
+1
2009-01-19
Implement memcpy_far and checksum_far, and replace _fl variants.
Kevin O'Connor
1
-2
/
+6
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-1
/
+1
2009-01-19
Minor - streamline SET_GLOBAL macro - reduce #if usage.
Kevin O'Connor
1
-9
/
+5
2009-01-17
Move variables from assembler to C code.
Kevin O'Connor
1
-4
/
+4
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-02
The BDA is at segment 0x0040 not 0x0000.
Kevin O'Connor
1
-7
/
+16
2009-01-01
Switch to new stack when calling ATA function in 16bit mode.
Kevin O'Connor
1
-4
/
+9
2008-12-31
Return CDEMU parameters to ebda segment (instead of using globals).
Kevin O'Connor
1
-2
/
+21
2008-12-29
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
1
-5
/
+12
2008-12-28
Move IPL definitions from ebda to global variables.
Kevin O'Connor
1
-27
/
+1
2008-12-28
Move most of ATA and CDEMU from ebda to global variables.
Kevin O'Connor
1
-89
/
+29
2008-12-28
Move ram size definitions from ebda to global variables.
Kevin O'Connor
1
-4
/
+0
2008-12-28
Move pir table offset from ebda to a global variable.
Kevin O'Connor
1
-3
/
+0
2008-12-26
Support a relocatable ebda segment.
Kevin O'Connor
1
-5
/
+10
2008-12-13
Implement GET/SET_GLOBAL(...) instead of using GET/SET_VAR(CS, ...)
Kevin O'Connor
1
-0
/
+16
2008-12-10
Improve support for old 16bit resume handlers.
Kevin O'Connor
1
-2
/
+7
2008-11-08
Avoid casting EBDA variables ipl.description and pir_loc.
Kevin O'Connor
1
-2
/
+4
2008-11-08
Update e820 map in place instead of copying it.
Kevin O'Connor
1
-2
/
+0
2008-10-25
Add support for more than 4Gig of ram.
Kevin O'Connor
1
-1
/
+2
2008-10-25
Supply vga register names for BDA.
Kevin O'Connor
1
-5
/
+17
2008-08-31
Use PCI bus scan to find all ATA controllers. Several IDE fixes.
Kevin O'Connor
1
-1
/
+1
2008-07-20
Rewrite ps2 port (keyboard/mouse) handling.
Kevin O'Connor
1
-0
/
+2
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-50
/
+4
2008-06-12
Generate PIR table at post time.
Kevin O'Connor
1
-0
/
+1
2008-06-08
Enhance e820 memory map generation.
Kevin O'Connor
1
-4
/
+6
2008-05-18
Establish boot order in post stage.
Kevin O'Connor
1
-1
/
+2
2008-05-18
Auto detect EBDA_SIZE from size of data structure.
Kevin O'Connor
1
-2
/
+2
2008-05-17
Unify memory size detection.
Kevin O'Connor
1
-0
/
+3
2008-05-14
Add full support for drives with more that 2<<32 sectors.
Kevin O'Connor
1
-1
/
+1
2008-04-13
Move hard drive init from post.c to ata.c.
Kevin O'Connor
1
-2
/
+1
2008-04-05
Forward port new boot menu features from bochs bios.
Kevin O'Connor
1
-0
/
+1
2008-03-30
Minor cleanups.
Kevin O'Connor
1
-5
/
+6
2008-03-29
Merge IPL segment into EBDA segment.
Kevin O'Connor
1
-53
/
+46
2008-03-29
Refactor ata code.
Kevin O'Connor
1
-1
/
+0
2008-03-11
Don't pass in ebp/esp to irq handlers.
Kevin O'Connor
1
-2
/
+3
[next]