Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | roms/withgrub_helper: Slight commenting changes | Klemens Nanni | 2015-11-21 | 1 | -11/+8 |
| | |||||
* | Replace Chromebook mentions with CrOS, that is more generic | Paul Kocialkowski | 2015-11-06 | 1 | -1/+1 |
| | | | | | | | | | | Not all CrOS devices are Chromebooks (laptops) or run on ARM, not all RK3288 CrOS devices are Chromebooks, either. We want to support more CrOS devices, including some that are not Chromebooks, such as the ASUS Chromebit! Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Don't build ifdtool. Not needed in libreboot. | Francis Rowe | 2015-11-06 | 1 | -3/+0 |
| | |||||
* | scripts: say ROM images, not ROM's. ROM's is wrong! | Francis Rowe | 2015-11-06 | 1 | -3/+3 |
| | |||||
* | build/roms/withgrub: use sub shell instead of cd ../ | Francis Rowe | 2015-11-06 | 1 | -1/+2 |
| | |||||
* | build/roms/withgrub_helper: use quotes where needed | Francis Rowe | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | roms/withgrub: Fix brace expansion | Klemens Nanni | 2015-11-06 | 1 | -2/+2 |
| | |||||
* | roms/withgrub_helper: Create correct ROM layouts | Klemens Nanni | 2015-11-06 | 1 | -0/+3 |
| | | | | | | | find bin/grub [...] also searches other boards' ROMs and thus would print a ROM layout not neccessarily belonging to the same board images got built for. | ||||
* | build/roms/withgrub: re-introduce standards compliance | Francis Rowe | 2015-11-05 | 1 | -14/+14 |
| | | | | klemens, please merge this! | ||||
* | roms/withgrub: Typofix | Klemens Nanni | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | roms/withgrub: Keep it simple | Klemens Nanni | 2015-11-05 | 1 | -26/+20 |
| | |||||
* | KGPE-D16: update patch set (also update coreboot and vboot) | Francis Rowe | 2015-10-19 | 1 | -0/+7 |
| | | | | | | | | | | | Also contains other fixes from coreboot, like: * 551cff0 Derive lvds_dual_channel from EDID timings. ^ makes single/dual channel LVDS selection on GM45 automatic * 26fc544 lenovo/t60: Enable native intel gfx init. ^ was being maintained in libreboot, now upstreamed so not needed Framebuffer mode was disabled for the KGPE-D16, because only text-mode works at the moment. | ||||
* | build/roms/withgrub_helper: add the SeaBIOS payload | Francis Rowe | 2015-10-15 | 1 | -0/+4 |
| | | | | Forgot to do this during rebase | ||||
* | Chromebook C201 (codename veyron_speedy) support | Paul Kocialkowski | 2015-10-11 | 1 | -0/+146 |
| | | | | | | | | | | | | | | | | | 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 Rowe | 2015-09-20 | 2 | -4/+24 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | build/roms/withgrub: don't use [[ bashism | Francis Rowe | 2015-08-30 | 1 | -2/+2 |
| | |||||
* | build/roms/withgrub_helper: simplify for loop | Francis Rowe | 2015-08-30 | 1 | -1/+3 |
| | |||||
* | build/roms/withgrub: simplify for loop | Francis Rowe | 2015-08-30 | 1 | -1/+2 |
| | |||||
* | build/roms/withgrub: simplify use of rm commands | Francis Rowe | 2015-08-30 | 1 | -7/+3 |
| | |||||
* | build/roms/withgrub: use function instead of array | Francis Rowe | 2015-08-30 | 1 | -14/+14 |
| | |||||
* | all scripts: general fixes and clean up | Francis Rowe | 2015-08-30 | 2 | -25/+23 |
| | |||||
* | build/roms/withgrub: don't use ls | Francis Rowe | 2015-08-30 | 2 | -5/+5 |
| | |||||
* | build/roms/withgrub_helper: don't use ls | Francis Rowe | 2015-08-30 | 1 | -1/+1 |
| | |||||
* | build/roms/withgrub: delete ich9gen-related files | Francis Rowe | 2015-08-27 | 1 | -2/+2 |
| | |||||
* | scripts: use the -j option in make (multithreaded compilation) | Klemens Nanni | 2015-08-16 | 1 | -1/+2 |
| | |||||
* | build/roms/withgrub_helper: delete the correct directory | Francis Rowe | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | build/roms/withgrub: use correct path for i945 dd commands | Francis Rowe | 2015-07-03 | 1 | -3/+3 |
| | | | | Otherwise, these are brick.rom images | ||||
* | build/roms/withgrub: fix path names when running ich9gen | Francis Rowe | 2015-07-03 | 1 | -4/+4 |
| | | | | Otherwise, these images are brick.rom images | ||||
* | build/roms/withgrub: Put ROM images in bin/grub/, not bin/ | Francis Rowe | 2015-06-28 | 2 | -4/+5 |
| | |||||
* | coreboot-libre: move GRUB configs to grub/ | Francis Rowe | 2015-06-28 | 2 | -4/+4 |
| | |||||
* | build/roms/helper: re-enable building of txtmode images | Francis Rowe | 2015-06-26 | 1 | -7/+0 |
| | |||||
* | all script: use a standard style | Francis Rowe | 2015-06-11 | 2 | -65/+65 |
| | | | | | Based on the style used for the script in resources/scripts/helpers/build/release/ | ||||
* | build/roms/helper: add version information to CBFS | Francis Rowe | 2015-06-08 | 1 | -1/+16 |
| | |||||
* | Replace rm -r with rm -R | Francis Rowe | 2015-06-07 | 1 | -3/+3 |
| | |||||
* | GRUB: change background to libreboot logo, with grey background | Francis Rowe | 2015-05-25 | 1 | -2/+2 |
| | |||||
* | disable generation of txtmode ROM images (temporarily) | Francis Rowe | 2015-05-16 | 1 | -0/+7 |
| | | | | | | | | I wanted to get a release done as quickly as possible (within 24 hours after pushing this commit). That release will most likely be short-lived; as soon as it's out, the plan is to work as fast as possible fixing as many bugs as possible (there are a lot) and make a new release again as soon as possible. | ||||
* | ThinkPad T500 support | Francis Rowe | 2015-03-31 | 2 | -4/+5 |
| | |||||
* | New board: ThinkPad T400 | Francis Rowe | 2015-03-18 | 2 | -4/+4 |
| | |||||
* | build/roms/withgrub: Only run ich9gen if gm45/gs45 images exist | Francis Rowe | 2015-03-01 | 1 | -4/+4 |
| | |||||
* | build/roms/withgrub: Allow building for a custom range of boards | Francis Rowe | 2015-03-01 | 1 | -24/+42 |
| | |||||
* | bash scripts: Make script output more user-friendly | Francis Rowe | 2015-02-20 | 2 | -2/+8 |
| | |||||
* | bash scripts: Only enable verbose output if DEBUG= is used | Francis Rowe | 2015-02-20 | 2 | -2/+4 |
| | |||||
* | Move all build scripts into a single generic script, with helpers | Francis Rowe | 2015-02-15 | 2 | -0/+220 |
All build scripts were moved to resources/scripts/helpers/ |