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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-11
buildversion: Add debugging messages
Kevin O'Connor
1
-2
/
+19
2015-11-09
buildversion: Avoid subprocess.check_output() as that requires python2.7
Kevin O'Connor
1
-13
/
+19
2015-11-04
PCI SDHCI driver: Fix base address
Kyösti Mälkki
1
-0
/
+1
2015-10-26
docs: Minor - replace seavgabios text in Build_overview.md with link
Kevin O'Connor
2
-6
/
+3
2015-10-24
virtio: Minor - replace tab characters with space
Kevin O'Connor
1
-2
/
+2
2015-10-24
biostables: Minor - fix incorrect indentation
Kevin O'Connor
1
-1
/
+1
2015-10-24
coreboot: Minor - avoid K&R style function declaration
Kevin O'Connor
1
-1
/
+1
2015-10-23
build: Allow official tarball builds to be considered "clean"
Kevin O'Connor
1
-2
/
+8
2015-10-23
docs: Document 'make EXTRAVERSION=xyz' and scripts/tarball.sh
Kevin O'Connor
1
-0
/
+28
2015-10-22
build: Be more permissive in buildversion.py tool version scan
Kevin O'Connor
1
-25
/
+23
2015-10-21
Add QEMU fw_cfg DMA interface
Marc Marí
2
-12
/
+93
2015-10-15
malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()
Kevin O'Connor
3
-4
/
+4
2015-10-15
stacks: Use macro wrappers for call32() and stack_hop_back()
Kevin O'Connor
8
-44
/
+41
2015-10-15
build: Generate "reproducible" version strings on "clean" builds
Kevin O'Connor
1
-4
/
+6
2015-10-15
build: Report gcc and binutils versions in debug log
Kevin O'Connor
7
-7
/
+50
2015-10-15
build: Rework version generation; don't allow make version override
Kevin O'Connor
5
-37
/
+83
2015-10-15
memmap: Introduce SYMBOL() macro to access linker script symbols
Kevin O'Connor
7
-48
/
+46
2015-10-15
malloc: Don't mix virtual and physical addresses
Kevin O'Connor
4
-89
/
+101
2015-10-15
malloc: Add warning if free() called on invalid memory
Kevin O'Connor
2
-3
/
+11
2015-10-15
malloc: Introduce common helper alloc_new_detail()
Kevin O'Connor
2
-35
/
+47
2015-10-15
malloc: Use consistent naming for internal low-level "alloc" functions
Kevin O'Connor
1
-51
/
+51
2015-10-15
virtio: Move standard definitions from virtio-ring.h to standard headers
Kevin O'Connor
4
-8
/
+16
2015-10-15
virtio: Simplify vring alignment code
Kevin O'Connor
1
-20
/
+9
2015-10-15
e820: Update debugging messages to report 64bit values
Kevin O'Connor
1
-1
/
+1
2015-10-15
e820: Rename memmap.c to e820map.c and use consistent "e820_" prefix
Kevin O'Connor
13
-66
/
+73
2015-10-15
e820: Introduce e820_remove() and avoid exporting E820_HOLE
Kevin O'Connor
3
-3
/
+11
2015-10-09
Fix typos found by codespell
Stefan Weil
12
-13
/
+13
2015-10-09
Always enable caching on transition32; backup/restore cr0 on call32
Kevin O'Connor
5
-26
/
+35
2015-10-09
Consolidate code16*() functions
Kevin O'Connor
1
-34
/
+27
2015-09-14
Use transition32_nmi_off from call32() and call16_back()
Kevin O'Connor
2
-2
/
+3
2015-09-14
Unify call32_sloppy() and call32()
Kevin O'Connor
1
-18
/
+12
2015-09-14
Unify inline assembler in variants of call16 functions
Kevin O'Connor
2
-77
/
+34
2015-09-14
Rename Call32Data to Call16Data
Kevin O'Connor
1
-29
/
+29
2015-09-14
Unify smm/sloppy variants of call32_prep/post and call16_helper
Kevin O'Connor
1
-82
/
+50
2015-09-13
build: use -fstack-check=no when available
Magnus Granberg
1
-0
/
+1
2015-09-08
docs: Minor - add "code relocation" link to "Execution and code flow" document
Kevin O'Connor
1
-1
/
+1
2015-09-03
Simplify transition16/32 assembler code
Kevin O'Connor
1
-49
/
+40
2015-09-03
minor - correct spelling error in comment
Kevin O'Connor
1
-1
/
+1
2015-09-03
megasas: Use outl() on MFI_IDB register
Kevin O'Connor
1
-1
/
+1
2015-09-03
megasas: Fix outw, outl argument order
Stefan Weil
1
-4
/
+4
2015-09-03
sdcard: Obtain card capacity and report it on the boot menu
Kevin O'Connor
1
-5
/
+43
2015-09-03
sdcard: Display sdcard product name in boot menu
Kevin O'Connor
1
-2
/
+10
2015-09-03
sdcard: Turn card_type into a bitmap and store if card is MMC type
Kevin O'Connor
1
-10
/
+9
2015-09-03
sdcard: Move drive registration to sdcard_card_setup()
Kevin O'Connor
1
-15
/
+15
2015-09-03
sdcard: Move frequency setting into sdcard_card_setup()
Kevin O'Connor
1
-8
/
+10
2015-09-03
sdcard: Move sdcard_set_frequency()/sdcard_set_power() in sdcard.c
Kevin O'Connor
1
-58
/
+58
2015-09-01
rtc: Disable NMI in rtc_mask()
Kevin O'Connor
1
-0
/
+1
2015-08-24
docs: Don't use an add-symbol-file offset when describing gdb debugging
Kevin O'Connor
1
-8
/
+9
2015-08-24
xhci: Minor - add USB port type comments to xhci_hub_reset()
Kevin O'Connor
1
-0
/
+2
2015-08-24
sdcard: Allow sdcard addresses to be specified in CBFS files
Kevin O'Connor
2
-12
/
+37
[next]