Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build/roms/*: put libreboot version in .coreboot-version file | Francis Rowe | 2015-12-06 | 2 | -1/+3 |
| | | | | | This is one of the things needed, for building coreboot in a reproducible fashion. | ||||
* | Revert "grub: build reproducibly" | Francis Rowe | 2015-12-04 | 11 | -406/+0 |
| | | | | This reverts commit 26d16fa5cdc9e351fcb582104cf8c7b3bf9ddaf0. | ||||
* | grub: build reproducibly | Francis Rowe | 2015-12-04 | 11 | -0/+406 |
| | |||||
* | update GRUB | Francis Rowe | 2015-11-30 | 7 | -60/+60 |
| | |||||
* | grub: only run distclean if a makefile exists (fixes build error) | Francis Rowe | 2015-11-29 | 2 | -2/+2 |
| | |||||
* | build/release/*: create ChangeLog/NEWS when building from archive | Francis Rowe | 2015-11-22 | 5 | -0/+20 |
| | |||||
* | build/clean/*: Use make properly (-C flag) | Klemens Nanni | 2015-11-21 | 5 | -64/+25 |
| | | | | | Instead of manually cd'ing into and out of directories, use make's -C flag. | ||||
* | roms/withgrub_helper: Slight commenting changes | Klemens Nanni | 2015-11-21 | 1 | -11/+8 |
| | |||||
* | download/Memtest86+: Use patches not raw files | Klemens Nanni | 2015-11-21 | 6 | -154/+29 |
| | |||||
* | release build scripts: add ChangeLog and NEWS to release | Francis Rowe | 2015-11-16 | 5 | -0/+48 |
| | |||||
* | build/clean/seabios: make it executable | Francis Rowe | 2015-11-14 | 1 | -0/+0 |
| | | | | otherwise release building is screwed up | ||||
* | build/dependencies/trisquel: add missing "install" instruction | Francis Rowe | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | build/dependencies/*: install texi2html | Francis Rowe | 2015-11-07 | 2 | -2/+2 |
| | |||||
* | add pandoc to parabola/trisquel dependencies script | Francis Rowe | 2015-11-06 | 2 | -0/+10 |
| | |||||
* | Update config for ASUS C201 | Francis Rowe | 2015-11-06 | 1 | -0/+4 |
| | |||||
* | Replace Chromebook mentions with CrOS, that is more generic | Paul Kocialkowski | 2015-11-06 | 4 | -3/+3 |
| | | | | | | | | | | 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> | ||||
* | veyron_speedy config update, depthcharge menus improvement | Paul Kocialkowski | 2015-11-06 | 6 | -185/+45 |
| | |||||
* | download/coreboot: add missing copyright attribution | Francis Rowe | 2015-11-06 | 1 | -0/+1 |
| | |||||
* | download/coreboot: remove false information | Francis Rowe | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Update coreboot-libre configs (forgot to do it earlier) | Francis Rowe | 2015-11-06 | 20 | -34/+53 |
| | |||||
* | Don't build ifdtool. Not needed in libreboot. | Francis Rowe | 2015-11-06 | 2 | -5/+2 |
| | |||||
* | Update coreboot to new version (use latest stable kgpe-d16 tree) | Francis Rowe | 2015-11-06 | 149 | -2496/+2293 |
| | |||||
* | download/coreboot: temporary fix: revert vboot (for ASUS C201) | Francis Rowe | 2015-11-06 | 1 | -1/+1 |
| | | | | Temporary fix for build error. | ||||
* | scripts: say ROM images, not ROM's. ROM's is wrong! | Francis Rowe | 2015-11-06 | 2 | -4/+4 |
| | |||||
* | build/module/coreboot: also build crossgcc arm | Francis Rowe | 2015-11-06 | 1 | -2/+4 |
| | |||||
* | 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. | ||||
* | grub.cfg: Add MemTest86+ hotkey, fix lowercase | Klemens Nanni | 2015-11-05 | 2 | -9/+9 |
| | | | | | | Appearently --hotkey can only be used once, therefore remove uppercase Letters overwriting lowercase ones. | ||||
* | grub-assemble: remove redundant line break on EOF | Francis Rowe | 2015-11-05 | 1 | -1/+0 |
| | |||||
* | grub-assemble: simplify if/for blocks | Francis Rowe | 2015-11-05 | 1 | -4/+2 |
| | |||||
* | grub-assemble: remove a bashism | Francis Rowe | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | grub.cfg: use memtest.bin, not memtest | Francis Rowe | 2015-11-05 | 2 | -2/+2 |
| | |||||
* | grub.cfg (text mode): linux16 memtest, not chainload memtest | Francis Rowe | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | grub-assemble: use memtest.bin, not memtest | Francis Rowe | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Simplify ./build module routines | Klemens Nanni | 2015-11-05 | 4 | -44/+17 |
| | |||||
* | grub.cfg: Search for keyfile only once | Klemens Nanni | 2015-11-05 | 1 | -5/+5 |
| | |||||
* | grub.cfg: Search {boot/,}grub2 as well (OpenSUSE) | Klemens Nanni | 2015-11-05 | 1 | -1/+22 |
| | |||||
* | grub.cfg: remove redundant space | Francis Rowe | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | grub.cfg: search on usb first, not ahci | Francis Rowe | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | kgpe-d16: add configs for more flash chip sizes (4, 8 and 16 MiB) | Francis Rowe | 2015-10-20 | 4 | -0/+1749 |
| | |||||
* | build/dependencies/trisquel7: add libcrypto (libssl-dev) to script | Francis Rowe | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | KGPE-D16: update patch set (also update coreboot and vboot) | Francis Rowe | 2015-10-19 | 186 | -4401/+13614 |
| | | | | | | | | | | | 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-D16 | Francis Rowe | 2015-10-17 | 159 | -6/+54884 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Add 2MiB option for KFSN4-DRE | Francis Rowe | 2015-10-15 | 1 | -0/+564 |
| | |||||
* | libreboot is not autoboot | Francis Rowe | 2015-10-15 | 1 | -4/+4 |
| |