Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 | 150 | -3696/+3493 |
| | |||||
* | 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-05 | 2 | -4/+4 |
| | |||||
* | build/module/coreboot: also build crossgcc arm | Francis Rowe | 2015-11-05 | 1 | -2/+4 |
| | |||||
* | build/roms/withgrub: use sub shell instead of cd ../ | Francis Rowe | 2015-11-05 | 1 | -1/+2 |
| | |||||
* | build/roms/withgrub_helper: use quotes where needed | Francis Rowe | 2015-11-05 | 1 | -1/+1 |
| | |||||
* | roms/withgrub: Fix brace expansion | Klemens Nanni | 2015-11-05 | 1 | -2/+2 |
| | |||||
* | roms/withgrub_helper: Create correct ROM layouts | Klemens Nanni | 2015-11-05 | 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 | -15/+15 |
| | |||||
* | 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-18 | 187 | -4464/+13677 |
| | | | | | | | | | | | 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-14 | 1 | -4/+4 |
| | |||||
* | download/seabios: say SeaBIOS, not GRUB | Francis Rowe | 2015-10-14 | 1 | -3/+3 |
| | |||||
* | grub-assemble: fix bug: keymaps not being included | Francis Rowe | 2015-10-14 | 1 | -2/+2 |
| | |||||
* | Update SeaBIOS to 6bcacf7d19b1dc7fcd99f55491e93514f1f19279 | Francis Rowe | 2015-10-14 | 2 | -2/+8 |
| | |||||
* | build/roms/withgrub_helper: add the SeaBIOS payload | Francis Rowe | 2015-10-14 | 1 | -0/+4 |
| | | | | Forgot to do this during rebase | ||||
* | build/clean/seabios: use distclean, not clean | Francis Rowe | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Remove .git from seabios on release | Francis Rowe | 2015-10-14 | 1 | -0/+1 |
| | |||||
* | Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOS | Francis Rowe | 2015-10-14 | 7 | -0/+315 |
| | |||||
* | download/coreboot: add note about patch | Francis Rowe | 2015-10-14 | 1 | -0/+3 |
| | |||||
* | download/coreboot: note about patch that was merged upstream | Francis Rowe | 2015-10-11 | 1 | -0/+1 |
| | |||||
* | download/coreboot: comment the git reset instruction for vboot | Francis Rowe | 2015-10-11 | 1 | -0/+1 |
| | |||||
* | docs/maintain/index.html: Notes about depthcharge board configs | Francis Rowe | 2015-10-11 | 6 | -3/+3 |
| | |||||
* | Revert "c201: rename config from veyron_speedy to c201" | Francis Rowe | 2015-10-11 | 1 | -0/+0 |
| | | | | This reverts commit a48c2ebe2733b3af0755c44dc6525ecf4f21c0ab. | ||||
* | c201: rename config from veyron_speedy to c201 | Francis Rowe | 2015-10-11 | 1 | -0/+0 |
| | |||||
* | build/release/src: delete more patches not needed in release | Francis Rowe | 2015-10-11 | 1 | -0/+4 |
| | |||||
* | build/release/src: delete .git files for depthcharge | Francis Rowe | 2015-10-11 | 1 | -0/+1 |
| | |||||
* | coreboot-libre: futility test data deblob, padding data is not a blob | Paul Kocialkowski | 2015-10-11 | 1 | -2/+19 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | coreboot-libre: move non-blob to nonblobs list | Francis Rowe | 2015-10-11 | 3 | -4/+4 |
| |