2
1
Fork 0
mirror of https://git.savannah.gnu.org/git/gnuboot.git synced 2025-01-14 11:26:47 +01:00
gnuboot/website/pages/news/libreboot20140729.md
Denis 'GNUtoo' Carikli 6e5e4f3421
Merge website and website-build.
Before being merged with the commit
dc6e1f32c1 ("Import website-build to
build the GNU Boot website."), website-build was a separate git
repository.

And so, even after the merge, until the commit
20d122e94a ("website-build: use website
from local git repository."), it still worked in the same way and
still downloaded the website from git.

This prevented merging the website and website-build directories
together as the GNU Boot repository also needed to be a valid Untitled
website repository as well.

Now after this commit, the website is built from the same git tree, so
we can simply adjust the build scripts to be able to move things
around.

In addition of making things more clear for contributors, it also
simplify the migration to haunt as with haunt we typically have the
haunt.cfg (and the autotools build code if needed) code in the top
directory and the markdown files in a subdirectory.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
2024-06-11 20:29:47 +02:00

1.4 KiB

% Libreboot 20140729 release % Leah Rowe % 29 July 2014

Revisions for r20140729 (4th beta) (29th July 2014)

  • Documentation: improved (more explanations, background info) in docs/security/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 ROMs 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)