summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* New board: ThinkPad R500 (experimental)Francis Rowe2015-09-201-2/+2
| | | | | | | | | | | | | | | | | | The ich9deblob and ich9gen utilities were modified, so that they support reading and/or writing descriptor images where the GbE region is not defined. These utilities were also re-factored and tidied up a bit. A quick was noticed during the course of this work, in that Compenent 1 Density was being set to 8MiB constantly, even on systems with 4MiB flash chips. Component 2 Density was set statically to 2MiB. ich9gen now sets both to 4MiB or 8MiB, depending on whether building the descriptor for a 4MiB or 8MiB ROM image. There are still some ACPI bugs (see docs/hcl/r500.html), which will have to be fixed upstream. TODO: get hw reg dumps from a factory R500, and compare with the X200 or T400 dumps.
* really make memtest86plus naming consistentFrancis Rowe2015-08-291-1/+1
|
* .gitignore: Simplify using some patternsP. J. McDermott2015-06-101-16/+7
|
* all script: use a standard styleFrancis Rowe2015-06-101-0/+2
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* build/release/util: Make it actually workFrancis Rowe2015-06-081-2/+0
| | | | Update it to reflect changes in the other scripts.
* update gitignoreFrancis Rowe2015-06-081-2/+0
|
* update gitignoreFrancis Rowe2015-06-071-2/+0
|
* gitignore: add docs/versionFrancis Rowe2015-06-071-0/+1
|
* build/release/roms: copy straight to release/Francis Rowe2015-06-071-9/+0
|
* update gitignoreFrancis Rowe2015-06-071-2/+0
|
* update gitignoreFrancis Rowe2015-06-071-2/+0
|
* build/release/crossgcc: move archive directly to release/Francis Rowe2015-06-071-1/+0
|
* .gitignore: Remedy a disturbing lack of Vim file patternsP. J. McDermott2015-06-061-0/+2
|
* build/release/archives: don't compress crossgccFrancis Rowe2015-05-161-2/+1
| | | | | It's already compressed. Compressing it more didn't save any space and just increased the time taken for the build to finish.
* build/release/archives: separate crossgcc into a new archiveFrancis Rowe2015-05-161-0/+2
|
* update gitignore and delete useless files in release archivesFrancis Rowe2015-05-091-0/+1
|
* .gitignore: add fileFrancis Rowe2015-05-031-0/+1
|
* demefactory (new utility): create GM45 factory.rom without the MEFrancis Rowe2015-05-031-0/+1
|
* Update .gitignoreFrancis Rowe2015-04-051-0/+1
|
* scripts/helpers/build/release: Move docs to separate archiveFrancis Rowe2015-02-151-0/+2
| | | | | | | | Don't include the documentation in libreboot_src or libreboot_util but instead create a libreboot_docs archive. Most people who use libreboot will be looking at the live documentation on the main website, so having the docs in the release archives just means wasted bandwidth.
* build-release: Move the release archives to release/Francis Rowe2015-02-141-0/+1
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-141-0/+1
| | | | All build scripts were moved to resources/scripts/helpers/
* .gitignore: Remove the powertop entriesFrancis Rowe2015-02-141-2/+0
|
* Moved powertop.trisquel7 to resources/scripts/misc/Francis Rowe2015-02-141-0/+1
|
* .gitignore: Remove the grubinvaders/ directoryFrancis Rowe2015-02-131-1/+0
|
* Delete SeaBIOS from libreboot.Francis Rowe2015-02-131-1/+0
| | | | | It was virtually useless. Noone used it. SeaBIOS is easy enough to build from source if someone wants to use it from now on.
* buildrom-withgrub: create the bin directory if it does not existFrancis Rowe2015-02-121-1/+1
| | | | Also, add the whole /bin/ directory to .gitignore
* i945-pwm executable built from src added to .gitignoreFrancis Rowe2015-02-111-0/+1
|
* build-release: Separate ROM images into individual archivesFrancis Rowe2015-02-091-1/+12
| | | | | | ROM images are no longer included in libreboot_util.tar.xz (formerly libreboot_bin.tar.xz), but are now instead distributed in separate archives for each board configuration.
* build-release: create file named commitid after build-releaseFrancis Rowe2015-01-261-0/+1
| | | | | | Contains the current commit ID in master (local, not origin). This is mainly used by the libreboot website to show the commit ID that the source tarball snapshots are built from.
* build-release: create small source archive with flashrom/buctsFrancis Rowe2014-12-311-0/+2
| | | | | For building those applications on the hosts that are difficult to cross-compile for.
* .gitignore: add ich9fdgbe_8m.bin and ich9fdgbe_4m.binFrancis Rowe2014-12-301-0/+2
|
* ich9macchange: refactoredFrancis Rowe2014-12-301-0/+2
|
* ich9deblob: added ich9gen utilityFrancis Rowe2014-12-281-0/+7
| | | | | This can generate the descriptor+gbe images from scratch, without the need for a factory.bin dump.
* ich9deblob: forgot to add obj directory. adding now.Francis Rowe2014-12-251-1/+2
|
* ich9deblob: moved src to src/, .o files to obj/Francis Rowe2014-12-251-2/+1
|
* ich9deblob: Replace makefile (use dependencies)Francis Rowe2014-12-231-0/+1
| | | | | | | Use .h and .c files properly. Use header guards. Define function names in .h files (actual functions in the .c files), and so on. Move all functions from the .h files to corresponding .c files.
* .gitignore: add ich9deblob .o filesFrancis Rowe2014-12-221-0/+1
|
* Update coreboot (again)Francis Rowe2014-12-131-0/+1
| | | | Also improve the deblob utilities
* ThinkPad X200 support added to librebootFrancis Rowe2014-12-111-0/+4
|
* .gitignore: add powertop directoryFrancis Rowe2014-11-281-0/+1
| | | | | This directory is created when the user runs powertop.trisquel6, and it is not intended to be part of libreboot git.
* .gitignore: add libreboot_bin.tar.xz and libreboot_src.tar.xzFrancis Rowe2014-11-241-0/+2
|
* .gitignore: Ignore bin/* but not bin/ itselfFrancis Rowe2014-09-161-1/+1
|
* .gitignore: Fix typosFrancis Rowe2014-09-161-8/+8
|
* Update .gitignore for new dependencies.Michał Masłowski2014-09-031-0/+2
|
* Add .gitignore.Michał Masłowski2014-08-221-0/+7