From f28674ec3c3349640733effc6026e7148b447550 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 1 Nov 2006 12:52:49 +0000 Subject: Rename some variables from *ITE* to *ite* for consistency reasons (refs #4). Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- documentation/RFC/chip.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'documentation') 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 [path=] [""] \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 -- cgit v1.2.3