aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorwdenk2003-05-20 09:25:27 -0500
committerwdenk2003-05-20 09:25:27 -0500
commit7f70e85309c6367138c0ebd14abdd49964b8d50a (patch)
tree07a10be9b048491fd4a1da6b459728ac16739861 /README
parent59de2ed6b5631c709d6e9c6dce7c0bffdf5a2058 (diff)
downloadu-boot-7f70e85309c6367138c0ebd14abdd49964b8d50a.tar.gz
u-boot-7f70e85309c6367138c0ebd14abdd49964b8d50a.tar.xz
u-boot-7f70e85309c6367138c0ebd14abdd49964b8d50a.zip
* Patch by David Updegraff, 22 Apr 2003:LABEL_2003_05_20_1630
update for CrayL1 board * Patch by Pantelis Antoniou, 21 Apr 2003: add boot support for ARTOS (a proprietary OS) * Patch by Steven Scholz, 11 Apr 2003: Add support for RTC DS1338 * Patch by Rod Boyce, 24 Jan 2003: Fix counting of extended partitions in diskboot command
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index 35de0e2776..a0cf8c7858 100644
--- a/README
+++ b/README
@@ -343,7 +343,8 @@ The following options need to be configured:
343 CONFIG_GTH, CONFIG_RPXClassic, CONFIG_rsdproto, 343 CONFIG_GTH, CONFIG_RPXClassic, CONFIG_rsdproto,
344 CONFIG_IAD210, CONFIG_RPXlite, CONFIG_sbc8260, 344 CONFIG_IAD210, CONFIG_RPXlite, CONFIG_sbc8260,
345 CONFIG_EBONY, CONFIG_sacsng, CONFIG_FPS860L, 345 CONFIG_EBONY, CONFIG_sacsng, CONFIG_FPS860L,
346 CONFIG_V37, CONFIG_ELPT860, CONFIG_CMI 346 CONFIG_V37, CONFIG_ELPT860, CONFIG_CMI,
347 CONFIG_NETVIA
347 348
348 ARM based boards: 349 ARM based boards:
349 ----------------- 350 -----------------
@@ -638,6 +639,7 @@ The following options need to be configured:
638 CONFIG_RTC_MC146818 - use MC146818 RTC 639 CONFIG_RTC_MC146818 - use MC146818 RTC
639 CONFIG_RTC_DS1307 - use Maxim, Inc. DS1307 RTC 640 CONFIG_RTC_DS1307 - use Maxim, Inc. DS1307 RTC
640 CONFIG_RTC_DS1337 - use Maxim, Inc. DS1337 RTC 641 CONFIG_RTC_DS1337 - use Maxim, Inc. DS1337 RTC
642 CONFIG_RTC_DS1338 - use Maxim, Inc. DS1338 RTC
641 CONFIG_RTC_DS164x - use Dallas DS164x RTC 643 CONFIG_RTC_DS164x - use Dallas DS164x RTC
642 644
643- Timestamp Support: 645- Timestamp Support:
@@ -1750,7 +1752,7 @@ configurations; the following names are supported:
1750 FPS850L_config Sandpoint8240_config sbc8260_config 1752 FPS850L_config Sandpoint8240_config sbc8260_config
1751 GENIETV_config TQM823L_config PIP405_config 1753 GENIETV_config TQM823L_config PIP405_config
1752 GEN860T_config EBONY_config FPS860L_config 1754 GEN860T_config EBONY_config FPS860L_config
1753 ELPT860_config cmi_mpc5xx_config 1755 ELPT860_config cmi_mpc5xx_config NETVIA_config
1754 1756
1755Note: for some board special configuration names may exist; check if 1757Note: for some board special configuration names may exist; check if
1756 additional information is available from the board vendor; for 1758 additional information is available from the board vendor; for
@@ -2066,8 +2068,8 @@ defines the following image properties:
2066 2068
2067* Target Operating System (Provisions for OpenBSD, NetBSD, FreeBSD, 2069* Target Operating System (Provisions for OpenBSD, NetBSD, FreeBSD,
2068 4.4BSD, Linux, SVR4, Esix, Solaris, Irix, SCO, Dell, NCR, VxWorks, 2070 4.4BSD, Linux, SVR4, Esix, Solaris, Irix, SCO, Dell, NCR, VxWorks,
2069 LynxOS, pSOS, QNX; 2071 LynxOS, pSOS, QNX, RTEMS, ARTOS;
2070 Currently supported: Linux, NetBSD, VxWorks, QNX). 2072 Currently supported: Linux, NetBSD, VxWorks, QNX, RTEMS, ARTOS).
2071* Target CPU Architecture (Provisions for Alpha, ARM, Intel x86, 2073* Target CPU Architecture (Provisions for Alpha, ARM, Intel x86,
2072 IA64, MIPS, MIPS, PowerPC, IBM S390, SuperH, Sparc, Sparc 64 Bit; 2074 IA64, MIPS, MIPS, PowerPC, IBM S390, SuperH, Sparc, Sparc 64 Bit;
2073 Currently supported: PowerPC). 2075 Currently supported: PowerPC).