From 1a92f16c7816ba9a24c332d8cd43b27244e6bb0b Mon Sep 17 00:00:00 2001 From: Libreboot Contributor Date: Fri, 24 Apr 2020 15:08:24 +0200 Subject: translated docs/hardware/t500.md --- i18n/fr_FR/docs/hardware/t500.md | 124 +++++++++++++++++++-------------------- 1 file changed, 60 insertions(+), 64 deletions(-) diff --git a/i18n/fr_FR/docs/hardware/t500.md b/i18n/fr_FR/docs/hardware/t500.md index 3973346c..bb5848eb 100644 --- a/i18n/fr_FR/docs/hardware/t500.md +++ b/i18n/fr_FR/docs/hardware/t500.md @@ -2,103 +2,99 @@ title: ThinkPad T500 ... -It is believed that all or most T500 laptops are compatible. See notes -about [CPU -compatibility](../install/t500_external.html#cpu_compatibility) for -potential incompatibilities. +Il est cru que tout les ordinateurs portables T500 sont compatibles. +La T500 et T500S Tablet marcheront aussi, +[dépendant de la configuration](#t500s). -W500 is also compatible, and mostly the same design as T500. +Il y a deux tailles de puce flash possibles pour le T500: 4Mo (32Mbits) +ou 8Mo (64Mbits). Ça peut être identifié par le type de puce flash en +dessous du repose poignet: 4Mo est SOIC-8, 8Mo est SOIC-16. -There are two possible flash chip sizes for the T500: 4MiB (32Mbit) or -8MiB (64Mbit). This can be identified by the type of flash chip below -the palmrest: 4MiB is SOIC-8, 8MiB is SOIC-16. +*Les ordinateurs portables sont fournis avec la ME (et parfois l'AMT en +plus) avant d'y avoir flashé libreboot. Libreboot le désactive et +l'enlève en utilisant un descripteur modifié: voyez [gm45\_remove\_me.md](gm45_remove_me.md)* +(contient des notes et des instructions) -*The T500 laptops come with the ME (and sometimes AMT in addition) -before flashing libreboot. Libreboot disables and removes it by using a -modified descriptor: see [gm45\_remove\_me.md](gm45_remove_me.md)* -(contains notes, plus instructions) - -Flashing instructions can be found at +Les instructions de flashage peuvent être trouvée dans [../install/\#flashrom](../install/#flashrom) -EC update {#ecupdate} +Mise à jour EC {#ecupdate} ========= - -It is recommended that you update to the latest EC firmware version. The -[EC firmware](../../faq.md#ec-embedded-controller-firmware) is separate from -libreboot, so we don't actually provide that, but if you still have -Lenovo BIOS then you can just run the Lenovo BIOS update utility, which -will update both the BIOS and EC version. See: +Il est recommandé que vous mettiez à jour le micrologiciel de l'EC ( +contrôleur intégré) à sa dernière version. +Le [micrologiciel de l'EC](../../faq.md#ec-embedded-controller-firmware) +est séparé du projet libreboot donc nous ne le fournissons pas, mais si +vous avez toujours le BIOS Lenovo alors vous pouvez vous contenter d'exécuter +l'utilitaire de mise à jour du BIOS Lenovo, qui mettre à jour la +version du BIOS et de l'EC. Lisez: - [../install/#flashrom](../install/#flashrom) - -NOTE: this can only be done when you are using Lenovo BIOS. How to -update the EC firmware while running libreboot is unknown. Libreboot -only replaces the BIOS firmware, not EC. +NOTE: ça peut seulement être fait quand vous être en train d'utiliser le +BIOS Lenovo. Comment mettre à jour le micrologiciel de l'EC pendant +que libreboot est en marche est inconnu. +Libreboot remplace seulement le micrologiciel du BIOS, pas de l'EC. -Updated EC firmware has several advantages e.g. bettery battery -handling. +Le micrologiciel d'EC mis à jour à quelques avantages p.e. meilleure +tenue de la batterie. -Compatibility (without blobs) {#compatibility_noblobs} +Compatibilité (sans blobs) {#compatibility_noblobs} ----------------------------- -### Hardware virtualization (vt-x) {#hwvirt} +### Virtualisation matérielle (vt-x) {#hwvirt} + +Les T500, quand ils tournent sans mises à jour du microcode du CPU +dans coreboot, ont une panique du kernel si vous exécutiez QEMU avec vt-x activé +sur 2 coeurs pour l'invité. +Avec un seul coeur pour l'invité, celui-ci panique (mais l'hôte va bien). +Contourner celà dans QEMU peut être possible; sinon, la virtualisation +logicielle devrait marcher correctement (c'est juste plus lent). -The T500, when run without CPU microcode updates in coreboot, currently -kernel panics if running QEMU with vt-x enabled on 2 cores for the -guest. With a single core enabled for the guest, the guest panics (but -the host is fine). Working around this in QEMU might be possible; if -not, software virtualization should work fine (it's just slower). +Sur du matériel GM45 (avec Libreboot), assurez-vous que les modules kernels *kvm* +et *kvm\_intel* ne sont pas chargés quand vous utilisez QEMU. -On GM45 hardware (with libreboot), make sure that the *kvm* and -*kvm\_intel* kernel modules are not loaded, when using QEMU. +La fiche technique d'Intel qui suite pourrait aider à l'investigation: -The following errata datasheet from Intel might help with investigation: -The T500 is almost identical to the X200, code-wise. See -[x200.md](x200.md). +Des rapports anecdotiques d'au moins un utilisateur suggèrent que quelques modèles avec le microcode CPU 1067a (sur le CPU lui-même) pourrait marcher avec vt-x dans libreboot. -Descriptor and Gbe differences {#descriptor_difference} ------------------------------- +Anecdotal reports from at least 1 user suggests that some models with +CPU microcode 1067a (on the CPU itself) might work with vt-x in +libreboot. -See -[../future/dumps/t500\_x200\_descriptor/descriptor\_diff\_t500\_x200.txt](../future/dumps/t500_x200_descriptor/descriptor_diff_t500_x200.txt) -and -[../future/dumps/t500\_x200\_descriptor/gbe\_diff\_t500\_x200.txt](../future/dumps/t500_x200_descriptor/gbe_diff_t500_x200.txt) +Différences du descripteur et du Gbe {#descriptor_difference} +-------------------------------- -The patches above are based on the output from ich9deblob on a -factory.rom image dumped from the T500 with a SOIC-8 4MiB flash chip. -The patch re-creates the X200 descriptor/gbe source, so the commands -were something like: +Voyez [../future/dumps/t500\_x200\_descriptor/descriptor\_diff\_t500\_x200.txt](../future/dumps/t500_x200_descriptor/descriptor_diff_t500_x200.txt) et [../future/dumps/t500\_x200\_descriptor/gbe\_diff\_t500\_x200.txt](../future/dumps/t500_x200_descriptor/gbe_diff_t500_x200.txt). + +Les patchs ci-dessus sont basés sur la sortie d'ich9deblob sur une image factory.rom extraite depuis un T500 avec une puce flash SOIC-8 de 4Mo. +Le patch recréé les sources du descripteur/gbe du X200, donc les commandes étaient quelque chose comme ci: $ diff -u t500gbe x200gbe $ diff -u t500descriptor x200descriptor -ME VSCC table is in a different place and a different size on the T500. -Libreboot disables and removes the ME anyway, so it doesn't matter. +La table ME VSCC est dans un lieu différent et d'une taille différente sur le T500. +Libreboot désactive et enlève la ME de toute façon, donc on s'en fout. + +Ce même descripteur/gbe utilisé sur le X200 (généré par [ich9gen](gm45_remove_me.html#ich9gen)) a été réutilisé sur le T500, et ça a quand même marché. -The very same descriptor/gbe used on the X200 (generated by -[ich9gen](gm45_remove_me.html#ich9gen)) was re-used on the T500, and it -still worked. -Hardware register dumps {#regdumps} +Archives des registres matériels ----------------------- +Le wiki de coreboot [montre](http://www.coreboot.org/Motherboard_Porting_Guide) +comment récolter de nombreux journaux utiles à l'adaptation de nouvelles +cartes mères. Ce qui suit sont des journaux du T500: -The coreboot wiki -[shows](http://www.coreboot.org/Motherboard_Porting_Guide) how to -collect various logs useful in porting to new boards. Following are -outputs from the T500: - T500 with *Macronix MX25L3205D* flash chip (4MiB, SOIC-8) and Lenovo BIOS 3.13 7VET83WW (EC firmware 1.06): - [../future/dumps/t500log/](../future/dumps/t500log/) -Copyright © 2015 Leah Rowe \ -Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License Version 1.3 or any later -version published by the Free Software Foundation -with no Invariant Sections, no Front Cover Texts, and no Back Cover Texts. -A copy of this license is found in [../fdl-1.3.md](../fdl-1.3.md) +Permission est donnée de copier, distribuer et/ou modifier ce document +sous les termes de la Licence de documentation libre GNU version 1.3 ou +quelconque autre versions publiées plus tard par la Free Software Foundation +sans Sections Invariantes, Textes de Page de Garde, et Textes de Dernière de Couverture. +Une copie de cette license peut être trouvé dans [../fdl-1.3.md](fdl-1.3.md). -- cgit v1.2.3-54-g00ecf