summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/clean
Commit message (Collapse)AuthorAgeFilesLines
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-041-7/+22
| | | | | | | | | | | | | | | | | | 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.
* delete coreinfoFrancis Rowe2015-12-131-35/+0
|
* remove seabios (this time permanently)Francis Rowe2015-12-131-40/+0
|
* build/clean: Add missing script for coreinfoKlemens Nanni2015-12-091-0/+35
|
* grub: only run distclean if a makefile exists (fixes build error)Francis Rowe2015-11-291-1/+1
|
* build/clean/*: Use make properly (-C flag)Klemens Nanni2015-11-215-64/+25
| | | | | Instead of manually cd'ing into and out of directories, use make's -C flag.
* build/clean/seabios: make it executableFrancis Rowe2015-11-141-0/+0
| | | | otherwise release building is screwed up
* build/clean/seabios: use distclean, not cleanFrancis Rowe2015-10-141-1/+1
|
* Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOSFrancis Rowe2015-10-141-0/+40
|
* Chromebook C201 (codename veyron_speedy) supportPaul Kocialkowski2015-10-111-0/+38
| | | | | | | | | | | | | | | | | 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>
* more scripts: don't use the [[ bashismFrancis Rowe2015-08-301-1/+1
|
* all scripts: general fixes and clean upFrancis Rowe2015-08-298-16/+0
|
* really make memtest86plus naming consistentFrancis Rowe2015-08-291-1/+1
|
* all script: use a standard styleFrancis Rowe2015-06-108-19/+19
| | | | | Based on the style used for the script in resources/scripts/helpers/build/release/
* coreboot-libre: don't build cbmem/nvramtoolFrancis Rowe2015-06-081-6/+0
| | | | | They aren't included in the _util release archive anymore, and they don't need to be built either.
* Replace rm -r with rm -RFrancis Rowe2015-06-061-1/+1
|
* build/clean/grub: use distclean instead of cleanFrancis Rowe2015-03-081-1/+1
| | | | | | Per GNU coding standards: gnu.org/software/automake/manual/html_node/Standard-Targets.html gnu.org/prep/standards/html_node/Standard-Targets.html
* bash scripts: Make script output more user-friendlyFrancis Rowe2015-02-208-0/+25
|
* bash scripts: Only enable verbose output if DEBUG= is usedFrancis Rowe2015-02-198-8/+16
|
* Move all build scripts into a single generic script, with helpersFrancis Rowe2015-02-148-0/+305
All build scripts were moved to resources/scripts/helpers/