summaryrefslogtreecommitdiffstats
path: root/resources
Commit message (Collapse)AuthorAgeFilesLines
* download/coreboot: add missing copyright attributionFrancis Rowe2015-11-061-0/+1
|
* download/coreboot: remove false informationFrancis Rowe2015-11-061-1/+1
|
* Update coreboot-libre configs (forgot to do it earlier)Francis Rowe2015-11-0620-34/+53
|
* Don't build ifdtool. Not needed in libreboot.Francis Rowe2015-11-062-5/+2
|
* Update coreboot to new version (use latest stable kgpe-d16 tree)Francis Rowe2015-11-06150-3696/+3493
|
* download/coreboot: temporary fix: revert vboot (for ASUS C201)Francis Rowe2015-11-061-1/+1
| | | | Temporary fix for build error.
* scripts: say ROM images, not ROM's. ROM's is wrong!Francis Rowe2015-11-052-4/+4
|
* build/module/coreboot: also build crossgcc armFrancis Rowe2015-11-051-2/+4
|
* build/roms/withgrub: use sub shell instead of cd ../Francis Rowe2015-11-051-1/+2
|
* build/roms/withgrub_helper: use quotes where neededFrancis Rowe2015-11-051-1/+1
|
* roms/withgrub: Fix brace expansionKlemens Nanni2015-11-051-2/+2
|
* roms/withgrub_helper: Create correct ROM layoutsKlemens Nanni2015-11-051-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 lowercaseKlemens Nanni2015-11-052-9/+9
| | | | | | Appearently --hotkey can only be used once, therefore remove uppercase Letters overwriting lowercase ones.
* grub-assemble: remove redundant line break on EOFFrancis Rowe2015-11-051-1/+0
|
* grub-assemble: simplify if/for blocksFrancis Rowe2015-11-051-4/+2
|
* grub-assemble: remove a bashismFrancis Rowe2015-11-051-1/+1
|
* grub.cfg: use memtest.bin, not memtestFrancis Rowe2015-11-052-2/+2
|
* grub.cfg (text mode): linux16 memtest, not chainload memtestFrancis Rowe2015-11-051-1/+1
|
* grub-assemble: use memtest.bin, not memtestFrancis Rowe2015-11-051-1/+1
|
* build/roms/withgrub: re-introduce standards complianceFrancis Rowe2015-11-051-14/+14
| | | | klemens, please merge this!
* roms/withgrub: TypofixKlemens Nanni2015-11-051-1/+1
|
* roms/withgrub: Keep it simpleKlemens Nanni2015-11-051-26/+20
|
* Simplify ./build module routinesKlemens Nanni2015-11-054-44/+17
|
* grub.cfg: Search for keyfile only onceKlemens Nanni2015-11-051-5/+5
|
* grub.cfg: Search {boot/,}grub2 as well (OpenSUSE)Klemens Nanni2015-11-051-1/+22
|
* grub.cfg: remove redundant spaceFrancis Rowe2015-11-051-1/+1
|
* grub.cfg: search on usb first, not ahciFrancis Rowe2015-11-051-1/+1
|
* kgpe-d16: add configs for more flash chip sizes (4, 8 and 16 MiB)Francis Rowe2015-10-204-15/+15
|
* build/dependencies/trisquel7: add libcrypto (libssl-dev) to scriptFrancis Rowe2015-10-191-1/+1
|
* 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.
* Add 2MiB option for KFSN4-DREFrancis Rowe2015-10-151-0/+564
|
* 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-147-0/+315
|
* download/coreboot: add note about patchFrancis Rowe2015-10-141-0/+3
|
* download/coreboot: note about patch that was merged upstreamFrancis Rowe2015-10-111-0/+1
|
* download/coreboot: comment the git reset instruction for vbootFrancis Rowe2015-10-111-0/+1
|
* docs/maintain/index.html: Notes about depthcharge board configsFrancis Rowe2015-10-116-3/+3
|
* 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
|
* build/release/src: delete more patches not needed in releaseFrancis Rowe2015-10-111-0/+4
|
* build/release/src: delete .git files for depthchargeFrancis Rowe2015-10-111-0/+1
|
* coreboot-libre: futility test data deblob, padding data is not a blobPaul Kocialkowski2015-10-111-2/+19
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* coreboot-libre: move non-blob to nonblobs listFrancis Rowe2015-10-113-4/+4
|