diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2006-11-01 12:52:49 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2006-11-01 12:52:49 +0000 |
commit | f28674ec3c3349640733effc6026e7148b447550 (patch) | |
tree | 0c7acc7942a06c72308375702efd7b6ce7190707 /documentation/RFC/chip.tex | |
parent | 700b38a0d545230d0802f8121b9da05549092533 (diff) | |
download | coreboot-f28674ec3c3349640733effc6026e7148b447550.tar.xz |
Rename some variables from *ITE* to *ite* for consistency reasons (refs #4).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'documentation/RFC/chip.tex')
-rw-r--r-- | documentation/RFC/chip.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/RFC/chip.tex b/documentation/RFC/chip.tex index 58a50853df..58fa613a0a 100644 --- a/documentation/RFC/chip.tex +++ b/documentation/RFC/chip.tex @@ -28,7 +28,7 @@ The specification looks like this: chip <name> [path=<path>] ["<configuration>"] \end{verbatim} The name is in the standard LinuxBIOS form of type/vendor/name, e.g. -"southbridge/intel/piix4e" or "superio/ITE/it8671f". The class of the +"southbridge/intel/piix4e" or "superio/ite/it8671f". The class of the chip is derived from the first pathname component of the name, and the chip configuration is derived from the following components. @@ -50,9 +50,9 @@ each individual chip and an array of pointers to these structures. For each chip, there are two structures. The structures contain control information for the chip, and register initialization information. The names of the structures are derived by ``flattening'' the chip name, -as in the current linuxbios. For example, superio/ITE/xyz uses -two structs, one called superio_ITE_xyz_control and one called -superio_ITE_xyz_init. The control struct is initialized from the +as in the current linuxbios. For example, superio/ite/xyz uses +two structs, one called superio_ite_xyz_control and one called +superio_ite_xyz_init. The control struct is initialized from the chip name and path information, and has a pointer to the config struct. The config struct is initialized from the quote string |