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
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-04
Increase BUILD_MIN_BIOSTABLE for large roms
Gerd Hoffmann
1
-0
/
+4
2020-07-24
ldnoexec: Add script to remove ET_EXEC flag from intermediate build objects
Kevin O'Connor
1
-0
/
+32
2018-02-27
build: Use git describe --always
Kevin O'Connor
1
-1
/
+1
2016-08-10
checkstack: Handle conditional checks at start of functions
Kevin O'Connor
1
-0
/
+5
2016-02-19
build: fix .text section address alignment
Kevin O'Connor
1
-4
/
+10
2015-12-28
build: fix typo in buildversion.py
Roger Pau Monne
1
-1
/
+1
2015-11-19
acpi: Remove build check for iasl
Kevin O'Connor
1
-13
/
+0
2015-11-19
acpi_extract: Make the generated .hex files more human readable
Kevin O'Connor
1
-4
/
+11
2015-11-19
acpi_extract: Move main code to new function main()
Kevin O'Connor
1
-110
/
+115
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-10-23
build: Allow official tarball builds to be considered "clean"
Kevin O'Connor
1
-2
/
+8
2015-10-22
build: Be more permissive in buildversion.py tool version scan
Kevin O'Connor
1
-25
/
+23
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
1
-4
/
+43
2015-10-15
build: Rework version generation; don't allow make version override
Kevin O'Connor
2
-31
/
+66
2015-10-09
Fix typos found by codespell
Stefan Weil
1
-1
/
+1
2015-06-03
build: Support "make VERSION=xyz" to override the default build version
Kevin O'Connor
1
-6
/
+10
2015-06-01
Add multiboot support.
Vladimir Serbinenko
1
-0
/
+8
2015-04-17
checkstack: Minor - continue if not a regular asm line
Kevin O'Connor
1
-54
/
+54
2015-04-11
vgabios: Emulate "leal" instruction
Kevin O'Connor
1
-3
/
+58
2015-03-20
checkrom: Fix typo in error message
Andreas Färber
1
-1
/
+1
2015-03-19
checkstack: Prefer passing "function" class instead of function address
Kevin O'Connor
1
-15
/
+13
2015-03-19
checkstack: Simplify yield calculations
Kevin O'Connor
1
-33
/
+21
2015-03-19
checkstack: Replace function information tuple with class
Kevin O'Connor
1
-69
/
+77
2015-01-19
checkstack: Handle callw instruction
Kevin O'Connor
1
-0
/
+2
2015-01-01
readserial: Enhance pipe support
Kevin O'Connor
1
-15
/
+14
2014-11-25
add scripts/tarball.sh
Gerd Hoffmann
1
-0
/
+36
2014-10-11
build: Support declaring 32bit C functions that must reside in the f-segment
Kevin O'Connor
1
-5
/
+11
2014-08-25
build: Update kconfig to version in Linux 3.16.
Kevin O'Connor
22
-32
/
+48
2014-06-11
build: Minor - fix comments referring to old tools/ directory.
Kevin O'Connor
4
-4
/
+4
2014-06-11
build: Get fixed address variables from 32bit compile pass (not 16bit)
Kevin O'Connor
1
-4
/
+6
2014-06-11
build: Only export needed fields in LayoutInfo in layoutrom.py.
Kevin O'Connor
1
-63
/
+67
2014-06-11
build: Use fileid instead of category to write sections in layoutrom.py.
Kevin O'Connor
1
-21
/
+28
2014-06-11
build: Keep segmented sections separate until final link step.
Kevin O'Connor
1
-32
/
+20
2014-06-11
build: Rework getRelocs() to use a hash instead of categories in layoutrom.py
Kevin O'Connor
1
-19
/
+13
2014-06-11
build: Refactor findInit() function.
Kevin O'Connor
1
-28
/
+18
2014-06-11
build: Use customized entry point for each type of build.
Kevin O'Connor
1
-12
/
+15
2014-06-11
build: Refactor layoutrom.py gc() function.
Kevin O'Connor
1
-25
/
+15
2014-06-11
build: Extract section visiting logic in layoutrom.py.
Kevin O'Connor
1
-57
/
+60
2014-06-11
build: Remove unused function getSectionsStart() from layoutrom.py.
Kevin O'Connor
1
-5
/
+0
2014-05-27
python3 fixes for vgabios and csm builds.
rel-1.7.5
Kevin O'Connor
2
-19
/
+19
2014-01-22
scripts: Allow encodeint.py to take integers in hex notation.
Kevin O'Connor
1
-1
/
+1
2014-01-22
build: Update kconfig to version in Linux 3.13.
Kevin O'Connor
11
-361
/
+392
2014-01-20
build: Be careful with unicode and byte strings for python3 compatibility.
Johannes Krampf
7
-18
/
+44
2014-01-20
build: Avoid sort() on unordered classes for python3 compatibility.
Johannes Krampf
1
-3
/
+4
2014-01-20
build: Be explicit that we want integers when dividing for python3 compat.
Johannes Krampf
3
-5
/
+5
2014-01-20
build: Make print statements in scripts python3 compatible.
Johannes Krampf
5
-38
/
+38
2014-01-20
build: Remove unneccesary semicolons from acpi_extract scripts.
Johannes Krampf
2
-38
/
+38
2013-12-07
Separate out sec32init sections even when not doing code relocation.
Kevin O'Connor
1
-19
/
+34
[next]