index
:
rocket-tools/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
/
fw
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-18
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
1
-1
/
+1
2013-09-18
Move fw/acpi.h to std/acpi.h.
Kevin O'Connor
8
-289
/
+5
2013-09-18
Move fw/mptable.h to std/mptable.h.
Kevin O'Connor
4
-83
/
+2
2013-09-18
Move fw/smbios.h to std/smbios.h.
Kevin O'Connor
6
-174
/
+2
2013-09-18
Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.
Kevin O'Connor
3
-984
/
+5
2013-09-18
Move optionroms.h to std/optionrom.h and util.h.
Kevin O'Connor
1
-1
/
+1
2013-09-18
Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.
Kevin O'Connor
2
-2
/
+2
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
14
-59
/
+71
2013-09-18
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
10
-2
/
+12
2013-09-18
Move romfile definitions from util.h to new file romfile.h.
Kevin O'Connor
6
-0
/
+6
2013-09-18
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
3
-0
/
+3
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
12
-4
/
+15
2013-09-18
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
9
-1
/
+10
2013-09-02
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
34
-0
/
+8121