summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* grub.cfg: remove redundant spaceFrancis Rowe2015-11-051-1/+1
|
* grub.cfg: search on usb first, not ahciFrancis Rowe2015-11-051-1/+1
|
* docs/gnulinux/*: recommend the diceware method for passphrasesFrancis Rowe2015-10-293-1/+27
|
* more typofixesFrancis Rowe2015-10-296-11/+11
|
* typofixFrancis Rowe2015-10-291-1/+1
|
* typofix2Francis Rowe2015-10-231-2/+2
|
* typofixFrancis Rowe2015-10-231-2/+2
|
* docs/install/index.html: note about kgpe-d16Francis Rowe2015-10-221-0/+23
|
* docs/hcl/kgpe-d16: remove non-issue from list of issuesFrancis Rowe2015-10-221-4/+0
|
* docs/tasks.html: clarify that Tyan S8230 is similar to KGPE-D16Francis Rowe2015-10-211-1/+1
|
* docs/tasks.html: remove kgpe-d16 (it's ported now)Francis Rowe2015-10-211-71/+30
|
* docs/tasks.html: notes about suspend on gm45Francis Rowe2015-10-211-0/+2
|
* docs/install/kgpe-d16.html: New guide (basic info added)Francis Rowe2015-10-212-0/+126
|
* docs/install/index.html: clarify options for KFSN4-DREFrancis Rowe2015-10-201-1/+1
|
* docs/hcl/kgpe-d16: Clarify which CPUs are fam15hFrancis Rowe2015-10-201-3/+3
|
* docs/hcl/kgpe-d16.html: Remove #memory section (listed in specs)Francis Rowe2015-10-201-22/+0
|
* docs/hcl/kgpe-d16.html: Add more information about this boardFrancis Rowe2015-10-201-5/+145
|
* docs/hcl/kgpe-d16.html: Notes about RAM compatibilityFrancis Rowe2015-10-201-4/+19
|
* docs/hcl/kgpe-d16: warn about IPMI iKVM moduleFrancis Rowe2015-10-201-0/+10
|
* docs/hcl/kgpe-d16.html: note about configs (flash chip sizes)Francis Rowe2015-10-201-0/+3
|
* kgpe-d16: add configs for more flash chip sizes (4, 8 and 16 MiB)Francis Rowe2015-10-204-15/+15
|
* docs/hcl/kgpe-d16.html: add note and fix typoFrancis Rowe2015-10-201-1/+1
|
* docs/hcl/kgpe-d16.html: link to board status page (raptor eng.)Francis Rowe2015-10-201-0/+7
|
* docs/hcl/kgpe-d16.html: note about external flashingFrancis Rowe2015-10-201-3/+3
|
* docs/hcl/kgpe-d16.html: add note about flash chip sizesFrancis Rowe2015-10-201-1/+4
|
* build/dependencies/trisquel7: add libcrypto (libssl-dev) to scriptFrancis Rowe2015-10-191-1/+1
|
* docs/hcl/gm45_lcd.html: Clarify that display doesn't work in GRUBFrancis Rowe2015-10-181-1/+2
|
* docs/hcl/gm45_lcd.html: Notes about LVDS dual/single auto-detectFrancis Rowe2015-10-181-14/+4
|
* Add preliminary info about KGPE-D16 to documentationFrancis Rowe2015-10-183-0/+157
|
* KGPE-D16: update patch set (also update coreboot and vboot)Francis Rowe2015-10-18187-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-D16Francis Rowe2015-10-17159-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.
* docs/misc/index.html notes about processor.max_cstate=2Francis Rowe2015-10-161-0/+10
|
* notes about powertop --calibrateFrancis Rowe2015-10-161-0/+7
|
* Add 2MiB option for KFSN4-DREFrancis Rowe2015-10-151-0/+564
|
* docs/hcl/c201.html: It's not our place to decide the user's actionsFrancis Rowe2015-10-151-12/+0
|
* libreboot is not autobootFrancis Rowe2015-10-141-4/+4
|
* download/seabios: say SeaBIOS, not GRUBFrancis Rowe2015-10-141-3/+3
|
* grub-assemble: fix bug: keymaps not being includedFrancis Rowe2015-10-141-2/+2
|
* Update SeaBIOS to 6bcacf7d19b1dc7fcd99f55491e93514f1f19279Francis Rowe2015-10-142-2/+8
|
* build/roms/withgrub_helper: add the SeaBIOS payloadFrancis Rowe2015-10-141-0/+4
| | | | Forgot to do this during rebase
* build/clean/seabios: use distclean, not cleanFrancis Rowe2015-10-141-1/+1
|
* Remove .git from seabios on releaseFrancis Rowe2015-10-141-0/+1
|
* Integrate SeaBIOS payload as option on top of GRUB, with SeaVGABIOSFrancis Rowe2015-10-149-0/+352
|
* download/coreboot: add note about patchFrancis Rowe2015-10-141-0/+3
|
* docs/hcl/c201.html: don't say unexFrancis Rowe2015-10-131-1/+1
|
* screw Debian/Fedora. What the hell was I even thinking...Francis Rowe2015-10-131-68/+1
|
* what the fuck is "WiFi acceleration"?Francis Rowe2015-10-121-2/+2
|
* docs/hcl/c201.html: talk about the screw at the bottom of the pageFrancis Rowe2015-10-121-23/+22
|
* docs/hcl/c201.html: be less enthusiastic about the Debian projectFrancis Rowe2015-10-121-1/+1
|
* docs/hcl/c201.html: further clarify why debian/fedora is mentionedFrancis Rowe2015-10-121-1/+2
|