aboutsummaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2012-11-07cbfstool: respect dependencies when building locallyStefan Reinauer
2012-11-06Drop redundant CHIP_NAME in mainboard.cKyösti Mälkki
2012-11-02crossgcc: build expat and python in silenceIdwer Vollering
2012-10-27inteltool: Add output of 64bit registers in PMBASENico Huber
2012-10-27crossgcc: update to Python 2.7.3Idwer Vollering
2012-10-27crossgcc: update to expat 2.1.0Idwer Vollering
2012-10-26crossgcc: update mingw w32api's download URLIdwer Vollering
2012-10-26buildgcc: redirect error output to /dev/nullZheng Bao
2012-10-26crossgcc: update to mingwrt 3.20-2Idwer Vollering
2012-10-25crossgcc: update to binutils 2.23Idwer Vollering
2012-10-25crossgcc: update to MPC 1.0.1Idwer Vollering
2012-10-25crossgcc: update to MPFR 3.1.1Idwer Vollering
2012-10-25crossgcc: update to GDB 7.5Idwer Vollering
2012-10-25crossgcc: update to gcc 4.7.2Idwer Vollering
2012-10-25crossgcc: fix compilation of acpicaIdwer Vollering
2012-10-23kconfig: Some terms or curses libraries treat backspace as 0x08Zheng Bao
2012-10-22build: build coreboot on mingw.Zheng Bao
2012-10-22cbfstool: Add -mno-ms-bitfields on (mingw)Zheng Bao
2012-10-19inteltool: improve the libpci test in the MakefileStefan Tauner
2012-10-19inteltool: add support for 946GZ and 946PLStefan Tauner
2012-10-19inteltool: new definitions and cleanupStefan Tauner
2012-10-14inteltool: remove bashism from MakefileStefan Tauner
2012-10-14crossgcc: Allow the non-gnu tar and patch work on XxxBSDZheng Bao
2012-10-14abuild: allow building with no payloadPatrick Georgi
2012-10-08Every chip must have chip_operationsKyösti Mälkki
2012-10-05lint: Get absolute path in compare_outputZheng Bao
2012-10-04lint: Stop searching when one GNUmake is foundZheng Bao
2012-10-03superiotool: Fix for FreeBSDAndriy Gapon
2012-09-28nvramtool: uname in NetBSD doesnt take "-o"Zheng Bao
2012-09-28nvramtool: Require no hw access for integrated MakefileZheng Bao
2012-09-28lint: Add template for mktemp to meet BSD requirementsZheng Bao
2012-09-25abuild: abort if payload.sh failedPatrick Georgi
2012-09-25nvramtool: Read/write binary data as binaryPatrick Georgi