aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-22nvramtool: reduce memory mappingPatrick Georgi
2013-02-19romcc: Don't fail on function prototypesPatrick Georgi
2013-02-18cbfstool: Fix compile warnings caused by incorrect data types.Hung-Te Lin
2013-02-18cbfstool: Add `-Werror` to make all warnings into errorsPaul Menzel
2013-02-14sconfig: rename lapic_cluster -> cpu_clusterStefan Reinauer
2013-02-14sconfig: rename pci_domain -> domainStefan Reinauer
2013-02-11crossgcc: Support hosts using non-GNU make as default make.Hung-Te Lin
2013-02-09cbfstool: Handle alignment in UEFI payloadsPatrick Georgi
2013-02-09cbfstool: Fix crash on image without bootblock in end of ROM.Hung-Te Lin
2013-02-06crossgcc: Save the script itself when cross build is over.Zheng Bao
2013-02-06armv7: Prevent CBFS data overlapping bootblock.Hung-Te Lin
2013-02-06cbfstool: Add support for 64bit UEFIStefan Reinauer
2013-02-05cbfstool: support parsing UEFI firmware volumesStefan Reinauer
2013-02-05cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image api for "add" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "create" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "locate" command.Hung-Te Lin
2013-02-05cbfstool: Fix incorrect CBFS free space by old cbfstool.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "remove" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "extract" command.Hung-Te Lin
2013-02-05cbfstool: Use cbfs_image API for "print" command.Hung-Te Lin
2013-02-05cbfstool: Add cbfs_image new CBFS image manipulation API.Hung-Te Lin
2013-02-05cbfstool: Add buffer management API.Hung-Te Lin
2013-02-04crossgcc: add armv7a-eabi to list of working toolchainsDavid Hendricks
2013-02-04cbfstool: Update example file.Hung-Te Lin
2013-02-01cbfstool: Make endian detection functions to work without prior setup.Hung-Te Lin
2013-02-01cbfstool: move flat-binary parsing to cbfs-mkpayload.Hung-Te Lin
2013-02-01cbfstool: Add -v (verbose) output.Hung-Te Lin
2013-01-30Add a clean target to the run firmware (runfw) MakefileRonald G. Minnich
2013-01-30cbfstool: Prevent file name to be corrupted by basename().Hung-Te Lin
2013-01-29cbfstool: Change "locate" output to prefix "0x".Hung-Te Lin
2013-01-29cbfstool: Remove unused header files.Hung-Te Lin
2013-01-28cbfstool: Store global variables into struct.Hung-Te Lin
2013-01-28msrtool: Decoding for most of Intel Core 2 MSRsAnton Kochkov
2013-01-25inteltool: Add support for Atom N455 (0x106c0) in CPU MSRs dumpOlivier Langlois
2013-01-22util/runfw/googlesnow.c: Remove trailing whitespacePaul Menzel
2013-01-19Utility to run the snow bios in user modeRonald G. Minnich
2013-01-19Add more information to the cbfstool printStefan Reinauer
2013-01-17make crossgcc: compile all required toolchainsStefan Reinauer
2013-01-17armv7: Place reset vector + CBFS header + bootblock dynamicallyDavid Hendricks
2013-01-16use a relative path for #line 3David Hendricks
2013-01-12Implement GCC code coverage analysisStefan Reinauer
2013-01-10armv7: dynamically calculate the branch offset in cbfstoolDavid Hendricks
2013-01-08cbmem utility: Find actual CBMEM areaStefan Reinauer
2013-01-08cbmem utility: unify debug outputStefan Reinauer
2013-01-08cbfstool: index is replaced by strchr.zbao
2013-01-08cbmem utility: Add option to dump cbmem consoleStefan Reinauer
2013-01-08cbmem utility: drop obsolete python based implementationStefan Reinauer
2013-01-04cbfstool: Fix warnings on OS XStefan Reinauer
2013-01-04cbmem utility: Use mmap instead of fseek/freadStefan Reinauer
2013-01-04Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*".Hung-Te Lin
2013-01-04update CFLAGS for armv7David Hendricks
2013-01-03add user-specified offset when creating armv7 cbfs imageDavid Hendricks
2013-01-03cbmem utility: support command line optionsStefan Reinauer
2012-12-21add a return type to test function used by xcompileDavid Hendricks
2012-12-14cbfstool: Align the column of build hint message.Zheng Bao
2012-12-12cbfstool: Catch failing parse_elf_to_payload()Stefan Reinauer
2012-12-09Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction"Stefan Reinauer
2012-12-08crossgcc: Normalize library directoriesPatrick Georgi
2012-12-08abuild: Select correct cross compiler for ARMV7 architectureStefan Reinauer
2012-12-08buildgcc: Clean up PATH handlingStefan Reinauer
2012-12-08buildgcc: drop hack to build gcc trunk versionsStefan Reinauer
2012-12-07buildgcc: Remove mingw32 hacksPatrick Georgi
2012-12-07abuild: produce valid junit filesStefan Reinauer
2012-12-07armv7: use __cpu_to_le32 for endianness of reset vector instructionDavid Hendricks
2012-12-06crossgcc: Generalize matching for the mingw casePatrick Georgi
2012-12-06Fix xcompile (again)Stefan Reinauer
2012-12-06Fix xcompile for ARMv7 and our cross toolchainStefan Reinauer
2012-12-06crossgcc: Fix buildgcc on Mac OS XStefan Reinauer
2012-12-05crossgcc: Add support for building armv7a toolchainStefan Reinauer
2012-11-30Rename devices -> deviceStefan Reinauer
2012-11-30cbfstool: Clean up messagesStefan Reinauer
2012-11-30Add multi-architecture support to cbfstoolDavid Hendricks
2012-11-29crossgcc: Only build iasl in acpica.Zheng Bao
2012-11-29Make mainboard_ops and mainboard.c file optionalKyösti Mälkki
2012-11-27build system: Split linking into multiple stepsPatrick Georgi
2012-11-27Provide weak empty declarations of all chip_ops used on a boardPatrick Georgi
2012-11-27abuild: only rebuild boards if requested or after a broken buildPatrick Georgi
2012-11-27xcompile: Add missing XGCCPATHZheng Bao
2012-11-27 Make xcompile support multiple architecturesRonald G. Minnich
2012-11-24crossgcc: update to acpica-20121114Idwer Vollering
2012-11-22crossgcc: properly test for flexPatrick Georgi
2012-11-17Cleanup sconfigKyösti Mälkki
2012-11-16buildgcc: Print error if flex is missingStefan Reinauer
2012-11-14nvramtool: fsync for mingw.Zheng Bao
2012-11-12cbfstool: Rework to use getopt style parametersStefan Reinauer
2012-11-12cbfstool: Update LZMA encoder to LZMA SDK 9.12Stefan Reinauer
2012-11-12cbmem compilation needs to use the hardened toolchainVadim Bendebury
2012-11-12ifdtool: Dump more registers from FDStefan Reinauer
2012-11-12Utility to dump boot timing tableVadim Bendebury
2012-11-12cbfstool: Remove unused cmd_tStefan Reinauer
2012-11-12cbfstool: add add-flat-binary command to add raw executablesStefan Reinauer
2012-11-09ifdtool: Add locking/unlocking and dumping of access permissionsStefan Reinauer
2012-11-09Fix abuild output in JenkinsStefan Reinauer
2012-11-09Fix Segmentation Fault in ifdtoolStefan Reinauer
2012-11-08Add utility for parsing/modifying DTD arrayVadim Bendebury
2012-11-08Get more informative output from cbmem.pyVadim Bendebury
2012-11-08Fix cbmem to work on 64 bit platformsVadim Bendebury
2012-11-08cbfstool: add offset parameter to create commandStefan Reinauer