| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
".master" script in resources/scripts/helpers/build/docs
Adds option to build html for libreboot website with
"./build docs <html-type> w"
Converts jpegs to eps for dvi and ps output, if these formats
are built, using imagemagick.
Archives resources (images) with compressed html manuals.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
LED needs a higher PWM freq so lower devider.
Uneven backlight is more important to fix first when there is also
noise.
Makes it more clear that you want highest good value for devider,
which is equal to finding the lowest working frequency.
|
| |
|
|
|
|
|
|
| |
This a add a guide on how to tweak BLC_PWM_CTL.
This allows to fix problems with uneven backlight, coil whine
or display flicker.
|
| |
|
| |
|
|
|
|
| |
Photo pulled from the libreboot-dev mailing list. Scaled down for web viewing.
|
|
|
|
|
| |
also update libreboot.texi to use absolute paths for references to
images, logs, etc.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts commit e3065addba58b99eff932030f0a5170ed17743f7.
It caused some formatting issues which would have caused problems
|
|
|
|
|
|
| |
This was done in Vim
:set tw=80
gqG
|
|
This was submitted on the mailing list. I further added the full list of
authors to the copying section. There were a few copyright authors missing in
the file that Paul submitted.
There are some TODO entries at the start of the document, which Paul left for
us. We need to work on those.
Also TODO: integrate this into build system, so that we have these options:
./build docs html
./build docs html-onepage
./build docs pdf
etc
|