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
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-29
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
Kevin O'Connor
1
-1
/
+1
2014-12-03
build: set LC_ALL=C
Gerd Hoffmann
1
-0
/
+1
2014-06-11
build: Get fixed address variables from 32bit compile pass (not 16bit)
Kevin O'Connor
1
-5
/
+5
2014-06-11
build: Keep segmented sections separate until final link step.
Kevin O'Connor
1
-1
/
+1
2014-06-05
build: use -m16 where available instead of asm(".code16gcc")
David Woodhouse
1
-1
/
+3
2014-06-05
build: Avoid absolute paths during "whole-program" compiling.
Kevin O'Connor
1
-2
/
+2
2014-06-04
smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.
Kevin O'Connor
1
-2
/
+1
2014-05-08
build: Make sure romlayout.o is recompiled on Kconfig change.
Kevin O'Connor
1
-1
/
+1
2014-05-08
ld: don't hardcode "-melf_i386"
Roger Pau Monne
1
-2
/
+3
2014-04-11
vgabios: Initial support for coreboot native vga vgabios.
Kevin O'Connor
1
-1
/
+2
2014-01-29
xhci: Run the XHCI driver entirely in 32bit mode.
Kevin O'Connor
1
-2
/
+2
2014-01-10
Prevent build failure by not splitting line in the middle of arguments to che...
Sander Eikelenboom
1
-2
/
+1
2013-12-27
pvscsi: Always run entirely in 32bit mode.
Kevin O'Connor
1
-2
/
+2
2013-12-23
build: Don't trash the .config file when src/Kconfig changes.
Kevin O'Connor
1
-1
/
+1
2013-12-05
add hw/serialio.c to SRC32SEG
Gerd Hoffmann
1
-1
/
+1
2013-12-04
vgabios: Move initialization code to new file vgainit.c.
Kevin O'Connor
1
-1
/
+2
2013-12-04
vgabios: Support allocating an extra stack for vgabios calls and default on.
Kevin O'Connor
1
-1
/
+1
2013-12-04
Move low-level hardware writing from output.c to new file hw/serialio.c.
Kevin O'Connor
1
-2
/
+2
2013-11-06
romfile_loader: utility to patch in-memory ROM files
Michael S. Tsirkin
1
-1
/
+1
2013-10-26
Add pvscsi boot support
Evgeny Budilovsky
1
-1
/
+1
2013-10-16
Build different final files for QEMU, coreboot, and CSM.
Kevin O'Connor
1
-3
/
+18
2013-10-14
Run ahci code entirely in 32bit mode.
Kevin O'Connor
1
-2
/
+2
2013-09-30
build: explicitly set ROM size
Gerd Hoffmann
1
-1
/
+2
2013-09-30
build: create output dirs in do-kconfig
Gerd Hoffmann
1
-4
/
+2
2013-09-28
Move dma code to new file hw/dma.c.
Kevin O'Connor
1
-1
/
+1
2013-09-28
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
1
-1
/
+1
2013-09-25
build: simplify cross builds
Gerd Hoffmann
1
-13
/
+18
2013-09-19
usb: add xhci support
Gerd Hoffmann
1
-1
/
+1
2013-09-18
build: Fix import of gcc dependency files.
Kevin O'Connor
1
-1
/
+1
2013-09-18
Move malloc code from pmm.c to new files malloc.c and malloc.h.
Kevin O'Connor
1
-1
/
+1
2013-09-18
build: Perform compile checking on vgasrc code.
Kevin O'Connor
1
-1
/
+1
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-3
/
+3
2013-09-18
Split x86 specific functions out of util.c/h to new files x86.c/h.
Kevin O'Connor
1
-1
/
+1
2013-09-02
build: Reorder makefile source list to group like files together.
Kevin O'Connor
1
-11
/
+16
2013-09-02
Move code cenetered around firmware initialization to src/fw/
Kevin O'Connor
1
-8
/
+8
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-11
/
+11
2013-09-02
build: Don't use vpath makefile directive.
Kevin O'Connor
1
-14
/
+12
2013-08-17
Rename tools/ directory to scripts/ directory.
Kevin O'Connor
1
-19
/
+19
2013-08-10
Add config option to support memory allocations in 9-segment.
Kevin O'Connor
1
-1
/
+1
2013-07-20
Move internal timer code from clock.c to a new file timer.c.
Kevin O'Connor
1
-1
/
+1
2013-03-17
Add dependencies to vgafixup.py and buildversion.sh scripts.
Kevin O'Connor
1
-3
/
+3
2013-03-08
Add additional dependency checks to Makefile.
Kevin O'Connor
1
-3
/
+6
2013-03-06
Rename src/ssdt-susp.dsl to src/ssdt-misc.dsl.
Kevin O'Connor
1
-1
/
+1
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-4
/
+4
2013-02-17
build: Don't require $(OUT) to be a sub-directory of the main directory.
Kevin O'Connor
1
-2
/
+2
2013-02-17
Fix Makefile - don't reference "out/" directly, instead use "$(OUT)".
Kevin O'Connor
1
-3
/
+3
2013-02-07
Add CSM support
David Woodhouse
1
-1
/
+1
2012-12-11
Add compile checking phase to build.
Kevin O'Connor
1
-4
/
+8
2012-12-11
Don't use gcc's -combine option.
Kevin O'Connor
1
-22
/
+5
2012-12-11
Don't recursively evaluate CFLAGS variables.
Kevin O'Connor
1
-6
/
+6
[next]