aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-08-17Rename tools/ directory to scripts/ directory.Kevin O'Connor54-24615/+0
2013-08-10Add config option to support memory allocations in 9-segment.Kevin O'Connor1-6/+30
2013-08-02acpi_extract.py: document DEVICE directivesMichael S. Tsirkin1-0/+3
2013-06-08Minor - explicitly close files in buildrom.py.Kevin O'Connor1-0/+2
2013-03-08Add VARVERIFY32INIT attribute for variables only available during "init".Kevin O'Connor1-9/+9
2013-03-06acpi: Eliminate BDAT parameter passing to DSDT code.Kevin O'Connor1-1/+16
2013-02-23Minor - fix confusing final_sec32low_start name in layoutrom.py.Kevin O'Connor1-3/+3
2013-02-19Eliminate separate BiosTableSpace[] space for f-segment allocations.Kevin O'Connor1-0/+16
2013-02-19Don't relocate "varlow" variable references at runtime.Kevin O'Connor2-33/+38
2013-02-18Introduce VARFSEG for variables that will reside in the f-segment.Kevin O'Connor1-7/+22
2013-02-18Verify CC is valid during build tests.Kevin O'Connor1-1/+8
2013-02-17Clarify build generated "zone low" values.Kevin O'Connor1-16/+16
2013-02-17build: Don't require $(OUT) to be a sub-directory of the main directory.Kevin O'Connor1-7/+7
2013-02-12Update tools/acpi_extract.py to handle iasl 20130117 release.Kevin O'Connor1-2/+2
2013-02-07Ensure exported symbols are visible in the final linkKevin O'Connor1-22/+23
2013-02-07Complete and checksum EFI_COMPATIBILITY16_TABLE at build timeDavid Woodhouse1-0/+27
2012-12-11Don't use gcc's -combine option.Kevin O'Connor1-39/+1
2012-12-07vga: Minor comment spelling fix.Kevin O'Connor1-1/+1
2012-09-02acpi_extract: detect DeviceOpPaolo Bonzini1-0/+28
2012-09-02acpi_extract: fix off-by-onePaolo Bonzini1-1/+1
2012-06-21Add ACPI_EXTRACT_PKG_START macro parsingGleb Natapov1-0/+12
2012-06-21Fix aml_name_string() to recognize block name modifiers.Gleb Natapov1-1/+5
2012-06-21Minor - ensure build can handle some gcc/linker section declarations.Kevin O'Connor1-2/+8
2012-06-08Avoid runtime relocation of 16bit "low" mem - calculate at build instead.Kevin O'Connor1-12/+13
2012-05-30remove iasl-generated hex files from git repoKevin O'Connor1-1/+14
2012-05-30Run all hardware irq handlers on the extra stack.Kevin O'Connor1-1/+1
2012-05-21Allow optionroms and "low mem" to share space.Kevin O'Connor1-0/+2
2012-05-20Add mechanism to declare variables as "low mem" and use for extra stack.Kevin O'Connor1-156/+194
2012-04-15buildversion: Don't rely on bash syntax.Kevin O'Connor1-1/+1
2012-03-24test-gcc: do not truncate stderrIan Campbell1-10/+10
2012-03-24Use "git describe" in the build generated version description.Kevin O'Connor1-0/+27
2012-03-06vgabios: Initial support for fixing up assembler to workaround x86emu.Kevin O'Connor1-0/+39
2012-02-20Use "#!/bin/sh" instead of ":" in tools/gen-offsets.sh.Kevin O'Connor1-1/+1
2012-02-13vgabios: Some tweaks to optimize stack space.Kevin O'Connor1-1/+1
2012-02-08Permit .rodata.__PRETTY_FUNCTION__. sections in roms.Kevin O'Connor1-4/+8
2011-12-20buildrom.py: Handle image size in PCI headerJulian Pidancet1-0/+5
2011-10-30acpi: extract aml from .lstMichael S. Tsirkin1-11/+22
2011-10-12acpi: generate and parse mixed asl/aml listingMichael S. Tsirkin2-0/+322
2011-07-10Rename the apm, pcibios, and elf entry points.Kevin O'Connor1-1/+1
2011-07-09Extend tools/readserial.py to support serial port timing calibration.Kevin O'Connor1-12/+61
2011-07-05Add utility "tools/encodeint.py" for CBFS config file creation.Kevin O'Connor1-0/+21
2011-05-21Check for broken LD that ships with Ubuntu 11.04.Kevin O'Connor1-1/+34
2011-01-29Change kconfig to emit disabled symbols in autoconf.h.Kevin O'Connor1-1/+10
2011-01-29Build changes for Linux kconfig code to work in seabios dir structure.Kevin O'Connor4-25/+32
2011-01-26Initial commit of Kconfig build tool.Kevin O'Connor40-0/+22689
2010-12-24Enhance layoutrom.py to work around a binutils quirk.Kevin O'Connor1-1/+10
2010-12-05Require a "_cfuncXX_" symbol prefix for inter-mode c function references.Kevin O'Connor1-11/+28
2010-10-17Report meaningful error if pyserial not present in tools/readserial.pyKevin O'Connor1-1/+9
2010-09-26Show size of non-relocatable runtime code during build.Kevin O'Connor1-2/+5
2010-09-25Allow rom to grow to 256K.Kevin O'Connor1-0/+2