Age | Commit message (Expand) | Author |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-22 | nvramtool: reduce memory mapping | Patrick Georgi |
2013-02-19 | romcc: Don't fail on function prototypes | Patrick Georgi |
2013-02-18 | cbfstool: Fix compile warnings caused by incorrect data types. | Hung-Te Lin |
2013-02-18 | cbfstool: Add `-Werror` to make all warnings into errors | Paul Menzel |
2013-02-14 | sconfig: rename lapic_cluster -> cpu_cluster | Stefan Reinauer |
2013-02-14 | sconfig: rename pci_domain -> domain | Stefan Reinauer |
2013-02-11 | crossgcc: Support hosts using non-GNU make as default make. | Hung-Te Lin |
2013-02-09 | cbfstool: Handle alignment in UEFI payloads | Patrick Georgi |
2013-02-09 | cbfstool: Fix crash on image without bootblock in end of ROM. | Hung-Te Lin |
2013-02-06 | crossgcc: Save the script itself when cross build is over. | Zheng Bao |
2013-02-06 | armv7: Prevent CBFS data overlapping bootblock. | Hung-Te Lin |
2013-02-06 | cbfstool: Add support for 64bit UEFI | Stefan Reinauer |
2013-02-05 | cbfstool: support parsing UEFI firmware volumes | Stefan Reinauer |
2013-02-05 | cbfstool: Use cbfs_image API for "add-*" (add-payload, add-stage, ...) commands. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image api for "add" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "create" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "locate" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Fix incorrect CBFS free space by old cbfstool. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "remove" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "extract" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Use cbfs_image API for "print" command. | Hung-Te Lin |
2013-02-05 | cbfstool: Add cbfs_image new CBFS image manipulation API. | Hung-Te Lin |
2013-02-05 | cbfstool: Add buffer management API. | Hung-Te Lin |
2013-02-04 | crossgcc: add armv7a-eabi to list of working toolchains | David Hendricks |
2013-02-04 | cbfstool: Update example file. | Hung-Te Lin |
2013-02-01 | cbfstool: Make endian detection functions to work without prior setup. | Hung-Te Lin |
2013-02-01 | cbfstool: move flat-binary parsing to cbfs-mkpayload. | Hung-Te Lin |
2013-02-01 | cbfstool: Add -v (verbose) output. | Hung-Te Lin |
2013-01-30 | Add a clean target to the run firmware (runfw) Makefile | Ronald G. Minnich |
2013-01-30 | cbfstool: Prevent file name to be corrupted by basename(). | Hung-Te Lin |
2013-01-29 | cbfstool: Change "locate" output to prefix "0x". | Hung-Te Lin |
2013-01-29 | cbfstool: Remove unused header files. | Hung-Te Lin |
2013-01-28 | cbfstool: Store global variables into struct. | Hung-Te Lin |
2013-01-28 | msrtool: Decoding for most of Intel Core 2 MSRs | Anton Kochkov |
2013-01-25 | inteltool: Add support for Atom N455 (0x106c0) in CPU MSRs dump | Olivier Langlois |
2013-01-22 | util/runfw/googlesnow.c: Remove trailing whitespace | Paul Menzel |
2013-01-19 | Utility to run the snow bios in user mode | Ronald G. Minnich |
2013-01-19 | Add more information to the cbfstool print | Stefan Reinauer |
2013-01-17 | make crossgcc: compile all required toolchains | Stefan Reinauer |
2013-01-17 | armv7: Place reset vector + CBFS header + bootblock dynamically | David Hendricks |
2013-01-16 | use a relative path for #line 3 | David Hendricks |
2013-01-12 | Implement GCC code coverage analysis | Stefan Reinauer |
2013-01-10 | armv7: dynamically calculate the branch offset in cbfstool | David Hendricks |
2013-01-08 | cbmem utility: Find actual CBMEM area | Stefan Reinauer |
2013-01-08 | cbmem utility: unify debug output | Stefan Reinauer |
2013-01-08 | cbfstool: index is replaced by strchr. | zbao |
2013-01-08 | cbmem utility: Add option to dump cbmem console | Stefan Reinauer |
2013-01-08 | cbmem utility: drop obsolete python based implementation | Stefan Reinauer |
2013-01-04 | cbfstool: Fix warnings on OS X | Stefan Reinauer |
2013-01-04 | cbmem utility: Use mmap instead of fseek/fread | Stefan Reinauer |
2013-01-04 | Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". | Hung-Te Lin |
2013-01-04 | update CFLAGS for armv7 | David Hendricks |
2013-01-03 | add user-specified offset when creating armv7 cbfs image | David Hendricks |
2013-01-03 | cbmem utility: support command line options | Stefan Reinauer |
2012-12-21 | add a return type to test function used by xcompile | David Hendricks |
2012-12-14 | cbfstool: Align the column of build hint message. | Zheng Bao |
2012-12-12 | cbfstool: Catch failing parse_elf_to_payload() | Stefan Reinauer |
2012-12-09 | Revert "armv7: use __cpu_to_le32 for endianness of reset vector instruction" | Stefan Reinauer |
2012-12-08 | crossgcc: Normalize library directories | Patrick Georgi |
2012-12-08 | abuild: Select correct cross compiler for ARMV7 architecture | Stefan Reinauer |
2012-12-08 | buildgcc: Clean up PATH handling | Stefan Reinauer |
2012-12-08 | buildgcc: drop hack to build gcc trunk versions | Stefan Reinauer |
2012-12-07 | buildgcc: Remove mingw32 hacks | Patrick Georgi |
2012-12-07 | abuild: produce valid junit files | Stefan Reinauer |
2012-12-07 | armv7: use __cpu_to_le32 for endianness of reset vector instruction | David Hendricks |
2012-12-06 | crossgcc: Generalize matching for the mingw case | Patrick Georgi |
2012-12-06 | Fix xcompile (again) | Stefan Reinauer |
2012-12-06 | Fix xcompile for ARMv7 and our cross toolchain | Stefan Reinauer |
2012-12-06 | crossgcc: Fix buildgcc on Mac OS X | Stefan Reinauer |
2012-12-05 | crossgcc: Add support for building armv7a toolchain | Stefan Reinauer |
2012-11-30 | Rename devices -> device | Stefan Reinauer |
2012-11-30 | cbfstool: Clean up messages | Stefan Reinauer |
2012-11-30 | Add multi-architecture support to cbfstool | David Hendricks |
2012-11-29 | crossgcc: Only build iasl in acpica. | Zheng Bao |
2012-11-29 | Make mainboard_ops and mainboard.c file optional | Kyösti Mälkki |
2012-11-27 | build system: Split linking into multiple steps | Patrick Georgi |
2012-11-27 | Provide weak empty declarations of all chip_ops used on a board | Patrick Georgi |
2012-11-27 | abuild: only rebuild boards if requested or after a broken build | Patrick Georgi |
2012-11-27 | xcompile: Add missing XGCCPATH | Zheng Bao |
2012-11-27 | Make xcompile support multiple architectures | Ronald G. Minnich |
2012-11-24 | crossgcc: update to acpica-20121114 | Idwer Vollering |
2012-11-22 | crossgcc: properly test for flex | Patrick Georgi |
2012-11-17 | Cleanup sconfig | Kyösti Mälkki |
2012-11-16 | buildgcc: Print error if flex is missing | Stefan Reinauer |
2012-11-14 | nvramtool: fsync for mingw. | Zheng Bao |
2012-11-12 | cbfstool: Rework to use getopt style parameters | Stefan Reinauer |
2012-11-12 | cbfstool: Update LZMA encoder to LZMA SDK 9.12 | Stefan Reinauer |
2012-11-12 | cbmem compilation needs to use the hardened toolchain | Vadim Bendebury |
2012-11-12 | ifdtool: Dump more registers from FD | Stefan Reinauer |
2012-11-12 | Utility to dump boot timing table | Vadim Bendebury |
2012-11-12 | cbfstool: Remove unused cmd_t | Stefan Reinauer |
2012-11-12 | cbfstool: add add-flat-binary command to add raw executables | Stefan Reinauer |
2012-11-09 | ifdtool: Add locking/unlocking and dumping of access permissions | Stefan Reinauer |
2012-11-09 | Fix abuild output in Jenkins | Stefan Reinauer |
2012-11-09 | Fix Segmentation Fault in ifdtool | Stefan Reinauer |
2012-11-08 | Add utility for parsing/modifying DTD array | Vadim Bendebury |
2012-11-08 | Get more informative output from cbmem.py | Vadim Bendebury |
2012-11-08 | Fix cbmem to work on 64 bit platforms | Vadim Bendebury |
2012-11-08 | cbfstool: add offset parameter to create command | Stefan Reinauer |