summaryrefslogtreecommitdiffstats
path: root/resources/libreboot/config/depthcharge
Commit message (Collapse)AuthorAgeFilesLines
* All board: payload now named payload.elfLeah Woods2016-05-211-1/+1
|
* Coreboot, vboot and depthcharge updates to Coreboot 4.3 for CrOS devicesPaul Kocialkowski2016-04-193-19/+38
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Use different coreboot revisions and patches per boardFrancis Rowe2016-01-044-4/+3
| | | | | | | | | | | | | | | | | | 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.
* Update config for ASUS C201Francis Rowe2015-11-061-0/+4
|
* veyron_speedy config update, depthcharge menus improvementPaul Kocialkowski2015-11-061-8/+1
|
* Update coreboot-libre configs (forgot to do it earlier)Francis Rowe2015-11-061-1/+1
|
* KGPE-D16: update patch set (also update coreboot and vboot)Francis Rowe2015-10-181-0/+1
| | | | | | | | | | | 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.
* New board: ASUS KGPE-D16Francis Rowe2015-10-171-0/+3
| | | | | | | | | | | | | | | | | | | | coreboot build errors: In file included from src/northbridge/amd/amdfam10/misc_control.c:35:0: src/include/option.h:13:27: error: static declaration of 'get_option' follows non-static declaration static inline enum cb_err get_option(void *dest, const char *name) ^ In file included from src/northbridge/amd/amdfam10/misc_control.c:34:0: src/include/pc80/mc146818rtc.h:176:13: note: previous declaration of 'get_option' was here enum cb_err get_option(void *dest, const char *name); Ping tpearson about this. Also ping him about the fact that there isn't actually an option to enable or disable native graphics initialization, but that the option MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG is in fact available and set to Y in the Kconfig file. I think this is probably since there isn't even an option ROM available for the machine, so it's pointless to offer the setting.
* Revert "c201: rename config from veyron_speedy to c201"Francis Rowe2015-10-111-0/+0
| | | | This reverts commit a48c2ebe2733b3af0755c44dc6525ecf4f21c0ab.
* c201: rename config from veyron_speedy to c201Francis Rowe2015-10-111-0/+0
|
* Chromebook C201 (codename veyron_speedy) supportPaul Kocialkowski2015-10-111-0/+512
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>