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
/
post.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-05
Make sure to clear global variables before use.
Kevin O'Connor
1
-0
/
+2
2009-01-29
Don't declare a handler for int 0x1c - the default handler is sufficient.
Kevin O'Connor
1
-1
/
+0
2009-01-19
Rename MAKE_FARPTR (and similar) to MAKE_FLATPTR.
Kevin O'Connor
1
-3
/
+3
2009-01-17
Put each assembler function into its own section.
Kevin O'Connor
1
-2
/
+2
2009-01-17
Move variables from assembler to C code.
Kevin O'Connor
1
-2
/
+1
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
/
+6
2009-01-02
The BDA is at segment 0x0040 not 0x0000.
Kevin O'Connor
1
-17
/
+13
2008-12-31
Use new 'struct disk_op_s' to issue ata requests.
Kevin O'Connor
1
-1
/
+0
2008-12-29
Introduce GET/SET_EBDA2() macros - they take a cached ebda seg.
Kevin O'Connor
1
-1
/
+2
2008-12-28
Move IPL definitions from ebda to global variables.
Kevin O'Connor
1
-9
/
+9
2008-12-28
Move ram size definitions from ebda to global variables.
Kevin O'Connor
1
-3
/
+3
2008-12-26
Support a relocatable ebda segment.
Kevin O'Connor
1
-9
/
+13
2008-12-21
Initial PnP bios call support.
Kevin O'Connor
1
-0
/
+1
2008-12-20
Rework default hwirq handler so there is no confusion on which pic to eoi.
Kevin O'Connor
1
-2
/
+2
2008-12-13
Cleanup of fixed space addresses.
Kevin O'Connor
1
-4
/
+4
2008-12-10
Minor - don't call smm_init() from init_bios_tables()
Kevin O'Connor
1
-2
/
+2
2008-12-10
Improve support for old 16bit resume handlers.
Kevin O'Connor
1
-41
/
+0
2008-11-29
Only touch PCI functions > 0 on multi-function devices; rescan max pci each t...
Kevin O'Connor
1
-1
/
+0
2008-11-29
Don't reset .bss on reboots.
Kevin O'Connor
1
-11
/
+2
2008-11-28
Fix bug - bios writes must be enabled before max PCI bus detected.
Kevin O'Connor
1
-2
/
+2
2008-11-26
Enable a default hw irq handler.
Kevin O'Connor
1
-57
/
+30
2008-11-09
Overhaul PCI config functions.
Kevin O'Connor
1
-0
/
+2
2008-11-08
Overhaul option rom processing.
Kevin O'Connor
1
-2
/
+3
2008-11-07
Place .bss section in 0xf0000 segment.
Kevin O'Connor
1
-2
/
+1
2008-11-01
Separate out and enhance option rom scanning code.
Kevin O'Connor
1
-104
/
+5
2008-10-25
Add support for more than 4Gig of ram.
Kevin O'Connor
1
-4
/
+11
2008-08-17
Set bx/dx to 0xffff on option rom call.
rel-0.3.0
Kevin O'Connor
1
-1
/
+3
2008-07-21
Add config option to disable scanning for option roms.
Kevin O'Connor
1
-0
/
+3
2008-07-21
Add additional config options to remove parts of code.
Kevin O'Connor
1
-0
/
+5
2008-07-19
Misc fixes and updates.
Kevin O'Connor
1
-2
/
+15
2008-07-06
Move $PnP string from boot.c to romlayout.S.
Kevin O'Connor
1
-1
/
+1
2008-07-05
Move elf entry point from post.c to romlayout.S
Kevin O'Connor
1
-12
/
+0
2008-07-05
Use ld to build final rom; remove custom build utilities.
Kevin O'Connor
1
-40
/
+69
2008-07-04
Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR.
Kevin O'Connor
1
-40
/
+47
2008-07-04
Declare kbd_setup() in post.h - next to other kbd.c defines.
Kevin O'Connor
1
-1
/
+0
2008-07-04
Extract 'struct bregs' out of biosvar.h; clean up header includes.
Kevin O'Connor
1
-0
/
+1
2008-07-04
Breakup rombios32.c into pciinit.c and smbios.c
Kevin O'Connor
1
-1
/
+23
2008-06-28
Set BIOS checksum at 0xfffff.
Kevin O'Connor
1
-0
/
+3
2008-06-21
Add code (currently disabled) to mask run away irqs.
Kevin O'Connor
1
-0
/
+9
2008-06-21
Init serial port before using it for debug - also reinit after option rom.
Kevin O'Connor
1
-1
/
+9
2008-06-21
Make 0xa0000 - 0x10000 a "gap" in the e820 map.
Kevin O'Connor
1
-0
/
+3
2008-06-14
Cleanup handling of interrupt controller (PIC).
Kevin O'Connor
1
-42
/
+23
2008-06-11
Move acpi code out of rombios32.c; clean up use of fixed memory addresses.
Kevin O'Connor
1
-1
/
+1
2008-06-08
Enhance e820 memory map generation.
Kevin O'Connor
1
-7
/
+18
2008-06-08
Move debugging messages to appropriate functions.
Kevin O'Connor
1
-11
/
+5
2008-06-08
Separate out ram shadow code and permit more code to write to bios.
Kevin O'Connor
1
-17
/
+34
2008-06-07
Serial debugging code must not access BDA.
Kevin O'Connor
1
-3
/
+0
2008-06-07
Verify that option roms don't try to move the ebda block.
Kevin O'Connor
1
-0
/
+5
2008-05-24
Improve control of debug messages.
Kevin O'Connor
1
-2
/
+16
[next]