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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-21
Remove 0x09 as a normal post code (forward port from bochs).
Kevin O'Connor
1
-1
/
+0
2009-06-21
Forward port bochs pci changes.
Kevin O'Connor
1
-10
/
+3
2009-06-21
Forward port bochs smp changes; rename smpdetect.c to smp.c.
Kevin O'Connor
8
-55
/
+96
2009-06-17
Support running non-pci specific vga option roms from CBFS.
Kevin O'Connor
3
-8
/
+26
2009-06-15
Make sure memcpy() works in 16bit mode also.
Kevin O'Connor
2
-0
/
+6
2009-06-15
Fix compile of smpdetect - last commit missed an include.
Kevin O'Connor
1
-0
/
+1
2009-06-15
Unify mode16/32 compiler checks.
Kevin O'Connor
6
-18
/
+15
2009-06-15
Avoid -fwhole-program on broken gcc instead of stopping build.
Kevin O'Connor
3
-13
/
+0
2009-06-10
Add support for gcc v3.x compilers.
Kevin O'Connor
5
-28
/
+46
2009-06-10
Do garbage collection of unused sections.
Kevin O'Connor
9
-22
/
+38
2009-06-10
Try to check for IDE drive 0 responding to drive 1 commands.
Kevin O'Connor
1
-21
/
+31
2009-05-30
Fix typo in irqentryarg declaration.
Kevin O'Connor
1
-1
/
+1
2009-05-27
In register dump, show %esp - not address of regs.
Kevin O'Connor
1
-2
/
+2
2009-05-24
Add delay when changing drive on ide.
Kevin O'Connor
1
-2
/
+3
2009-05-23
Eliminate "_code32_" prefix on 32bit symbols referenced from 16bit code.
Kevin O'Connor
4
-15
/
+31
2009-05-23
Pack 16bit code into last part of f-segment.
Kevin O'Connor
2
-5
/
+1
2009-05-17
Verify ebda segment looks sane before using during resume.
Kevin O'Connor
4
-4
/
+16
2009-05-16
Support %ebp register in 'struct bregs'.
Kevin O'Connor
5
-6
/
+17
2009-05-16
Define unified entry points for irq handlers.
Kevin O'Connor
3
-37
/
+96
2009-05-15
Flush debugging serial output after every line.
Kevin O'Connor
1
-6
/
+22
2009-05-12
Improve serial port detection.
Kevin O'Connor
3
-31
/
+48
2009-05-06
Move assembler entry macros in romlayout.S into new file entryfuncs.S.
Kevin O'Connor
2
-135
/
+141
2009-05-06
Minor - report found serial and lpt ports.
Kevin O'Connor
1
-1
/
+3
2009-05-06
Minor - formatting enhancements; add memset_far funcs.
Kevin O'Connor
4
-15
/
+39
2009-05-06
Minor - verify e820 request is large enough to hold response.
Kevin O'Connor
1
-1
/
+2
2009-05-06
Minor - add some additional vga definitions of bda.
Kevin O'Connor
1
-0
/
+9
2009-05-06
Detect ps2 nak response.
Kevin O'Connor
1
-6
/
+11
2009-05-05
Add support for field width argument to %x (eg, %08x).
Kevin O'Connor
4
-21
/
+47
2009-05-05
Don't send ATA error reports when cdrom not ready.
Kevin O'Connor
1
-2
/
+5
2009-04-30
Add ability to run all option roms in CBFS directory "genroms/".
Kevin O'Connor
3
-31
/
+76
2009-04-29
Add config option to set boot menu delay time.
Kevin O'Connor
2
-3
/
+5
2009-04-27
Add support for compressed option roms.
Kevin O'Connor
3
-24
/
+56
2009-04-26
Add LZMA decompression support to CBFS.
Kevin O'Connor
4
-8
/
+517
2009-04-26
Exit CBFS file search early if zero signature found.
Kevin O'Connor
1
-1
/
+4
2009-04-26
Minor - simplify add_e820() function.
Kevin O'Connor
1
-14
/
+11
2009-04-19
Fixup previous memcpy optimization.
Kevin O'Connor
3
-20
/
+7
2009-04-19
Optimize memcpy.
Kevin O'Connor
2
-6
/
+22
2009-04-18
Allow booting from any device when under coreboot.
Kevin O'Connor
1
-11
/
+5
2009-04-18
Try to prevent mapping option roms over flash.
Kevin O'Connor
1
-1
/
+3
2009-04-18
Replace memeq/streq functions with memcmp/strcmp.
Kevin O'Connor
4
-11
/
+11
2009-04-18
Add support for waiting for drive startup during ATA detect.
Kevin O'Connor
1
-11
/
+41
2009-04-16
Minor - add more debugging output to option rom scanning.
Kevin O'Connor
1
-1
/
+4
2009-04-13
Add option CONFIG_DISABLE_A20 to control disabling A20 on boot.
Kevin O'Connor
2
-0
/
+4
2009-04-13
Minor - reset data segments in post32 entry point.
Kevin O'Connor
1
-0
/
+6
2009-04-13
Clear irqs in transition32 instead of callers.
Kevin O'Connor
2
-13
/
+11
2009-04-13
Minor - reorganize romlayout.S to better group entry points.
Kevin O'Connor
1
-67
/
+72
2009-04-13
Make sure optionroms have a non-zero size before using them.
Kevin O'Connor
1
-0
/
+2
2009-04-13
Initial support for running CBFS payloads.
Kevin O'Connor
5
-36
/
+196
2009-04-11
Initial support for finding option roms in coreboot flash layout.
Kevin O'Connor
7
-33
/
+168
2009-04-08
Rework linker scripts so they work on new version of ld.
Kevin O'Connor
3
-10
/
+8
[next]