aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* www/publish.sh: Make safe to run multiple instances concurrentlyMichael Reed2017-07-091-1/+0
| | | | | | Instead of always using the same file (temp.md), use a unique temporary file so that multiple instances of publish.sh do not clobber each other's work.
* gitignore: Ignore /www/feed.xml and /www/news/feed.xmlMichael Reed2017-07-071-0/+2
| | | | They are generated files, so should probably not be tracked.
* Further adapt RSSAlyssa Rosenzweig2017-04-081-0/+1
|
* Use a custom templateAlyssa Rosenzweig2017-04-031-0/+1
|
* Add missing SVGsAlyssa Rosenzweig2017-03-211-0/+2
|
* adapt publish to new dir structureAlyssa Rosenzweig2017-03-201-1/+0
|
* remove CrOS boards/utils from old build system (new build system has them)4 of 7 (Leah Rowe) info@minifree.org2017-01-221-1/+0
|
* re-add old build system (for x86 boards/utils)4 of 7 (Leah Rowe) info@minifree.org2017-01-211-0/+33
| | | | Everything will be migrated over to the new build system after release.
* add leah's local push script to .gitignoreLeah Rowe2017-01-151-0/+1
|
* Paper build system initial import into LibrebootPaul Kocialkowski2017-01-151-0/+9
| | | | | | | | | | | | | | | | | | This is the initial import of the Paper build system into Libreboot. It was written as a flexible and painless replacement for the Libreboot build system, allowing to support many different configurations. It currently only supports the following CrOS devices: * Chromebook 13 CB5-311 (nyan big) * Chromebook 14 (nyan blaze) * Chromebook 11 (HiSense) (veyron jerry) * Chromebit CS10 (veyron mickey) * Chromebook Flip C100PA (veyron minnie) * Chromebook C201PA (veyron speedy) The build system also supports building various tools and provides various scripts to ease the installation on CrOS devices. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Current build system removalPaul Kocialkowski2017-01-151-35/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* 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-151-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-111-16/+7
|
* all script: use a standard styleFrancis Rowe2015-06-111-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-081-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-171-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-171-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-151-0/+1
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-151-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-141-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-131-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.