summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add SeaBIOS payload to librebootFrancis Rowe2016-03-141-0/+1
|
* use only 1 crossgcc revision in librebootFrancis Rowe2016-02-271-0/+1
|
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-041-1/+1
| | | | | | | | | | | | | | | | | | The release archives will be bigger, but this is a necessary change that makes libreboot development easier. At present, there are boards maintained in libreboot by different people. By doing it this way, that becomes much easier. This is in contrast to the present situation, where a change to one board potentially affects all other boards, especially when updating to a new version of coreboot. Coreboot-libre scripts, download scripts, build scripts - everything. The entire build system has been modified to reflect this change of development. For reasons of consistency, cbfstool and nvramtool are no longer included in the util archives.
* remove seabios (this time permanently)Francis Rowe2015-12-131-1/+0
|
* update .gitignoreFrancis Rowe2015-12-061-0/+1
|
* update .gitignore (/version and /versiondate are ignored)Francis Rowe2015-12-061-0/+2
|
* release build scripts: add ChangeLog and NEWS to releaseFrancis Rowe2015-11-161-0/+2
|
* Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOSFrancis Rowe2015-10-141-0/+1
|
* Chromebook C201 (codename veyron_speedy) supportPaul Kocialkowski2015-10-111-0/+1
| | | | | | | | | | | | | | | | | This introduces Libreboot support for the Asus Chromebook C201 (codename veyron_speedy). At this point, this produces a standalone Libreboot image that can be flashed to the RO Coreboot partition of the SPI flash, as well as the Libreboot version that can be flash to the RO Firmware ID partition. Libreboot on the Chromebook C201 uses the depthcharge bootloader, modified to display text messages instead of ChromeOS bitmaps (that encourage the use of ChromeOS). For convenience, an installation script, chromebook-flash-replace, is provided along with a description of the flash layout, to ease the replacement of the Coreboot and RO Firmware ID partitions on the full SPI flash image. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* 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.