From 7eca665d684a734d55b0bb26c4f1831d399c5330 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 28 Jul 2014 22:33:00 +0000 Subject: Libreboot release 6 beta 4. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Documentation: improved (more explanations, background info) in docs/howtos/x60_security.html (courtesy of Denis Carikli) - MacBook2,1 tested (confirmed) - macbook21: Added script 'macbook21_firstflash' for flashing libreboot while Apple EFI firmware is running. - Documentation: macbook21: added software-based flashing instructions for flashing libreboot while Apple EFI firmware is running. - Reduced size of libreboot_src.tar.gz: - Removed .git and .gitignore from grub directory (libreboot_src); not needed. Removing them reduces the size of the archive (by a lot). GRUB development should be upstream. - Removed .git and .gitignore from bucts directory (libreboot_src); not needed. Removing them reduces the size of the archive. bucts development should be upstream. - Removed .svn from flashrom directory (libreboot_src); not needed. Removing it reduces the size of the archive. flashrom development should be upstream. - Added ROM's with Qwerty (Italian) layout in GRUB (libreboot*itqwerty.rom) - Added resources/utilities/i945gpu/intel-regs.py for debugging issues related to LCD panel compatibility on X60 Tablet and T60. (courtesy of Michał Masłowski) --- getflashrom | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'getflashrom') diff --git a/getflashrom b/getflashrom index fee72c5f..8908dd46 100755 --- a/getflashrom +++ b/getflashrom @@ -38,6 +38,14 @@ svn co -r 1822 svn://flashrom.org/flashrom/trunk flashrom # there are no permanent patches needed to be applied here: # the patches are applied selectively at build time (when running "builddeps-flashrom") +# delete the .svn directory +# (not needed to work with source code) +# (reduces size of the archive) +# flashrom development should be upstream! +cd flashrom +rm -rf .svn +cd ../ + echo "FINISHED DOWNLOADING FLASHROM" # ------------------- DONE ---------------------- -- cgit v1.2.3-70-g09d2