diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-13 00:12:59 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-13 00:12:59 +0100 |
commit | 9b0a8f155e2aac5dce148585e7e590ed444e05ee (patch) | |
tree | 119afc05f705aa5a5482209b135e2b633c3f6cf8 /docs/hcl | |
parent | d4eec78b6e14f4aa24ef4fd60c7240af16d9d122 (diff) | |
download | librebootfr-9b0a8f155e2aac5dce148585e7e590ed444e05ee.tar.gz librebootfr-9b0a8f155e2aac5dce148585e7e590ed444e05ee.zip |
docs/hcl/c201.html: clarify that microcode is software
Diffstat (limited to 'docs/hcl')
-rw-r--r-- | docs/hcl/c201.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hcl/c201.html b/docs/hcl/c201.html index b158df63..2f6947c5 100644 --- a/docs/hcl/c201.html +++ b/docs/hcl/c201.html @@ -164,7 +164,7 @@ Unlike x86 (e.g. Intel/AMD) CPUs, ARM CPUs do not use microcode, not even built in. On the Intel/AMD based libreboot systems, there is still microcode in the CPU (not considered problematic by the FSF, since it's part of the hardware), but we - exclude microcode updates, which are proprietary + exclude microcode updates, which are proprietary software. </p> <p> On ARM CPUs, the instruction set is implemented in circuitry, without microcode. |