| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
These patches are in the process of being upstreamed.
|
|/ / /
| | |
| | |
| | |
| | | |
Simply updated to apply to the newer revision of Coreboot that's being
used. Paul Kocialkowski is still retained as the author of the patch.
|
|\ \ \ |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
To retain options, it would be a good idea to keep the floppy image
since SeaBIOS can boot floppy images directly from CBFS.
|
|/ / / |
|
|\ \ \ |
|
|/ / / |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
| | | |
| | | |
| | | |
| | | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
|/ / /
| | |
| | |
| | | |
This config was updated using Coreboot's 'oldconfig' make target.
|
|\ \ \ |
|
| | | | |
|
|/ / / |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There's no difference between the 'generic' and 'lenovobios' bucts and
simply wastes time compiling another bucts binary for no gain. If in
the future such a distinction makes sense, the targets file can be
re-added.
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
bucts' sources are kept in its project directory which means we can
skip checking for a git repository and instead skip straight to
creating the sources archive when releasing images/sources.
i.e., project_release_sources_git() called git_project_check() with
'bucts' as an argument, wasting time and resources looking in
$root/$SOURCES/bucts (which doesn't exist) and ultimately concluding
that the assumed location of bucts' sources isn't a git
repository (which is true).
We can avoid that circumlocution by simply calling
project_release_sources_archive_create() instead of
project_release_sources_git() within the release() and release_check()
actions.
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This only affects the GM45-based systems (e.g., X200, T400, etcetera)
and GA-G41M-ES2L board as they require an MAC address hardcoded into
the ROM for their integrated NIC to function.
The new default MAC address is now '00:4c:69:62:72:65' (Libre).
Credit goes to specing from the #libreboot IRC channel for coming up
with it.
|