Power Management/lang-es: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 583: Line 583:


==SPI Boot Flash Image==
==SPI Boot Flash Image==
El firmware esta guardado en chip SPI FLASH que esta directamente conectado al CE. El CPU lo accede a través del EC, usando el bus LPC entre el chip acompañante CS5536 y el CE. La disposición del SPI FLASH es:

* <* <tt>00000 .. 0ffff </tt> 64Kbytes de firmware del CE.
* <tt>10000 .. dffff </tt> El sistema de firmware OFW
** Nucle de lenguaje Forth
** Extensiones de Open Firmware
** Firmware de los drivers de los dispositivos
** Sistema de Archivos y manejadores del protocolo de boot
** Diagnosticos de Hardware
** Iconos y audio para la pantalla de boot
** Una copia del firmware wireless de Marvell para permitir el boot e instalacion por red
* <tt>e0000 .. ef7ff </tt> [[Manufacturing Data]]: numero serial, tipo de teclado, teclas, etc.
* <tt>f0000 .. fffff </tt> Codigo de comienzo temprano

The Marvell wireless firmware is a dropin module. Use ''.dropins'' to see the locations and sizes (compressed and uncompressed) of all such modules in OFW. The Marvell firmware is named ''usb8388.bin''.

We hope to also include a cut down OFW image for recovery in the case of problems with the firmware. We do not yet know if there will be sufficient space for this backup copy of OFW. The build process collects these pieces and generates a single image for installation into the SPI flash.tt>00000 .. 0ffff </tt> 64Kbytes of EC firmware
* <tt>10000 .. dffff </tt> The OFW firmware system
** Forth language core
** Open Firmware extensions
** Firmware device drivers
** Filesystem and boot protocol handlers
** Hardware diagnostics
** Icons and audio for the boot screen
** A copy of the Marvell wireless firmware to enable network boot and installation
* <tt>e0000 .. ef7ff </tt> [[Manufacturing Data]]: serial number, keyboard type, keys, etc.
* <tt>f0000 .. fffff </tt> Early startup code

The Marvell wireless firmware is a dropin module. Use ''.dropins'' to see the locations and sizes (compressed and uncompressed) of all such modules in OFW. The Marvell firmware is named ''usb8388.bin''.

We hope to also include a cut down OFW image for recovery in the case of problems with the firmware. We do not yet know if there will be sufficient space for this backup copy of OFW. The build process collects these pieces and generates a single image for installation into the SPI flash.


{{ Translated text |
{{ Translated text |
Line 604: Line 635:


<div id="System Management BIOS Interface"/>
<div id="System Management BIOS Interface"/>

==System Management BIOS Interface==
==System Management BIOS Interface==



Revision as of 04:33, 20 May 2007

Administración de Energía

  Esta página está supervisada por el equipo de OLPC.
  Traducción de Power Management original  
  english | español | 日本語 | 한국어   +/- cambios  
This is an on-going translation

XO-1 Especificación de Software