2 # (C) Copyright 2000 - 2013
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 # SPDX-License-Identifier: GPL-2.0+
11 This directory contains the source code for U-Boot, a boot loader for
12 Embedded boards based on PowerPC, ARM, MIPS and several other
13 processors, which can be installed in a boot ROM and used to
14 initialize and test the hardware or to download and run application
17 The development of U-Boot is closely related to Linux: some parts of
18 the source code originate in the Linux source tree, we have some
19 header files in common, and special provision has been made to
20 support booting of Linux images.
22 Some attention has been paid to make this software easily
23 configurable and extendable. For instance, all monitor commands are
24 implemented with the same call interface, so that it's very easy to
25 add new commands. Also, instead of permanently adding rarely used
26 code (for instance hardware test utilities) to the monitor, you can
27 load and run it dynamically.
33 In general, all boards for which a configuration option exists in the
34 Makefile have been tested to some extent and can be considered
35 "working". In fact, many of them are used in production systems.
37 In case of problems see the CHANGELOG and CREDITS files to find out
38 who contributed the specific port. The boards.cfg file lists board
41 Note: There is no CHANGELOG file in the actual U-Boot source tree;
42 it can be created dynamically from the Git log using:
50 In case you have questions about, problems with or contributions for
51 U-Boot you should send a message to the U-Boot mailing list at
52 <u-boot@lists.denx.de>. There is also an archive of previous traffic
53 on the mailing list - please search the archive before asking FAQ's.
54 Please see http://lists.denx.de/pipermail/u-boot and
55 http://dir.gmane.org/gmane.comp.boot-loaders.u-boot
58 Where to get source code:
59 =========================
61 The U-Boot source code is maintained in the git repository at
62 git://www.denx.de/git/u-boot.git ; you can browse it online at
63 http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=summary
65 The "snapshot" links on this page allow you to download tarballs of
66 any version you might be interested in. Official releases are also
67 available for FTP download from the ftp://ftp.denx.de/pub/u-boot/
70 Pre-built (and tested) images are available from
71 ftp://ftp.denx.de/pub/u-boot/images/
77 - start from 8xxrom sources
78 - create PPCBoot project (http://sourceforge.net/projects/ppcboot)
80 - make it easier to add custom boards
81 - make it possible to add other [PowerPC] CPUs
82 - extend functions, especially:
83 * Provide extended interface to Linux boot loader
86 * PCMCIA / CompactFlash / ATA disk / SCSI ... boot
87 - create ARMBoot project (http://sourceforge.net/projects/armboot)
88 - add other CPU families (starting with ARM)
89 - create U-Boot project (http://sourceforge.net/projects/u-boot)
90 - current project page: see http://www.denx.de/wiki/U-Boot
96 The "official" name of this project is "Das U-Boot". The spelling
97 "U-Boot" shall be used in all written text (documentation, comments
98 in source files etc.). Example:
100 This is the README file for the U-Boot project.
102 File names etc. shall be based on the string "u-boot". Examples:
104 include/asm-ppc/u-boot.h
106 #include <asm/u-boot.h>
108 Variable names, preprocessor constants etc. shall be either based on
109 the string "u_boot" or on "U_BOOT". Example:
111 U_BOOT_VERSION u_boot_logo
112 IH_OS_U_BOOT u_boot_hush_start
118 Starting with the release in October 2008, the names of the releases
119 were changed from numerical release numbers without deeper meaning
120 into a time stamp based numbering. Regular releases are identified by
121 names consisting of the calendar year and month of the release date.
122 Additional fields (if present) indicate release candidates or bug fix
123 releases in "stable" maintenance trees.
126 U-Boot v2009.11 - Release November 2009
127 U-Boot v2009.11.1 - Release 1 in version November 2009 stable tree
128 U-Boot v2010.09-rc1 - Release candiate 1 for September 2010 release
134 /arch Architecture specific files
135 /arc Files generic to ARC architecture
136 /cpu CPU specific files
137 /arc700 Files specific to ARC 700 CPUs
138 /lib Architecture specific library files
139 /arm Files generic to ARM architecture
140 /cpu CPU specific files
141 /arm720t Files specific to ARM 720 CPUs
142 /arm920t Files specific to ARM 920 CPUs
143 /at91 Files specific to Atmel AT91RM9200 CPU
144 /imx Files specific to Freescale MC9328 i.MX CPUs
145 /s3c24x0 Files specific to Samsung S3C24X0 CPUs
146 /arm926ejs Files specific to ARM 926 CPUs
147 /arm1136 Files specific to ARM 1136 CPUs
148 /pxa Files specific to Intel XScale PXA CPUs
149 /sa1100 Files specific to Intel StrongARM SA1100 CPUs
150 /lib Architecture specific library files
151 /avr32 Files generic to AVR32 architecture
152 /cpu CPU specific files
153 /lib Architecture specific library files
154 /blackfin Files generic to Analog Devices Blackfin architecture
155 /cpu CPU specific files
156 /lib Architecture specific library files
157 /m68k Files generic to m68k architecture
158 /cpu CPU specific files
159 /mcf52x2 Files specific to Freescale ColdFire MCF52x2 CPUs
160 /mcf5227x Files specific to Freescale ColdFire MCF5227x CPUs
161 /mcf532x Files specific to Freescale ColdFire MCF5329 CPUs
162 /mcf5445x Files specific to Freescale ColdFire MCF5445x CPUs
163 /mcf547x_8x Files specific to Freescale ColdFire MCF547x_8x CPUs
164 /lib Architecture specific library files
165 /microblaze Files generic to microblaze architecture
166 /cpu CPU specific files
167 /lib Architecture specific library files
168 /mips Files generic to MIPS architecture
169 /cpu CPU specific files
170 /mips32 Files specific to MIPS32 CPUs
171 /mips64 Files specific to MIPS64 CPUs
172 /lib Architecture specific library files
173 /nds32 Files generic to NDS32 architecture
174 /cpu CPU specific files
175 /n1213 Files specific to Andes Technology N1213 CPUs
176 /lib Architecture specific library files
177 /nios2 Files generic to Altera NIOS2 architecture
178 /cpu CPU specific files
179 /lib Architecture specific library files
180 /openrisc Files generic to OpenRISC architecture
181 /cpu CPU specific files
182 /lib Architecture specific library files
183 /powerpc Files generic to PowerPC architecture
184 /cpu CPU specific files
185 /mpc5xx Files specific to Freescale MPC5xx CPUs
186 /mpc5xxx Files specific to Freescale MPC5xxx CPUs
187 /mpc8xx Files specific to Freescale MPC8xx CPUs
188 /mpc8260 Files specific to Freescale MPC8260 CPUs
189 /mpc85xx Files specific to Freescale MPC85xx CPUs
190 /ppc4xx Files specific to AMCC PowerPC 4xx CPUs
191 /lib Architecture specific library files
192 /sh Files generic to SH architecture
193 /cpu CPU specific files
194 /sh2 Files specific to sh2 CPUs
195 /sh3 Files specific to sh3 CPUs
196 /sh4 Files specific to sh4 CPUs
197 /lib Architecture specific library files
198 /sparc Files generic to SPARC architecture
199 /cpu CPU specific files
200 /leon2 Files specific to Gaisler LEON2 SPARC CPU
201 /leon3 Files specific to Gaisler LEON3 SPARC CPU
202 /lib Architecture specific library files
203 /x86 Files generic to x86 architecture
204 /cpu CPU specific files
205 /lib Architecture specific library files
206 /api Machine/arch independent API for external apps
207 /board Board dependent files
208 /common Misc architecture independent functions
209 /disk Code for disk drive partition handling
210 /doc Documentation (don't expect too much)
211 /drivers Commonly used device drivers
212 /dts Contains Makefile for building internal U-Boot fdt.
213 /examples Example code for standalone applications, etc.
214 /fs Filesystem code (cramfs, ext2, jffs2, etc.)
215 /include Header Files
216 /lib Files generic to all architectures
217 /libfdt Library files to support flattened device trees
218 /lzma Library files to support LZMA decompression
219 /lzo Library files to support LZO decompression
221 /post Power On Self Test
222 /spl Secondary Program Loader framework
223 /tools Tools to build S-Record or U-Boot images, etc.
225 Software Configuration:
226 =======================
228 Configuration is usually done using C preprocessor defines; the
229 rationale behind that is to avoid dead code whenever possible.
231 There are two classes of configuration variables:
233 * Configuration _OPTIONS_:
234 These are selectable by the user and have names beginning with
237 * Configuration _SETTINGS_:
238 These depend on the hardware etc. and should not be meddled with if
239 you don't know what you're doing; they have names beginning with
242 Later we will add a configuration tool - probably similar to or even
243 identical to what's used for the Linux kernel. Right now, we have to
244 do the configuration by hand, which means creating some symbolic
245 links and editing some configuration files. We use the TQM8xxL boards
249 Selection of Processor Architecture and Board Type:
250 ---------------------------------------------------
252 For all supported boards there are ready-to-use default
253 configurations available; just type "make <board_name>_defconfig".
255 Example: For a TQM823L module type:
258 make TQM823L_defconfig
260 For the Cogent platform, you need to specify the CPU type as well;
261 e.g. "make cogent_mpc8xx_defconfig". And also configure the cogent
262 directory according to the instructions in cogent/README.
268 U-Boot can be built natively to run on a Linux host using the 'sandbox'
269 board. This allows feature development which is not board- or architecture-
270 specific to be undertaken on a native platform. The sandbox is also used to
271 run some of U-Boot's tests.
273 See board/sandbox/README.sandbox for more details.
276 Board Initialisation Flow:
277 --------------------------
279 This is the intended start-up flow for boards. This should apply for both
280 SPL and U-Boot proper (i.e. they both follow the same rules). At present SPL
281 mostly uses a separate code path, but the funtion names and roles of each
282 function are the same. Some boards or architectures may not conform to this.
283 At least most ARM boards which use CONFIG_SPL_FRAMEWORK conform to this.
285 Execution starts with start.S with three functions called during init after
286 that. The purpose and limitations of each is described below.
289 - purpose: essential init to permit execution to reach board_init_f()
290 - no global_data or BSS
291 - there is no stack (ARMv7 may have one but it will soon be removed)
292 - must not set up SDRAM or use console
293 - must only do the bare minimum to allow execution to continue to
295 - this is almost never needed
296 - return normally from this function
299 - purpose: set up the machine ready for running board_init_r():
300 i.e. SDRAM and serial UART
301 - global_data is available
303 - BSS is not available, so you cannot use global/static variables,
304 only stack variables and global_data
306 Non-SPL-specific notes:
307 - dram_init() is called to set up DRAM. If already done in SPL this
311 - you can override the entire board_init_f() function with your own
313 - preloader_console_init() can be called here in extremis
314 - should set up SDRAM, and anything needed to make the UART work
315 - these is no need to clear BSS, it will be done by crt0.S
316 - must return normally from this function (don't call board_init_r()
319 Here the BSS is cleared. For SPL, if CONFIG_SPL_STACK_R is defined, then at
320 this point the stack and global_data are relocated to below
321 CONFIG_SPL_STACK_R_ADDR. For non-SPL, U-Boot is relocated to run at the top of
325 - purpose: main execution, common code
326 - global_data is available
328 - BSS is available, all static/global variables can be used
329 - execution eventually continues to main_loop()
331 Non-SPL-specific notes:
332 - U-Boot is relocated to the top of memory and is now running from
336 - stack is optionally in SDRAM, if CONFIG_SPL_STACK_R is defined and
337 CONFIG_SPL_STACK_R_ADDR points into SDRAM
338 - preloader_console_init() can be called here - typically this is
339 done by defining CONFIG_SPL_BOARD_INIT and then supplying a
340 spl_board_init() function containing this call
341 - loads U-Boot or (in falcon mode) Linux
345 Configuration Options:
346 ----------------------
348 Configuration depends on the combination of board and CPU type; all
349 such information is kept in a configuration file
350 "include/configs/<board_name>.h".
352 Example: For a TQM823L module, all configuration settings are in
353 "include/configs/TQM823L.h".
356 Many of the options are named exactly as the corresponding Linux
357 kernel configuration options. The intention is to make it easier to
358 build a config tool - later.
361 The following options need to be configured:
363 - CPU Type: Define exactly one, e.g. CONFIG_MPC85XX.
365 - Board Type: Define exactly one, e.g. CONFIG_MPC8540ADS.
367 - CPU Daughterboard Type: (if CONFIG_ATSTK1000 is defined)
368 Define exactly one, e.g. CONFIG_ATSTK1002
370 - CPU Module Type: (if CONFIG_COGENT is defined)
371 Define exactly one of
373 --- FIXME --- not tested yet:
374 CONFIG_CMA286_60, CONFIG_CMA286_21, CONFIG_CMA286_60P,
375 CONFIG_CMA287_23, CONFIG_CMA287_50
377 - Motherboard Type: (if CONFIG_COGENT is defined)
378 Define exactly one of
379 CONFIG_CMA101, CONFIG_CMA102
381 - Motherboard I/O Modules: (if CONFIG_COGENT is defined)
382 Define one or more of
385 - Motherboard Options: (if CONFIG_CMA101 or CONFIG_CMA102 are defined)
386 Define one or more of
387 CONFIG_LCD_HEARTBEAT - update a character position on
388 the LCD display every second with
391 - Marvell Family Member
392 CONFIG_SYS_MVFS - define it if you want to enable
393 multiple fs option at one time
394 for marvell soc family
396 - 8xx CPU Options: (if using an MPC8xx CPU)
397 CONFIG_8xx_GCLK_FREQ - deprecated: CPU clock if
398 get_gclk_freq() cannot work
399 e.g. if there is no 32KHz
400 reference PIT/RTC clock
401 CONFIG_8xx_OSCLK - PLL input clock (either EXTCLK
404 - 859/866/885 CPU options: (if using a MPC859 or MPC866 or MPC885 CPU):
405 CONFIG_SYS_8xx_CPUCLK_MIN
406 CONFIG_SYS_8xx_CPUCLK_MAX
407 CONFIG_8xx_CPUCLK_DEFAULT
408 See doc/README.MPC866
410 CONFIG_SYS_MEASURE_CPUCLK
412 Define this to measure the actual CPU clock instead
413 of relying on the correctness of the configured
414 values. Mostly useful for board bringup to make sure
415 the PLL is locked at the intended frequency. Note
416 that this requires a (stable) reference clock (32 kHz
417 RTC clock or CONFIG_SYS_8XX_XIN)
419 CONFIG_SYS_DELAYED_ICACHE
421 Define this option if you want to enable the
422 ICache only when Code runs from RAM.
427 Specifies that the core is a 64-bit PowerPC implementation (implements
428 the "64" category of the Power ISA). This is necessary for ePAPR
429 compliance, among other possible reasons.
431 CONFIG_SYS_FSL_TBCLK_DIV
433 Defines the core time base clock divider ratio compared to the
434 system clock. On most PQ3 devices this is 8, on newer QorIQ
435 devices it can be 16 or 32. The ratio varies from SoC to Soc.
437 CONFIG_SYS_FSL_PCIE_COMPAT
439 Defines the string to utilize when trying to match PCIe device
440 tree nodes for the given platform.
442 CONFIG_SYS_PPC_E500_DEBUG_TLB
444 Enables a temporary TLB entry to be used during boot to work
445 around limitations in e500v1 and e500v2 external debugger
446 support. This reduces the portions of the boot code where
447 breakpoints and single stepping do not work. The value of this
448 symbol should be set to the TLB1 entry to be used for this
451 CONFIG_SYS_FSL_ERRATUM_A004510
453 Enables a workaround for erratum A004510. If set,
454 then CONFIG_SYS_FSL_ERRATUM_A004510_SVR_REV and
455 CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY must be set.
457 CONFIG_SYS_FSL_ERRATUM_A004510_SVR_REV
458 CONFIG_SYS_FSL_ERRATUM_A004510_SVR_REV2 (optional)
460 Defines one or two SoC revisions (low 8 bits of SVR)
461 for which the A004510 workaround should be applied.
463 The rest of SVR is either not relevant to the decision
464 of whether the erratum is present (e.g. p2040 versus
465 p2041) or is implied by the build target, which controls
466 whether CONFIG_SYS_FSL_ERRATUM_A004510 is set.
468 See Freescale App Note 4493 for more information about
471 CONFIG_A003399_NOR_WORKAROUND
472 Enables a workaround for IFC erratum A003399. It is only
473 required during NOR boot.
475 CONFIG_A008044_WORKAROUND
476 Enables a workaround for T1040/T1042 erratum A008044. It is only
477 required during NAND boot and valid for Rev 1.0 SoC revision
479 CONFIG_SYS_FSL_CORENET_SNOOPVEC_COREONLY
481 This is the value to write into CCSR offset 0x18600
482 according to the A004510 workaround.
484 CONFIG_SYS_FSL_DSP_DDR_ADDR
485 This value denotes start offset of DDR memory which is
486 connected exclusively to the DSP cores.
488 CONFIG_SYS_FSL_DSP_M2_RAM_ADDR
489 This value denotes start offset of M2 memory
490 which is directly connected to the DSP core.
492 CONFIG_SYS_FSL_DSP_M3_RAM_ADDR
493 This value denotes start offset of M3 memory which is directly
494 connected to the DSP core.
496 CONFIG_SYS_FSL_DSP_CCSRBAR_DEFAULT
497 This value denotes start offset of DSP CCSR space.
499 CONFIG_SYS_FSL_SINGLE_SOURCE_CLK
500 Single Source Clock is clocking mode present in some of FSL SoC's.
501 In this mode, a single differential clock is used to supply
502 clocks to the sysclock, ddrclock and usbclock.
504 CONFIG_SYS_CPC_REINIT_F
505 This CONFIG is defined when the CPC is configured as SRAM at the
506 time of U-boot entry and is required to be re-initialized.
509 Indicates this SoC supports deep sleep feature. If deep sleep is
510 supported, core will start to execute uboot when wakes up.
512 - Generic CPU options:
513 CONFIG_SYS_GENERIC_GLOBAL_DATA
514 Defines global data is initialized in generic board board_init_f().
515 If this macro is defined, global data is created and cleared in
516 generic board board_init_f(). Without this macro, architecture/board
517 should initialize global data before calling board_init_f().
519 CONFIG_SYS_BIG_ENDIAN, CONFIG_SYS_LITTLE_ENDIAN
521 Defines the endianess of the CPU. Implementation of those
522 values is arch specific.
525 Freescale DDR driver in use. This type of DDR controller is
526 found in mpc83xx, mpc85xx, mpc86xx as well as some ARM core
529 CONFIG_SYS_FSL_DDR_ADDR
530 Freescale DDR memory-mapped register base.
532 CONFIG_SYS_FSL_DDR_EMU
533 Specify emulator support for DDR. Some DDR features such as
534 deskew training are not available.
536 CONFIG_SYS_FSL_DDRC_GEN1
537 Freescale DDR1 controller.
539 CONFIG_SYS_FSL_DDRC_GEN2
540 Freescale DDR2 controller.
542 CONFIG_SYS_FSL_DDRC_GEN3
543 Freescale DDR3 controller.
545 CONFIG_SYS_FSL_DDRC_GEN4
546 Freescale DDR4 controller.
548 CONFIG_SYS_FSL_DDRC_ARM_GEN3
549 Freescale DDR3 controller for ARM-based SoCs.
552 Board config to use DDR1. It can be enabled for SoCs with
553 Freescale DDR1 or DDR2 controllers, depending on the board
557 Board config to use DDR2. It can be eanbeld for SoCs with
558 Freescale DDR2 or DDR3 controllers, depending on the board
562 Board config to use DDR3. It can be enabled for SoCs with
563 Freescale DDR3 or DDR3L controllers.
566 Board config to use DDR3L. It can be enabled for SoCs with
570 Board config to use DDR4. It can be enabled for SoCs with
573 CONFIG_SYS_FSL_IFC_BE
574 Defines the IFC controller register space as Big Endian
576 CONFIG_SYS_FSL_IFC_LE
577 Defines the IFC controller register space as Little Endian
579 CONFIG_SYS_FSL_PBL_PBI
580 It enables addition of RCW (Power on reset configuration) in built image.
581 Please refer doc/README.pblimage for more details
583 CONFIG_SYS_FSL_PBL_RCW
584 It adds PBI(pre-boot instructions) commands in u-boot build image.
585 PBI commands can be used to configure SoC before it starts the execution.
586 Please refer doc/README.pblimage for more details
589 It adds a target to create boot binary having SPL binary in PBI format
590 concatenated with u-boot binary.
592 CONFIG_SYS_FSL_DDR_BE
593 Defines the DDR controller register space as Big Endian
595 CONFIG_SYS_FSL_DDR_LE
596 Defines the DDR controller register space as Little Endian
598 CONFIG_SYS_FSL_DDR_SDRAM_BASE_PHY
599 Physical address from the view of DDR controllers. It is the
600 same as CONFIG_SYS_DDR_SDRAM_BASE for all Power SoCs. But
601 it could be different for ARM SoCs.
603 CONFIG_SYS_FSL_DDR_INTLV_256B
604 DDR controller interleaving on 256-byte. This is a special
605 interleaving mode, handled by Dickens for Freescale layerscape
608 CONFIG_SYS_FSL_DDR_MAIN_NUM_CTRLS
609 Number of controllers used as main memory.
611 CONFIG_SYS_FSL_OTHER_DDR_NUM_CTRLS
612 Number of controllers used for other than main memory.
614 CONFIG_SYS_FSL_SEC_BE
615 Defines the SEC controller register space as Big Endian
617 CONFIG_SYS_FSL_SEC_LE
618 Defines the SEC controller register space as Little Endian
620 - Intel Monahans options:
621 CONFIG_SYS_MONAHANS_RUN_MODE_OSC_RATIO
623 Defines the Monahans run mode to oscillator
624 ratio. Valid values are 8, 16, 24, 31. The core
625 frequency is this value multiplied by 13 MHz.
627 CONFIG_SYS_MONAHANS_TURBO_RUN_MODE_RATIO
629 Defines the Monahans turbo mode to oscillator
630 ratio. Valid values are 1 (default if undefined) and
631 2. The core frequency as calculated above is multiplied
635 CONFIG_SYS_INIT_SP_OFFSET
637 Offset relative to CONFIG_SYS_SDRAM_BASE for initial stack
638 pointer. This is needed for the temporary stack before
641 CONFIG_SYS_MIPS_CACHE_MODE
643 Cache operation mode for the MIPS CPU.
644 See also arch/mips/include/asm/mipsregs.h.
646 CONF_CM_CACHABLE_NO_WA
649 CONF_CM_CACHABLE_NONCOHERENT
653 CONF_CM_CACHABLE_ACCELERATED
655 CONFIG_SYS_XWAY_EBU_BOOTCFG
657 Special option for Lantiq XWAY SoCs for booting from NOR flash.
658 See also arch/mips/cpu/mips32/start.S.
660 CONFIG_XWAY_SWAP_BYTES
662 Enable compilation of tools/xway-swap-bytes needed for Lantiq
663 XWAY SoCs for booting from NOR flash. The U-Boot image needs to
664 be swapped if a flash programmer is used.
667 CONFIG_SYS_EXCEPTION_VECTORS_HIGH
669 Select high exception vectors of the ARM core, e.g., do not
670 clear the V bit of the c1 register of CP15.
672 CONFIG_SYS_THUMB_BUILD
674 Use this flag to build U-Boot using the Thumb instruction
675 set for ARM architectures. Thumb instruction set provides
676 better code density. For ARM architectures that support
677 Thumb2 this flag will result in Thumb2 code generated by
680 CONFIG_ARM_ERRATA_716044
681 CONFIG_ARM_ERRATA_742230
682 CONFIG_ARM_ERRATA_743622
683 CONFIG_ARM_ERRATA_751472
684 CONFIG_ARM_ERRATA_794072
685 CONFIG_ARM_ERRATA_761320
687 If set, the workarounds for these ARM errata are applied early
688 during U-Boot startup. Note that these options force the
689 workarounds to be applied; no CPU-type/version detection
690 exists, unlike the similar options in the Linux kernel. Do not
691 set these options unless they apply!
694 Generic timer clock source frequency.
696 COUNTER_FREQUENCY_REAL
697 Generic timer clock source frequency if the real clock is
698 different from COUNTER_FREQUENCY, and can only be determined
701 NOTE: The following can be machine specific errata. These
702 do have ability to provide rudimentary version and machine
703 specific checks, but expect no product checks.
704 CONFIG_ARM_ERRATA_798870
707 CONFIG_TEGRA_SUPPORT_NON_SECURE
709 Support executing U-Boot in non-secure (NS) mode. Certain
710 impossible actions will be skipped if the CPU is in NS mode,
711 such as ARM architectural timer initialization.
714 Driver model is a new framework for devices in U-Boot
715 introduced in early 2014. U-Boot is being progressively
716 moved over to this. It offers a consistent device structure,
717 supports grouping devices into classes and has built-in
718 handling of platform data and device tree.
720 To enable transition to driver model in a relatively
721 painful fashion, each subsystem can be independently
722 switched between the legacy/ad-hoc approach and the new
723 driver model using the options below. Also, many uclass
724 interfaces include compatibility features which may be
725 removed once the conversion of that subsystem is complete.
726 As a result, the API provided by the subsystem may in fact
727 not change with driver model.
729 See doc/driver-model/README.txt for more information.
733 Enable driver model. This brings in the core support,
734 including scanning of platform data on start-up. If
735 CONFIG_OF_CONTROL is enabled, the device tree will be
736 scanned also when available.
740 Enable driver model test commands. These allow you to print
741 out the driver model tree and the uclasses.
745 Enable some demo devices and the 'demo' command. These are
746 really only useful for playing around while trying to
747 understand driver model in sandbox.
751 Enable driver model in SPL. You will need to provide a
752 suitable malloc() implementation. If you are not using the
753 full malloc() enabled by CONFIG_SYS_SPL_MALLOC_START,
754 consider using CONFIG_SYS_MALLOC_SIMPLE. In that case you
755 must provide CONFIG_SYS_MALLOC_F_LEN to set the size.
756 In most cases driver model will only allocate a few uclasses
757 and devices in SPL, so 1KB should be enable. See
758 CONFIG_SYS_MALLOC_F_LEN for more details on how to enable
763 Enable driver model for serial. This replaces
764 drivers/serial/serial.c with the serial uclass, which
765 implements serial_putc() etc. The uclass interface is
766 defined in include/serial.h.
770 Enable driver model for GPIO access. The standard GPIO
771 interface (gpio_get_value(), etc.) is then implemented by
772 the GPIO uclass. Drivers provide methods to query the
773 particular GPIOs that they provide. The uclass interface
774 is defined in include/asm-generic/gpio.h.
778 Enable driver model for SPI. The SPI slave interface
779 (spi_setup_slave(), spi_xfer(), etc.) is then implemented by
780 the SPI uclass. Drivers provide methods to access the SPI
781 buses that they control. The uclass interface is defined in
782 include/spi.h. The existing spi_slave structure is attached
783 as 'parent data' to every slave on each bus. Slaves
784 typically use driver-private data instead of extending the
789 Enable driver model for SPI flash. This SPI flash interface
790 (spi_flash_probe(), spi_flash_write(), etc.) is then
791 implemented by the SPI flash uclass. There is one standard
792 SPI flash driver which knows how to probe most chips
793 supported by U-Boot. The uclass interface is defined in
794 include/spi_flash.h, but is currently fully compatible
795 with the old interface to avoid confusion and duplication
796 during the transition parent. SPI and SPI flash must be
797 enabled together (it is not possible to use driver model
798 for one and not the other).
802 Enable driver model for the Chrome OS EC interface. This
803 allows the cros_ec SPI driver to operate with CONFIG_DM_SPI
804 but otherwise makes few changes. Since cros_ec also supports
805 I2C and LPC (which don't support driver model yet), a full
806 conversion is not yet possible.
809 ** Code size options: The following options are enabled by
810 default except in SPL. Enable them explicitly to get these
815 Enable the dm_warn() function. This can use up quite a bit
816 of space for its strings.
820 Enable registering a serial device with the stdio library.
822 CONFIG_DM_DEVICE_REMOVE
824 Enable removing of devices.
826 - Linux Kernel Interface:
829 U-Boot stores all clock information in Hz
830 internally. For binary compatibility with older Linux
831 kernels (which expect the clocks passed in the
832 bd_info data to be in MHz) the environment variable
833 "clocks_in_mhz" can be defined so that U-Boot
834 converts clock data to MHZ before passing it to the
836 When CONFIG_CLOCKS_IN_MHZ is defined, a definition of
837 "clocks_in_mhz=1" is automatically included in the
840 CONFIG_MEMSIZE_IN_BYTES [relevant for MIPS only]
842 When transferring memsize parameter to Linux, some versions
843 expect it to be in bytes, others in MB.
844 Define CONFIG_MEMSIZE_IN_BYTES to make it in bytes.
848 New kernel versions are expecting firmware settings to be
849 passed using flattened device trees (based on open firmware
853 * New libfdt-based support
854 * Adds the "fdt" command
855 * The bootm command automatically updates the fdt
857 OF_CPU - The proper name of the cpus node (only required for
858 MPC512X and MPC5xxx based boards).
859 OF_SOC - The proper name of the soc node (only required for
860 MPC512X and MPC5xxx based boards).
861 OF_TBCLK - The timebase frequency.
862 OF_STDOUT_PATH - The path to the console device
864 boards with QUICC Engines require OF_QE to set UCC MAC
867 CONFIG_OF_BOARD_SETUP
869 Board code has addition modification that it wants to make
870 to the flat device tree before handing it off to the kernel
872 CONFIG_OF_SYSTEM_SETUP
874 Other code has addition modification that it wants to make
875 to the flat device tree before handing it off to the kernel.
876 This causes ft_system_setup() to be called before booting
881 This define fills in the correct boot CPU in the boot
882 param header, the default value is zero if undefined.
886 U-Boot can detect if an IDE device is present or not.
887 If not, and this new config option is activated, U-Boot
888 removes the ATA node from the DTS before booting Linux,
889 so the Linux IDE driver does not probe the device and
890 crash. This is needed for buggy hardware (uc101) where
891 no pull down resistor is connected to the signal IDE5V_DD7.
893 CONFIG_MACH_TYPE [relevant for ARM only][mandatory]
895 This setting is mandatory for all boards that have only one
896 machine type and must be used to specify the machine type
897 number as it appears in the ARM machine registry
898 (see http://www.arm.linux.org.uk/developer/machines/).
899 Only boards that have multiple machine types supported
900 in a single configuration file and the machine type is
901 runtime discoverable, do not have to use this setting.
903 - vxWorks boot parameters:
905 bootvx constructs a valid bootline using the following
906 environments variables: bootfile, ipaddr, serverip, hostname.
907 It loads the vxWorks image pointed bootfile.
909 CONFIG_SYS_VXWORKS_BOOT_DEVICE - The vxworks device name
910 CONFIG_SYS_VXWORKS_MAC_PTR - Ethernet 6 byte MA -address
911 CONFIG_SYS_VXWORKS_SERVERNAME - Name of the server
912 CONFIG_SYS_VXWORKS_BOOT_ADDR - Address of boot parameters
914 CONFIG_SYS_VXWORKS_ADD_PARAMS
916 Add it at the end of the bootline. E.g "u=username pw=secret"
918 Note: If a "bootargs" environment is defined, it will overwride
919 the defaults discussed just above.
921 - Cache Configuration:
922 CONFIG_SYS_ICACHE_OFF - Do not enable instruction cache in U-Boot
923 CONFIG_SYS_DCACHE_OFF - Do not enable data cache in U-Boot
924 CONFIG_SYS_L2CACHE_OFF- Do not enable L2 cache in U-Boot
926 - Cache Configuration for ARM:
927 CONFIG_SYS_L2_PL310 - Enable support for ARM PL310 L2 cache
929 CONFIG_SYS_PL310_BASE - Physical base address of PL310
930 controller register space
935 Define this if you want support for Amba PrimeCell PL010 UARTs.
939 Define this if you want support for Amba PrimeCell PL011 UARTs.
943 If you have Amba PrimeCell PL011 UARTs, set this variable to
944 the clock speed of the UARTs.
948 If you have Amba PrimeCell PL010 or PL011 UARTs on your board,
949 define this to a list of base addresses for each (supported)
950 port. See e.g. include/configs/versatile.h
952 CONFIG_PL011_SERIAL_RLCR
954 Some vendor versions of PL011 serial ports (e.g. ST-Ericsson U8500)
955 have separate receive and transmit line control registers. Set
956 this variable to initialize the extra register.
958 CONFIG_PL011_SERIAL_FLUSH_ON_INIT
960 On some platforms (e.g. U8500) U-Boot is loaded by a second stage
961 boot loader that has already initialized the UART. Define this
962 variable to flush the UART at init time.
964 CONFIG_SERIAL_HW_FLOW_CONTROL
966 Define this variable to enable hw flow control in serial driver.
967 Current user of this option is drivers/serial/nsl16550.c driver
970 Depending on board, define exactly one serial port
971 (like CONFIG_8xx_CONS_SMC1, CONFIG_8xx_CONS_SMC2,
972 CONFIG_8xx_CONS_SCC1, ...), or switch off the serial
973 console by defining CONFIG_8xx_CONS_NONE
975 Note: if CONFIG_8xx_CONS_NONE is defined, the serial
976 port routines must be defined elsewhere
977 (i.e. serial_init(), serial_getc(), ...)
980 Enables console device for a color framebuffer. Needs following
981 defines (cf. smiLynxEM, i8042)
982 VIDEO_FB_LITTLE_ENDIAN graphic memory organisation
984 VIDEO_HW_RECTFILL graphic chip supports
987 VIDEO_HW_BITBLT graphic chip supports
988 bit-blit (cf. smiLynxEM)
989 VIDEO_VISIBLE_COLS visible pixel columns
991 VIDEO_VISIBLE_ROWS visible pixel rows
992 VIDEO_PIXEL_SIZE bytes per pixel
993 VIDEO_DATA_FORMAT graphic data format
994 (0-5, cf. cfb_console.c)
995 VIDEO_FB_ADRS framebuffer address
996 VIDEO_KBD_INIT_FCT keyboard int fct
997 (i.e. i8042_kbd_init())
998 VIDEO_TSTC_FCT test char fct
1000 VIDEO_GETC_FCT get char fct
1002 CONFIG_CONSOLE_CURSOR cursor drawing on/off
1003 (requires blink timer
1005 CONFIG_SYS_CONSOLE_BLINK_COUNT blink interval (cf. i8042.c)
1006 CONFIG_CONSOLE_TIME display time/date info in
1008 (requires CONFIG_CMD_DATE)
1009 CONFIG_VIDEO_LOGO display Linux logo in
1011 CONFIG_VIDEO_BMP_LOGO use bmp_logo.h instead of
1012 linux_logo.h for logo.
1013 Requires CONFIG_VIDEO_LOGO
1014 CONFIG_CONSOLE_EXTRA_INFO
1015 additional board info beside
1018 When CONFIG_CFB_CONSOLE_ANSI is defined, console will support
1019 a limited number of ANSI escape sequences (cursor control,
1020 erase functions and limited graphics rendition control).
1022 When CONFIG_CFB_CONSOLE is defined, video console is
1023 default i/o. Serial console can be forced with
1024 environment 'console=serial'.
1026 When CONFIG_SILENT_CONSOLE is defined, all console
1027 messages (by U-Boot and Linux!) can be silenced with
1028 the "silent" environment variable. See
1029 doc/README.silent for more information.
1031 CONFIG_SYS_CONSOLE_BG_COL: define the backgroundcolor, default
1033 CONFIG_SYS_CONSOLE_FG_COL: define the foregroundcolor, default
1037 CONFIG_BAUDRATE - in bps
1038 Select one of the baudrates listed in
1039 CONFIG_SYS_BAUDRATE_TABLE, see below.
1040 CONFIG_SYS_BRGCLK_PRESCALE, baudrate prescale
1042 - Console Rx buffer length
1043 With CONFIG_SYS_SMC_RXBUFLEN it is possible to define
1044 the maximum receive buffer length for the SMC.
1045 This option is actual only for 82xx and 8xx possible.
1046 If using CONFIG_SYS_SMC_RXBUFLEN also CONFIG_SYS_MAXIDLE
1047 must be defined, to setup the maximum idle timeout for
1050 - Pre-Console Buffer:
1051 Prior to the console being initialised (i.e. serial UART
1052 initialised etc) all console output is silently discarded.
1053 Defining CONFIG_PRE_CONSOLE_BUFFER will cause U-Boot to
1054 buffer any console messages prior to the console being
1055 initialised to a buffer of size CONFIG_PRE_CON_BUF_SZ
1056 bytes located at CONFIG_PRE_CON_BUF_ADDR. The buffer is
1057 a circular buffer, so if more than CONFIG_PRE_CON_BUF_SZ
1058 bytes are output before the console is initialised, the
1059 earlier bytes are discarded.
1061 Note that when printing the buffer a copy is made on the
1062 stack so CONFIG_PRE_CON_BUF_SZ must fit on the stack.
1064 'Sane' compilers will generate smaller code if
1065 CONFIG_PRE_CON_BUF_SZ is a power of 2
1067 - Safe printf() functions
1068 Define CONFIG_SYS_VSNPRINTF to compile in safe versions of
1069 the printf() functions. These are defined in
1070 include/vsprintf.h and include snprintf(), vsnprintf() and
1071 so on. Code size increase is approximately 300-500 bytes.
1072 If this option is not given then these functions will
1073 silently discard their buffer size argument - this means
1074 you are not getting any overflow checking in this case.
1076 - Boot Delay: CONFIG_BOOTDELAY - in seconds
1077 Delay before automatically booting the default image;
1078 set to -1 to disable autoboot.
1079 set to -2 to autoboot with no delay and not check for abort
1080 (even when CONFIG_ZERO_BOOTDELAY_CHECK is defined).
1082 See doc/README.autoboot for these options that
1083 work with CONFIG_BOOTDELAY. None are required.
1084 CONFIG_BOOT_RETRY_TIME
1085 CONFIG_BOOT_RETRY_MIN
1086 CONFIG_AUTOBOOT_KEYED
1087 CONFIG_AUTOBOOT_PROMPT
1088 CONFIG_AUTOBOOT_DELAY_STR
1089 CONFIG_AUTOBOOT_STOP_STR
1090 CONFIG_ZERO_BOOTDELAY_CHECK
1091 CONFIG_RESET_TO_RETRY
1095 Only needed when CONFIG_BOOTDELAY is enabled;
1096 define a command string that is automatically executed
1097 when no character is read on the console interface
1098 within "Boot Delay" after reset.
1101 This can be used to pass arguments to the bootm
1102 command. The value of CONFIG_BOOTARGS goes into the
1103 environment value "bootargs".
1105 CONFIG_RAMBOOT and CONFIG_NFSBOOT
1106 The value of these goes into the environment as
1107 "ramboot" and "nfsboot" respectively, and can be used
1108 as a convenience, when switching between booting from
1112 CONFIG_BOOTCOUNT_LIMIT
1113 Implements a mechanism for detecting a repeating reboot
1115 http://www.denx.de/wiki/view/DULG/UBootBootCountLimit
1117 CONFIG_BOOTCOUNT_ENV
1118 If no softreset save registers are found on the hardware
1119 "bootcount" is stored in the environment. To prevent a
1120 saveenv on all reboots, the environment variable
1121 "upgrade_available" is used. If "upgrade_available" is
1122 0, "bootcount" is always 0, if "upgrade_available" is
1123 1 "bootcount" is incremented in the environment.
1124 So the Userspace Applikation must set the "upgrade_available"
1125 and "bootcount" variable to 0, if a boot was successfully.
1127 - Pre-Boot Commands:
1130 When this option is #defined, the existence of the
1131 environment variable "preboot" will be checked
1132 immediately before starting the CONFIG_BOOTDELAY
1133 countdown and/or running the auto-boot command resp.
1134 entering interactive mode.
1136 This feature is especially useful when "preboot" is
1137 automatically generated or modified. For an example
1138 see the LWMON board specific code: here "preboot" is
1139 modified when the user holds down a certain
1140 combination of keys on the (special) keyboard when
1143 - Serial Download Echo Mode:
1145 If defined to 1, all characters received during a
1146 serial download (using the "loads" command) are
1147 echoed back. This might be needed by some terminal
1148 emulations (like "cu"), but may as well just take
1149 time on others. This setting #define's the initial
1150 value of the "loads_echo" environment variable.
1152 - Kgdb Serial Baudrate: (if CONFIG_CMD_KGDB is defined)
1153 CONFIG_KGDB_BAUDRATE
1154 Select one of the baudrates listed in
1155 CONFIG_SYS_BAUDRATE_TABLE, see below.
1157 - Monitor Functions:
1158 Monitor commands can be included or excluded
1159 from the build by using the #include files
1160 <config_cmd_all.h> and #undef'ing unwanted
1161 commands, or adding #define's for wanted commands.
1163 The default command configuration includes all commands
1164 except those marked below with a "*".
1166 CONFIG_CMD_AES AES 128 CBC encrypt/decrypt
1167 CONFIG_CMD_ASKENV * ask for env variable
1168 CONFIG_CMD_BDI bdinfo
1169 CONFIG_CMD_BEDBUG * Include BedBug Debugger
1170 CONFIG_CMD_BMP * BMP support
1171 CONFIG_CMD_BSP * Board specific commands
1172 CONFIG_CMD_BOOTD bootd
1173 CONFIG_CMD_BOOTI * ARM64 Linux kernel Image support
1174 CONFIG_CMD_CACHE * icache, dcache
1175 CONFIG_CMD_CLK * clock command support
1176 CONFIG_CMD_CONSOLE coninfo
1177 CONFIG_CMD_CRC32 * crc32
1178 CONFIG_CMD_DATE * support for RTC, date/time...
1179 CONFIG_CMD_DHCP * DHCP support
1180 CONFIG_CMD_DIAG * Diagnostics
1181 CONFIG_CMD_DS4510 * ds4510 I2C gpio commands
1182 CONFIG_CMD_DS4510_INFO * ds4510 I2C info command
1183 CONFIG_CMD_DS4510_MEM * ds4510 I2C eeprom/sram commansd
1184 CONFIG_CMD_DS4510_RST * ds4510 I2C rst command
1185 CONFIG_CMD_DTT * Digital Therm and Thermostat
1186 CONFIG_CMD_ECHO echo arguments
1187 CONFIG_CMD_EDITENV edit env variable
1188 CONFIG_CMD_EEPROM * EEPROM read/write support
1189 CONFIG_CMD_ELF * bootelf, bootvx
1190 CONFIG_CMD_ENV_CALLBACK * display details about env callbacks
1191 CONFIG_CMD_ENV_FLAGS * display details about env flags
1192 CONFIG_CMD_ENV_EXISTS * check existence of env variable
1193 CONFIG_CMD_EXPORTENV * export the environment
1194 CONFIG_CMD_EXT2 * ext2 command support
1195 CONFIG_CMD_EXT4 * ext4 command support
1196 CONFIG_CMD_FS_GENERIC * filesystem commands (e.g. load, ls)
1197 that work for multiple fs types
1198 CONFIG_CMD_FS_UUID * Look up a filesystem UUID
1199 CONFIG_CMD_SAVEENV saveenv
1200 CONFIG_CMD_FDC * Floppy Disk Support
1201 CONFIG_CMD_FAT * FAT command support
1202 CONFIG_CMD_FLASH flinfo, erase, protect
1203 CONFIG_CMD_FPGA FPGA device initialization support
1204 CONFIG_CMD_FUSE * Device fuse support
1205 CONFIG_CMD_GETTIME * Get time since boot
1206 CONFIG_CMD_GO * the 'go' command (exec code)
1207 CONFIG_CMD_GREPENV * search environment
1208 CONFIG_CMD_HASH * calculate hash / digest
1209 CONFIG_CMD_HWFLOW * RTS/CTS hw flow control
1210 CONFIG_CMD_I2C * I2C serial bus support
1211 CONFIG_CMD_IDE * IDE harddisk support
1212 CONFIG_CMD_IMI iminfo
1213 CONFIG_CMD_IMLS List all images found in NOR flash
1214 CONFIG_CMD_IMLS_NAND * List all images found in NAND flash
1215 CONFIG_CMD_IMMAP * IMMR dump support
1216 CONFIG_CMD_IOTRACE * I/O tracing for debugging
1217 CONFIG_CMD_IMPORTENV * import an environment
1218 CONFIG_CMD_INI * import data from an ini file into the env
1219 CONFIG_CMD_IRQ * irqinfo
1220 CONFIG_CMD_ITEST Integer/string test of 2 values
1221 CONFIG_CMD_JFFS2 * JFFS2 Support
1222 CONFIG_CMD_KGDB * kgdb
1223 CONFIG_CMD_LDRINFO * ldrinfo (display Blackfin loader)
1224 CONFIG_CMD_LINK_LOCAL * link-local IP address auto-configuration
1226 CONFIG_CMD_LOADB loadb
1227 CONFIG_CMD_LOADS loads
1228 CONFIG_CMD_MD5SUM * print md5 message digest
1229 (requires CONFIG_CMD_MEMORY and CONFIG_MD5)
1230 CONFIG_CMD_MEMINFO * Display detailed memory information
1231 CONFIG_CMD_MEMORY md, mm, nm, mw, cp, cmp, crc, base,
1233 CONFIG_CMD_MEMTEST * mtest
1234 CONFIG_CMD_MISC Misc functions like sleep etc
1235 CONFIG_CMD_MMC * MMC memory mapped support
1236 CONFIG_CMD_MII * MII utility commands
1237 CONFIG_CMD_MTDPARTS * MTD partition support
1238 CONFIG_CMD_NAND * NAND support
1239 CONFIG_CMD_NET bootp, tftpboot, rarpboot
1240 CONFIG_CMD_NFS NFS support
1241 CONFIG_CMD_PCA953X * PCA953x I2C gpio commands
1242 CONFIG_CMD_PCA953X_INFO * PCA953x I2C gpio info command
1243 CONFIG_CMD_PCI * pciinfo
1244 CONFIG_CMD_PCMCIA * PCMCIA support
1245 CONFIG_CMD_PING * send ICMP ECHO_REQUEST to network
1247 CONFIG_CMD_PORTIO * Port I/O
1248 CONFIG_CMD_READ * Read raw data from partition
1249 CONFIG_CMD_REGINFO * Register dump
1250 CONFIG_CMD_RUN run command in env variable
1251 CONFIG_CMD_SANDBOX * sb command to access sandbox features
1252 CONFIG_CMD_SAVES * save S record dump
1253 CONFIG_CMD_SCSI * SCSI Support
1254 CONFIG_CMD_SDRAM * print SDRAM configuration information
1255 (requires CONFIG_CMD_I2C)
1256 CONFIG_CMD_SETGETDCR Support for DCR Register access
1258 CONFIG_CMD_SF * Read/write/erase SPI NOR flash
1259 CONFIG_CMD_SHA1SUM * print sha1 memory digest
1260 (requires CONFIG_CMD_MEMORY)
1261 CONFIG_CMD_SOFTSWITCH * Soft switch setting command for BF60x
1262 CONFIG_CMD_SOURCE "source" command Support
1263 CONFIG_CMD_SPI * SPI serial bus support
1264 CONFIG_CMD_TFTPSRV * TFTP transfer in server mode
1265 CONFIG_CMD_TFTPPUT * TFTP put command (upload)
1266 CONFIG_CMD_TIME * run command and report execution time (ARM specific)
1267 CONFIG_CMD_TIMER * access to the system tick timer
1268 CONFIG_CMD_USB * USB support
1269 CONFIG_CMD_CDP * Cisco Discover Protocol support
1270 CONFIG_CMD_MFSL * Microblaze FSL support
1271 CONFIG_CMD_XIMG Load part of Multi Image
1272 CONFIG_CMD_UUID * Generate random UUID or GUID string
1274 EXAMPLE: If you want all functions except of network
1275 support you can write:
1277 #include "config_cmd_all.h"
1278 #undef CONFIG_CMD_NET
1281 fdt (flattened device tree) command: CONFIG_OF_LIBFDT
1283 Note: Don't enable the "icache" and "dcache" commands
1284 (configuration option CONFIG_CMD_CACHE) unless you know
1285 what you (and your U-Boot users) are doing. Data
1286 cache cannot be enabled on systems like the 8xx or
1287 8260 (where accesses to the IMMR region must be
1288 uncached), and it cannot be disabled on all other
1289 systems where we (mis-) use the data cache to hold an
1290 initial stack and some data.
1293 XXX - this list needs to get updated!
1295 - Regular expression support:
1297 If this variable is defined, U-Boot is linked against
1298 the SLRE (Super Light Regular Expression) library,
1299 which adds regex support to some commands, as for
1300 example "env grep" and "setexpr".
1304 If this variable is defined, U-Boot will use a device tree
1305 to configure its devices, instead of relying on statically
1306 compiled #defines in the board file. This option is
1307 experimental and only available on a few boards. The device
1308 tree is available in the global data as gd->fdt_blob.
1310 U-Boot needs to get its device tree from somewhere. This can
1311 be done using one of the two options below:
1314 If this variable is defined, U-Boot will embed a device tree
1315 binary in its image. This device tree file should be in the
1316 board directory and called <soc>-<board>.dts. The binary file
1317 is then picked up in board_init_f() and made available through
1318 the global data structure as gd->blob.
1321 If this variable is defined, U-Boot will build a device tree
1322 binary. It will be called u-boot.dtb. Architecture-specific
1323 code will locate it at run-time. Generally this works by:
1325 cat u-boot.bin u-boot.dtb >image.bin
1327 and in fact, U-Boot does this for you, creating a file called
1328 u-boot-dtb.bin which is useful in the common case. You can
1329 still use the individual files if you need something more
1334 If this variable is defined, it enables watchdog
1335 support for the SoC. There must be support in the SoC
1336 specific code for a watchdog. For the 8xx and 8260
1337 CPUs, the SIU Watchdog feature is enabled in the SYPCR
1338 register. When supported for a specific SoC is
1339 available, then no further board specific code should
1340 be needed to use it.
1343 When using a watchdog circuitry external to the used
1344 SoC, then define this variable and provide board
1345 specific code for the "hw_watchdog_reset" function.
1347 CONFIG_AT91_HW_WDT_TIMEOUT
1348 specify the timeout in seconds. default 2 seconds.
1351 CONFIG_VERSION_VARIABLE
1352 If this variable is defined, an environment variable
1353 named "ver" is created by U-Boot showing the U-Boot
1354 version as printed by the "version" command.
1355 Any change to this variable will be reverted at the
1360 When CONFIG_CMD_DATE is selected, the type of the RTC
1361 has to be selected, too. Define exactly one of the
1364 CONFIG_RTC_MPC8xx - use internal RTC of MPC8xx
1365 CONFIG_RTC_PCF8563 - use Philips PCF8563 RTC
1366 CONFIG_RTC_MC13XXX - use MC13783 or MC13892 RTC
1367 CONFIG_RTC_MC146818 - use MC146818 RTC
1368 CONFIG_RTC_DS1307 - use Maxim, Inc. DS1307 RTC
1369 CONFIG_RTC_DS1337 - use Maxim, Inc. DS1337 RTC
1370 CONFIG_RTC_DS1338 - use Maxim, Inc. DS1338 RTC
1371 CONFIG_RTC_DS1339 - use Maxim, Inc. DS1339 RTC
1372 CONFIG_RTC_DS164x - use Dallas DS164x RTC
1373 CONFIG_RTC_ISL1208 - use Intersil ISL1208 RTC
1374 CONFIG_RTC_MAX6900 - use Maxim, Inc. MAX6900 RTC
1375 CONFIG_SYS_RTC_DS1337_NOOSC - Turn off the OSC output for DS1337
1376 CONFIG_SYS_RV3029_TCR - enable trickle charger on
1379 Note that if the RTC uses I2C, then the I2C interface
1380 must also be configured. See I2C Support, below.
1383 CONFIG_PCA953X - use NXP's PCA953X series I2C GPIO
1385 The CONFIG_SYS_I2C_PCA953X_WIDTH option specifies a list of
1386 chip-ngpio pairs that tell the PCA953X driver the number of
1387 pins supported by a particular chip.
1389 Note that if the GPIO device uses I2C, then the I2C interface
1390 must also be configured. See I2C Support, below.
1393 When CONFIG_IO_TRACE is selected, U-Boot intercepts all I/O
1394 accesses and can checksum them or write a list of them out
1395 to memory. See the 'iotrace' command for details. This is
1396 useful for testing device drivers since it can confirm that
1397 the driver behaves the same way before and after a code
1398 change. Currently this is supported on sandbox and arm. To
1399 add support for your architecture, add '#include <iotrace.h>'
1400 to the bottom of arch/<arch>/include/asm/io.h and test.
1402 Example output from the 'iotrace stats' command is below.
1403 Note that if the trace buffer is exhausted, the checksum will
1404 still continue to operate.
1407 Start: 10000000 (buffer start address)
1408 Size: 00010000 (buffer size)
1409 Offset: 00000120 (current buffer offset)
1410 Output: 10000120 (start + offset)
1411 Count: 00000018 (number of trace records)
1412 CRC32: 9526fb66 (CRC32 of all trace records)
1414 - Timestamp Support:
1416 When CONFIG_TIMESTAMP is selected, the timestamp
1417 (date and time) of an image is printed by image
1418 commands like bootm or iminfo. This option is
1419 automatically enabled when you select CONFIG_CMD_DATE .
1421 - Partition Labels (disklabels) Supported:
1422 Zero or more of the following:
1423 CONFIG_MAC_PARTITION Apple's MacOS partition table.
1424 CONFIG_DOS_PARTITION MS Dos partition table, traditional on the
1425 Intel architecture, USB sticks, etc.
1426 CONFIG_ISO_PARTITION ISO partition table, used on CDROM etc.
1427 CONFIG_EFI_PARTITION GPT partition table, common when EFI is the
1428 bootloader. Note 2TB partition limit; see
1430 CONFIG_MTD_PARTITIONS Memory Technology Device partition table.
1432 If IDE or SCSI support is enabled (CONFIG_CMD_IDE or
1433 CONFIG_CMD_SCSI) you must configure support for at
1434 least one non-MTD partition type as well.
1437 CONFIG_IDE_RESET_ROUTINE - this is defined in several
1438 board configurations files but used nowhere!
1440 CONFIG_IDE_RESET - is this is defined, IDE Reset will
1441 be performed by calling the function
1442 ide_set_reset(int reset)
1443 which has to be defined in a board specific file
1448 Set this to enable ATAPI support.
1453 Set this to enable support for disks larger than 137GB
1454 Also look at CONFIG_SYS_64BIT_LBA.
1455 Whithout these , LBA48 support uses 32bit variables and will 'only'
1456 support disks up to 2.1TB.
1458 CONFIG_SYS_64BIT_LBA:
1459 When enabled, makes the IDE subsystem use 64bit sector addresses.
1463 At the moment only there is only support for the
1464 SYM53C8XX SCSI controller; define
1465 CONFIG_SCSI_SYM53C8XX to enable it.
1467 CONFIG_SYS_SCSI_MAX_LUN [8], CONFIG_SYS_SCSI_MAX_SCSI_ID [7] and
1468 CONFIG_SYS_SCSI_MAX_DEVICE [CONFIG_SYS_SCSI_MAX_SCSI_ID *
1469 CONFIG_SYS_SCSI_MAX_LUN] can be adjusted to define the
1470 maximum numbers of LUNs, SCSI ID's and target
1472 CONFIG_SYS_SCSI_SYM53C8XX_CCF to fix clock timing (80Mhz)
1474 The environment variable 'scsidevs' is set to the number of
1475 SCSI devices found during the last scan.
1477 - NETWORK Support (PCI):
1479 Support for Intel 8254x/8257x gigabit chips.
1482 Utility code for direct access to the SPI bus on Intel 8257x.
1483 This does not do anything useful unless you set at least one
1484 of CONFIG_CMD_E1000 or CONFIG_E1000_SPI_GENERIC.
1486 CONFIG_E1000_SPI_GENERIC
1487 Allow generic access to the SPI bus on the Intel 8257x, for
1488 example with the "sspi" command.
1491 Management command for E1000 devices. When used on devices
1492 with SPI support you can reprogram the EEPROM from U-Boot.
1494 CONFIG_E1000_FALLBACK_MAC
1495 default MAC for empty EEPROM after production.
1498 Support for Intel 82557/82559/82559ER chips.
1499 Optional CONFIG_EEPRO100_SROM_WRITE enables EEPROM
1500 write routine for first time initialisation.
1503 Support for Digital 2114x chips.
1504 Optional CONFIG_TULIP_SELECT_MEDIA for board specific
1505 modem chip initialisation (KS8761/QS6611).
1508 Support for National dp83815 chips.
1511 Support for National dp8382[01] gigabit chips.
1513 - NETWORK Support (other):
1515 CONFIG_DRIVER_AT91EMAC
1516 Support for AT91RM9200 EMAC.
1519 Define this to use reduced MII inteface
1521 CONFIG_DRIVER_AT91EMAC_QUIET
1522 If this defined, the driver is quiet.
1523 The driver doen't show link status messages.
1525 CONFIG_CALXEDA_XGMAC
1526 Support for the Calxeda XGMAC device
1529 Support for SMSC's LAN91C96 chips.
1531 CONFIG_LAN91C96_BASE
1532 Define this to hold the physical address
1533 of the LAN91C96's I/O space
1535 CONFIG_LAN91C96_USE_32_BIT
1536 Define this to enable 32 bit addressing
1539 Support for SMSC's LAN91C111 chip
1541 CONFIG_SMC91111_BASE
1542 Define this to hold the physical address
1543 of the device (I/O space)
1545 CONFIG_SMC_USE_32_BIT
1546 Define this if data bus is 32 bits
1548 CONFIG_SMC_USE_IOFUNCS
1549 Define this to use i/o functions instead of macros
1550 (some hardware wont work with macros)
1552 CONFIG_DRIVER_TI_EMAC
1553 Support for davinci emac
1555 CONFIG_SYS_DAVINCI_EMAC_PHY_COUNT
1556 Define this if you have more then 3 PHYs.
1559 Support for Faraday's FTGMAC100 Gigabit SoC Ethernet
1561 CONFIG_FTGMAC100_EGIGA
1562 Define this to use GE link update with gigabit PHY.
1563 Define this if FTGMAC100 is connected to gigabit PHY.
1564 If your system has 10/100 PHY only, it might not occur
1565 wrong behavior. Because PHY usually return timeout or
1566 useless data when polling gigabit status and gigabit
1567 control registers. This behavior won't affect the
1568 correctnessof 10/100 link speed update.
1571 Support for SMSC's LAN911x and LAN921x chips
1574 Define this to hold the physical address
1575 of the device (I/O space)
1577 CONFIG_SMC911X_32_BIT
1578 Define this if data bus is 32 bits
1580 CONFIG_SMC911X_16_BIT
1581 Define this if data bus is 16 bits. If your processor
1582 automatically converts one 32 bit word to two 16 bit
1583 words you may also try CONFIG_SMC911X_32_BIT.
1586 Support for Renesas on-chip Ethernet controller
1588 CONFIG_SH_ETHER_USE_PORT
1589 Define the number of ports to be used
1591 CONFIG_SH_ETHER_PHY_ADDR
1592 Define the ETH PHY's address
1594 CONFIG_SH_ETHER_CACHE_WRITEBACK
1595 If this option is set, the driver enables cache flush.
1599 Support for PWM modul on the imx6.
1603 Support TPM devices.
1606 Support for i2c bus TPM devices. Only one device
1607 per system is supported at this time.
1609 CONFIG_TPM_TIS_I2C_BUS_NUMBER
1610 Define the the i2c bus number for the TPM device
1612 CONFIG_TPM_TIS_I2C_SLAVE_ADDRESS
1613 Define the TPM's address on the i2c bus
1615 CONFIG_TPM_TIS_I2C_BURST_LIMITATION
1616 Define the burst count bytes upper limit
1618 CONFIG_TPM_ATMEL_TWI
1619 Support for Atmel TWI TPM device. Requires I2C support.
1622 Support for generic parallel port TPM devices. Only one device
1623 per system is supported at this time.
1625 CONFIG_TPM_TIS_BASE_ADDRESS
1626 Base address where the generic TPM device is mapped
1627 to. Contemporary x86 systems usually map it at
1631 Add tpm monitor functions.
1632 Requires CONFIG_TPM. If CONFIG_TPM_AUTH_SESSIONS is set, also
1633 provides monitor access to authorized functions.
1636 Define this to enable the TPM support library which provides
1637 functional interfaces to some TPM commands.
1638 Requires support for a TPM device.
1640 CONFIG_TPM_AUTH_SESSIONS
1641 Define this to enable authorized functions in the TPM library.
1642 Requires CONFIG_TPM and CONFIG_SHA1.
1645 At the moment only the UHCI host controller is
1646 supported (PIP405, MIP405, MPC5200); define
1647 CONFIG_USB_UHCI to enable it.
1648 define CONFIG_USB_KEYBOARD to enable the USB Keyboard
1649 and define CONFIG_USB_STORAGE to enable the USB
1652 Supported are USB Keyboards and USB Floppy drives
1654 MPC5200 USB requires additional defines:
1656 for 528 MHz Clock: 0x0001bbbb
1660 for differential drivers: 0x00001000
1661 for single ended drivers: 0x00005000
1662 for differential drivers on PSC3: 0x00000100
1663 for single ended drivers on PSC3: 0x00004100
1664 CONFIG_SYS_USB_EVENT_POLL
1665 May be defined to allow interrupt polling
1666 instead of using asynchronous interrupts
1668 CONFIG_USB_EHCI_TXFIFO_THRESH enables setting of the
1669 txfilltuning field in the EHCI controller on reset.
1671 CONFIG_USB_DWC2_REG_ADDR the physical CPU address of the DWC2
1672 HW module registers.
1675 Define the below if you wish to use the USB console.
1676 Once firmware is rebuilt from a serial console issue the
1677 command "setenv stdin usbtty; setenv stdout usbtty" and
1678 attach your USB cable. The Unix command "dmesg" should print
1679 it has found a new device. The environment variable usbtty
1680 can be set to gserial or cdc_acm to enable your device to
1681 appear to a USB host as a Linux gserial device or a
1682 Common Device Class Abstract Control Model serial device.
1683 If you select usbtty = gserial you should be able to enumerate
1685 # modprobe usbserial vendor=0xVendorID product=0xProductID
1686 else if using cdc_acm, simply setting the environment
1687 variable usbtty to be cdc_acm should suffice. The following
1688 might be defined in YourBoardName.h
1691 Define this to build a UDC device
1694 Define this to have a tty type of device available to
1695 talk to the UDC device
1698 Define this to enable the high speed support for usb
1699 device and usbtty. If this feature is enabled, a routine
1700 int is_usbd_high_speed(void)
1701 also needs to be defined by the driver to dynamically poll
1702 whether the enumeration has succeded at high speed or full
1705 CONFIG_SYS_CONSOLE_IS_IN_ENV
1706 Define this if you want stdin, stdout &/or stderr to
1710 CONFIG_SYS_USB_EXTC_CLK 0xBLAH
1711 Derive USB clock from external clock "blah"
1712 - CONFIG_SYS_USB_EXTC_CLK 0x02
1714 CONFIG_SYS_USB_BRG_CLK 0xBLAH
1715 Derive USB clock from brgclk
1716 - CONFIG_SYS_USB_BRG_CLK 0x04
1718 If you have a USB-IF assigned VendorID then you may wish to
1719 define your own vendor specific values either in BoardName.h
1720 or directly in usbd_vendor_info.h. If you don't define
1721 CONFIG_USBD_MANUFACTURER, CONFIG_USBD_PRODUCT_NAME,
1722 CONFIG_USBD_VENDORID and CONFIG_USBD_PRODUCTID, then U-Boot
1723 should pretend to be a Linux device to it's target host.
1725 CONFIG_USBD_MANUFACTURER
1726 Define this string as the name of your company for
1727 - CONFIG_USBD_MANUFACTURER "my company"
1729 CONFIG_USBD_PRODUCT_NAME
1730 Define this string as the name of your product
1731 - CONFIG_USBD_PRODUCT_NAME "acme usb device"
1733 CONFIG_USBD_VENDORID
1734 Define this as your assigned Vendor ID from the USB
1735 Implementors Forum. This *must* be a genuine Vendor ID
1736 to avoid polluting the USB namespace.
1737 - CONFIG_USBD_VENDORID 0xFFFF
1739 CONFIG_USBD_PRODUCTID
1740 Define this as the unique Product ID
1742 - CONFIG_USBD_PRODUCTID 0xFFFF
1744 - ULPI Layer Support:
1745 The ULPI (UTMI Low Pin (count) Interface) PHYs are supported via
1746 the generic ULPI layer. The generic layer accesses the ULPI PHY
1747 via the platform viewport, so you need both the genric layer and
1748 the viewport enabled. Currently only Chipidea/ARC based
1749 viewport is supported.
1750 To enable the ULPI layer support, define CONFIG_USB_ULPI and
1751 CONFIG_USB_ULPI_VIEWPORT in your board configuration file.
1752 If your ULPI phy needs a different reference clock than the
1753 standard 24 MHz then you have to define CONFIG_ULPI_REF_CLK to
1754 the appropriate value in Hz.
1757 The MMC controller on the Intel PXA is supported. To
1758 enable this define CONFIG_MMC. The MMC can be
1759 accessed from the boot prompt by mapping the device
1760 to physical memory similar to flash. Command line is
1761 enabled with CONFIG_CMD_MMC. The MMC driver also works with
1762 the FAT fs. This is enabled with CONFIG_CMD_FAT.
1765 Support for Renesas on-chip MMCIF controller
1767 CONFIG_SH_MMCIF_ADDR
1768 Define the base address of MMCIF registers
1771 Define the clock frequency for MMCIF
1774 Enable the generic MMC driver
1776 CONFIG_SUPPORT_EMMC_BOOT
1777 Enable some additional features of the eMMC boot partitions.
1779 CONFIG_SUPPORT_EMMC_RPMB
1780 Enable the commands for reading, writing and programming the
1781 key for the Replay Protection Memory Block partition in eMMC.
1783 - USB Device Firmware Update (DFU) class support:
1784 CONFIG_USB_FUNCTION_DFU
1785 This enables the USB portion of the DFU USB class
1788 This enables the command "dfu" which is used to have
1789 U-Boot create a DFU class device via USB. This command
1790 requires that the "dfu_alt_info" environment variable be
1791 set and define the alt settings to expose to the host.
1794 This enables support for exposing (e)MMC devices via DFU.
1797 This enables support for exposing NAND devices via DFU.
1800 This enables support for exposing RAM via DFU.
1801 Note: DFU spec refer to non-volatile memory usage, but
1802 allow usages beyond the scope of spec - here RAM usage,
1803 one that would help mostly the developer.
1805 CONFIG_SYS_DFU_DATA_BUF_SIZE
1806 Dfu transfer uses a buffer before writing data to the
1807 raw storage device. Make the size (in bytes) of this buffer
1808 configurable. The size of this buffer is also configurable
1809 through the "dfu_bufsiz" environment variable.
1811 CONFIG_SYS_DFU_MAX_FILE_SIZE
1812 When updating files rather than the raw storage device,
1813 we use a static buffer to copy the file into and then write
1814 the buffer once we've been given the whole file. Define
1815 this to the maximum filesize (in bytes) for the buffer.
1816 Default is 4 MiB if undefined.
1818 DFU_DEFAULT_POLL_TIMEOUT
1819 Poll timeout [ms], is the timeout a device can send to the
1820 host. The host must wait for this timeout before sending
1821 a subsequent DFU_GET_STATUS request to the device.
1823 DFU_MANIFEST_POLL_TIMEOUT
1824 Poll timeout [ms], which the device sends to the host when
1825 entering dfuMANIFEST state. Host waits this timeout, before
1826 sending again an USB request to the device.
1828 - USB Device Android Fastboot support:
1829 CONFIG_USB_FUNCTION_FASTBOOT
1830 This enables the USB part of the fastboot gadget
1833 This enables the command "fastboot" which enables the Android
1834 fastboot mode for the platform's USB device. Fastboot is a USB
1835 protocol for downloading images, flashing and device control
1836 used on Android devices.
1837 See doc/README.android-fastboot for more information.
1839 CONFIG_ANDROID_BOOT_IMAGE
1840 This enables support for booting images which use the Android
1841 image format header.
1843 CONFIG_FASTBOOT_BUF_ADDR
1844 The fastboot protocol requires a large memory buffer for
1845 downloads. Define this to the starting RAM address to use for
1848 CONFIG_FASTBOOT_BUF_SIZE
1849 The fastboot protocol requires a large memory buffer for
1850 downloads. This buffer should be as large as possible for a
1851 platform. Define this to the size available RAM for fastboot.
1853 CONFIG_FASTBOOT_FLASH
1854 The fastboot protocol includes a "flash" command for writing
1855 the downloaded image to a non-volatile storage device. Define
1856 this to enable the "fastboot flash" command.
1858 CONFIG_FASTBOOT_FLASH_MMC_DEV
1859 The fastboot "flash" command requires additional information
1860 regarding the non-volatile storage device. Define this to
1861 the eMMC device that fastboot should use to store the image.
1863 CONFIG_FASTBOOT_GPT_NAME
1864 The fastboot "flash" command supports writing the downloaded
1865 image to the Protective MBR and the Primary GUID Partition
1866 Table. (Additionally, this downloaded image is post-processed
1867 to generate and write the Backup GUID Partition Table.)
1868 This occurs when the specified "partition name" on the
1869 "fastboot flash" command line matches this value.
1870 Default is GPT_ENTRY_NAME (currently "gpt") if undefined.
1872 - Journaling Flash filesystem support:
1873 CONFIG_JFFS2_NAND, CONFIG_JFFS2_NAND_OFF, CONFIG_JFFS2_NAND_SIZE,
1874 CONFIG_JFFS2_NAND_DEV
1875 Define these for a default partition on a NAND device
1877 CONFIG_SYS_JFFS2_FIRST_SECTOR,
1878 CONFIG_SYS_JFFS2_FIRST_BANK, CONFIG_SYS_JFFS2_NUM_BANKS
1879 Define these for a default partition on a NOR device
1881 CONFIG_SYS_JFFS_CUSTOM_PART
1882 Define this to create an own partition. You have to provide a
1883 function struct part_info* jffs2_part_info(int part_num)
1885 If you define only one JFFS2 partition you may also want to
1886 #define CONFIG_SYS_JFFS_SINGLE_PART 1
1887 to disable the command chpart. This is the default when you
1888 have not defined a custom partition
1890 - FAT(File Allocation Table) filesystem write function support:
1893 Define this to enable support for saving memory data as a
1894 file in FAT formatted partition.
1896 This will also enable the command "fatwrite" enabling the
1897 user to write files to FAT.
1899 CBFS (Coreboot Filesystem) support
1902 Define this to enable support for reading from a Coreboot
1903 filesystem. Available commands are cbfsinit, cbfsinfo, cbfsls
1906 - FAT(File Allocation Table) filesystem cluster size:
1907 CONFIG_FS_FAT_MAX_CLUSTSIZE
1909 Define the max cluster size for fat operations else
1910 a default value of 65536 will be defined.
1915 Define this to enable standard (PC-Style) keyboard
1919 Standard PC keyboard driver with US (is default) and
1920 GERMAN key layout (switch via environment 'keymap=de') support.
1921 Export function i8042_kbd_init, i8042_tstc and i8042_getc
1922 for cfb_console. Supports cursor blinking.
1925 Enables a Chrome OS keyboard using the CROS_EC interface.
1926 This uses CROS_EC to communicate with a second microcontroller
1927 which provides key scans on request.
1932 Define this to enable video support (for output to
1935 CONFIG_VIDEO_CT69000
1937 Enable Chips & Technologies 69000 Video chip
1939 CONFIG_VIDEO_SMI_LYNXEM
1940 Enable Silicon Motion SMI 712/710/810 Video chip. The
1941 video output is selected via environment 'videoout'
1942 (1 = LCD and 2 = CRT). If videoout is undefined, CRT is
1945 For the CT69000 and SMI_LYNXEM drivers, videomode is
1946 selected via environment 'videomode'. Two different ways
1948 - "videomode=num" 'num' is a standard LiLo mode numbers.
1949 Following standard modes are supported (* is default):
1951 Colors 640x480 800x600 1024x768 1152x864 1280x1024
1952 -------------+---------------------------------------------
1953 8 bits | 0x301* 0x303 0x305 0x161 0x307
1954 15 bits | 0x310 0x313 0x316 0x162 0x319
1955 16 bits | 0x311 0x314 0x317 0x163 0x31A
1956 24 bits | 0x312 0x315 0x318 ? 0x31B
1957 -------------+---------------------------------------------
1958 (i.e. setenv videomode 317; saveenv; reset;)
1960 - "videomode=bootargs" all the video parameters are parsed
1961 from the bootargs. (See drivers/video/videomodes.c)
1964 CONFIG_VIDEO_SED13806
1965 Enable Epson SED13806 driver. This driver supports 8bpp
1966 and 16bpp modes defined by CONFIG_VIDEO_SED13806_8BPP
1967 or CONFIG_VIDEO_SED13806_16BPP
1970 Enable the Freescale DIU video driver. Reference boards for
1971 SOCs that have a DIU should define this macro to enable DIU
1972 support, and should also define these other macros:
1978 CONFIG_VIDEO_SW_CURSOR
1979 CONFIG_VGA_AS_SINGLE_DEVICE
1981 CONFIG_VIDEO_BMP_LOGO
1983 The DIU driver will look for the 'video-mode' environment
1984 variable, and if defined, enable the DIU as a console during
1985 boot. See the documentation file README.video for a
1986 description of this variable.
1992 Define this to enable a custom keyboard support.
1993 This simply calls drv_keyboard_init() which must be
1994 defined in your board-specific files.
1995 The only board using this so far is RBC823.
1997 - LCD Support: CONFIG_LCD
1999 Define this to enable LCD support (for output to LCD
2000 display); also select one of the supported displays
2001 by defining one of these:
2005 HITACHI TX09D70VM1CCA, 3.5", 240x320.
2007 CONFIG_NEC_NL6448AC33:
2009 NEC NL6448AC33-18. Active, color, single scan.
2011 CONFIG_NEC_NL6448BC20
2013 NEC NL6448BC20-08. 6.5", 640x480.
2014 Active, color, single scan.
2016 CONFIG_NEC_NL6448BC33_54
2018 NEC NL6448BC33-54. 10.4", 640x480.
2019 Active, color, single scan.
2023 Sharp 320x240. Active, color, single scan.
2024 It isn't 16x9, and I am not sure what it is.
2026 CONFIG_SHARP_LQ64D341
2028 Sharp LQ64D341 display, 640x480.
2029 Active, color, single scan.
2033 HLD1045 display, 640x480.
2034 Active, color, single scan.
2038 Optrex CBL50840-2 NF-FW 99 22 M5
2040 Hitachi LMG6912RPFC-00T
2044 320x240. Black & white.
2046 Normally display is black on white background; define
2047 CONFIG_SYS_WHITE_ON_BLACK to get it inverted.
2049 CONFIG_LCD_ALIGNMENT
2051 Normally the LCD is page-aligned (typically 4KB). If this is
2052 defined then the LCD will be aligned to this value instead.
2053 For ARM it is sometimes useful to use MMU_SECTION_SIZE
2054 here, since it is cheaper to change data cache settings on
2055 a per-section basis.
2057 CONFIG_CONSOLE_SCROLL_LINES
2059 When the console need to be scrolled, this is the number of
2060 lines to scroll by. It defaults to 1. Increasing this makes
2061 the console jump but can help speed up operation when scrolling
2066 Sometimes, for example if the display is mounted in portrait
2067 mode or even if it's mounted landscape but rotated by 180degree,
2068 we need to rotate our content of the display relative to the
2069 framebuffer, so that user can read the messages which are
2071 Once CONFIG_LCD_ROTATION is defined, the lcd_console will be
2072 initialized with a given rotation from "vl_rot" out of
2073 "vidinfo_t" which is provided by the board specific code.
2074 The value for vl_rot is coded as following (matching to
2075 fbcon=rotate:<n> linux-kernel commandline):
2076 0 = no rotation respectively 0 degree
2077 1 = 90 degree rotation
2078 2 = 180 degree rotation
2079 3 = 270 degree rotation
2081 If CONFIG_LCD_ROTATION is not defined, the console will be
2082 initialized with 0degree rotation.
2086 Support drawing of RLE8-compressed bitmaps on the LCD.
2090 Enables an 'i2c edid' command which can read EDID
2091 information over I2C from an attached LCD display.
2093 - Splash Screen Support: CONFIG_SPLASH_SCREEN
2095 If this option is set, the environment is checked for
2096 a variable "splashimage". If found, the usual display
2097 of logo, copyright and system information on the LCD
2098 is suppressed and the BMP image at the address
2099 specified in "splashimage" is loaded instead. The
2100 console is redirected to the "nulldev", too. This
2101 allows for a "silent" boot where a splash screen is
2102 loaded very quickly after power-on.
2104 CONFIG_SPLASHIMAGE_GUARD
2106 If this option is set, then U-Boot will prevent the environment
2107 variable "splashimage" from being set to a problematic address
2108 (see README.displaying-bmps).
2109 This option is useful for targets where, due to alignment
2110 restrictions, an improperly aligned BMP image will cause a data
2111 abort. If you think you will not have problems with unaligned
2112 accesses (for example because your toolchain prevents them)
2113 there is no need to set this option.
2115 CONFIG_SPLASH_SCREEN_ALIGN
2117 If this option is set the splash image can be freely positioned
2118 on the screen. Environment variable "splashpos" specifies the
2119 position as "x,y". If a positive number is given it is used as
2120 number of pixel from left/top. If a negative number is given it
2121 is used as number of pixel from right/bottom. You can also
2122 specify 'm' for centering the image.
2125 setenv splashpos m,m
2126 => image at center of screen
2128 setenv splashpos 30,20
2129 => image at x = 30 and y = 20
2131 setenv splashpos -10,m
2132 => vertically centered image
2133 at x = dspWidth - bmpWidth - 9
2135 - Gzip compressed BMP image support: CONFIG_VIDEO_BMP_GZIP
2137 If this option is set, additionally to standard BMP
2138 images, gzipped BMP images can be displayed via the
2139 splashscreen support or the bmp command.
2141 - Run length encoded BMP image (RLE8) support: CONFIG_VIDEO_BMP_RLE8
2143 If this option is set, 8-bit RLE compressed BMP images
2144 can be displayed via the splashscreen support or the
2147 - Do compressing for memory range:
2150 If this option is set, it would use zlib deflate method
2151 to compress the specified memory at its best effort.
2153 - Compression support:
2156 Enabled by default to support gzip compressed images.
2160 If this option is set, support for bzip2 compressed
2161 images is included. If not, only uncompressed and gzip
2162 compressed images are supported.
2164 NOTE: the bzip2 algorithm requires a lot of RAM, so
2165 the malloc area (as defined by CONFIG_SYS_MALLOC_LEN) should
2170 If this option is set, support for lzma compressed
2173 Note: The LZMA algorithm adds between 2 and 4KB of code and it
2174 requires an amount of dynamic memory that is given by the
2177 (1846 + 768 << (lc + lp)) * sizeof(uint16)
2179 Where lc and lp stand for, respectively, Literal context bits
2180 and Literal pos bits.
2182 This value is upper-bounded by 14MB in the worst case. Anyway,
2183 for a ~4MB large kernel image, we have lc=3 and lp=0 for a
2184 total amount of (1846 + 768 << (3 + 0)) * 2 = ~41KB... that is
2185 a very small buffer.
2187 Use the lzmainfo tool to determinate the lc and lp values and
2188 then calculate the amount of needed dynamic memory (ensuring
2189 the appropriate CONFIG_SYS_MALLOC_LEN value).
2193 If this option is set, support for LZO compressed images
2199 The address of PHY on MII bus.
2201 CONFIG_PHY_CLOCK_FREQ (ppc4xx)
2203 The clock frequency of the MII bus
2207 If this option is set, support for speed/duplex
2208 detection of gigabit PHY is included.
2210 CONFIG_PHY_RESET_DELAY
2212 Some PHY like Intel LXT971A need extra delay after
2213 reset before any MII register access is possible.
2214 For such PHY, set this option to the usec delay
2215 required. (minimum 300usec for LXT971A)
2217 CONFIG_PHY_CMD_DELAY (ppc4xx)
2219 Some PHY like Intel LXT971A need extra delay after
2220 command issued before MII status register can be read
2225 Define a default value for the IP address to use for
2226 the default Ethernet interface, in case this is not
2227 determined through e.g. bootp.
2228 (Environment variable "ipaddr")
2230 - Server IP address:
2233 Defines a default value for the IP address of a TFTP
2234 server to contact when using the "tftboot" command.
2235 (Environment variable "serverip")
2237 CONFIG_KEEP_SERVERADDR
2239 Keeps the server's MAC address, in the env 'serveraddr'
2240 for passing to bootargs (like Linux's netconsole option)
2242 - Gateway IP address:
2245 Defines a default value for the IP address of the
2246 default router where packets to other networks are
2248 (Environment variable "gatewayip")
2253 Defines a default value for the subnet mask (or
2254 routing prefix) which is used to determine if an IP
2255 address belongs to the local subnet or needs to be
2256 forwarded through a router.
2257 (Environment variable "netmask")
2259 - Multicast TFTP Mode:
2262 Defines whether you want to support multicast TFTP as per
2263 rfc-2090; for example to work with atftp. Lets lots of targets
2264 tftp down the same boot image concurrently. Note: the Ethernet
2265 driver in use must provide a function: mcast() to join/leave a
2268 - BOOTP Recovery Mode:
2269 CONFIG_BOOTP_RANDOM_DELAY
2271 If you have many targets in a network that try to
2272 boot using BOOTP, you may want to avoid that all
2273 systems send out BOOTP requests at precisely the same
2274 moment (which would happen for instance at recovery
2275 from a power failure, when all systems will try to
2276 boot, thus flooding the BOOTP server. Defining
2277 CONFIG_BOOTP_RANDOM_DELAY causes a random delay to be
2278 inserted before sending out BOOTP requests. The
2279 following delays are inserted then:
2281 1st BOOTP request: delay 0 ... 1 sec
2282 2nd BOOTP request: delay 0 ... 2 sec
2283 3rd BOOTP request: delay 0 ... 4 sec
2285 BOOTP requests: delay 0 ... 8 sec
2287 CONFIG_BOOTP_ID_CACHE_SIZE
2289 BOOTP packets are uniquely identified using a 32-bit ID. The
2290 server will copy the ID from client requests to responses and
2291 U-Boot will use this to determine if it is the destination of
2292 an incoming response. Some servers will check that addresses
2293 aren't in use before handing them out (usually using an ARP
2294 ping) and therefore take up to a few hundred milliseconds to
2295 respond. Network congestion may also influence the time it
2296 takes for a response to make it back to the client. If that
2297 time is too long, U-Boot will retransmit requests. In order
2298 to allow earlier responses to still be accepted after these
2299 retransmissions, U-Boot's BOOTP client keeps a small cache of
2300 IDs. The CONFIG_BOOTP_ID_CACHE_SIZE controls the size of this
2301 cache. The default is to keep IDs for up to four outstanding
2302 requests. Increasing this will allow U-Boot to accept offers
2303 from a BOOTP client in networks with unusually high latency.
2305 - BOOTP Random transaction ID:
2306 CONFIG_BOOTP_RANDOM_ID
2308 The standard algorithm to generate a DHCP/BOOTP transaction ID
2309 by using the MAC address and the current time stamp may not
2310 quite unlikely produce duplicate transaction IDs from different
2311 clients in the same network. This option creates a transaction
2312 ID using the rand() function. Provided that the RNG has been
2313 seeded well, this should guarantee unique transaction IDs
2316 - DHCP Advanced Options:
2317 You can fine tune the DHCP functionality by defining
2318 CONFIG_BOOTP_* symbols:
2320 CONFIG_BOOTP_SUBNETMASK
2321 CONFIG_BOOTP_GATEWAY
2322 CONFIG_BOOTP_HOSTNAME
2323 CONFIG_BOOTP_NISDOMAIN
2324 CONFIG_BOOTP_BOOTPATH
2325 CONFIG_BOOTP_BOOTFILESIZE
2328 CONFIG_BOOTP_SEND_HOSTNAME
2329 CONFIG_BOOTP_NTPSERVER
2330 CONFIG_BOOTP_TIMEOFFSET
2331 CONFIG_BOOTP_VENDOREX
2332 CONFIG_BOOTP_MAY_FAIL
2334 CONFIG_BOOTP_SERVERIP - TFTP server will be the serverip
2335 environment variable, not the BOOTP server.
2337 CONFIG_BOOTP_MAY_FAIL - If the DHCP server is not found
2338 after the configured retry count, the call will fail
2339 instead of starting over. This can be used to fail over
2340 to Link-local IP address configuration if the DHCP server
2343 CONFIG_BOOTP_DNS2 - If a DHCP client requests the DNS
2344 serverip from a DHCP server, it is possible that more
2345 than one DNS serverip is offered to the client.
2346 If CONFIG_BOOTP_DNS2 is enabled, the secondary DNS
2347 serverip will be stored in the additional environment
2348 variable "dnsip2". The first DNS serverip is always
2349 stored in the variable "dnsip", when CONFIG_BOOTP_DNS
2352 CONFIG_BOOTP_SEND_HOSTNAME - Some DHCP servers are capable
2353 to do a dynamic update of a DNS server. To do this, they
2354 need the hostname of the DHCP requester.
2355 If CONFIG_BOOTP_SEND_HOSTNAME is defined, the content
2356 of the "hostname" environment variable is passed as
2357 option 12 to the DHCP server.
2359 CONFIG_BOOTP_DHCP_REQUEST_DELAY
2361 A 32bit value in microseconds for a delay between
2362 receiving a "DHCP Offer" and sending the "DHCP Request".
2363 This fixes a problem with certain DHCP servers that don't
2364 respond 100% of the time to a "DHCP request". E.g. On an
2365 AT91RM9200 processor running at 180MHz, this delay needed
2366 to be *at least* 15,000 usec before a Windows Server 2003
2367 DHCP server would reply 100% of the time. I recommend at
2368 least 50,000 usec to be safe. The alternative is to hope
2369 that one of the retries will be successful but note that
2370 the DHCP timeout and retry process takes a longer than
2373 - Link-local IP address negotiation:
2374 Negotiate with other link-local clients on the local network
2375 for an address that doesn't require explicit configuration.
2376 This is especially useful if a DHCP server cannot be guaranteed
2377 to exist in all environments that the device must operate.
2379 See doc/README.link-local for more information.
2382 CONFIG_CDP_DEVICE_ID
2384 The device id used in CDP trigger frames.
2386 CONFIG_CDP_DEVICE_ID_PREFIX
2388 A two character string which is prefixed to the MAC address
2393 A printf format string which contains the ascii name of
2394 the port. Normally is set to "eth%d" which sets
2395 eth0 for the first Ethernet, eth1 for the second etc.
2397 CONFIG_CDP_CAPABILITIES
2399 A 32bit integer which indicates the device capabilities;
2400 0x00000010 for a normal host which does not forwards.
2404 An ascii string containing the version of the software.
2408 An ascii string containing the name of the platform.
2412 A 32bit integer sent on the trigger.
2414 CONFIG_CDP_POWER_CONSUMPTION
2416 A 16bit integer containing the power consumption of the
2417 device in .1 of milliwatts.
2419 CONFIG_CDP_APPLIANCE_VLAN_TYPE
2421 A byte containing the id of the VLAN.
2423 - Status LED: CONFIG_STATUS_LED
2425 Several configurations allow to display the current
2426 status using a LED. For instance, the LED will blink
2427 fast while running U-Boot code, stop blinking as
2428 soon as a reply to a BOOTP request was received, and
2429 start blinking slow once the Linux kernel is running
2430 (supported by a status LED driver in the Linux
2431 kernel). Defining CONFIG_STATUS_LED enables this
2437 The status LED can be connected to a GPIO pin.
2438 In such cases, the gpio_led driver can be used as a
2439 status LED backend implementation. Define CONFIG_GPIO_LED
2440 to include the gpio_led driver in the U-Boot binary.
2442 CONFIG_GPIO_LED_INVERTED_TABLE
2443 Some GPIO connected LEDs may have inverted polarity in which
2444 case the GPIO high value corresponds to LED off state and
2445 GPIO low value corresponds to LED on state.
2446 In such cases CONFIG_GPIO_LED_INVERTED_TABLE may be defined
2447 with a list of GPIO LEDs that have inverted polarity.
2449 - CAN Support: CONFIG_CAN_DRIVER
2451 Defining CONFIG_CAN_DRIVER enables CAN driver support
2452 on those systems that support this (optional)
2453 feature, like the TQM8xxL modules.
2455 - I2C Support: CONFIG_SYS_I2C
2457 This enable the NEW i2c subsystem, and will allow you to use
2458 i2c commands at the u-boot command line (as long as you set
2459 CONFIG_CMD_I2C in CONFIG_COMMANDS) and communicate with i2c
2460 based realtime clock chips or other i2c devices. See
2461 common/cmd_i2c.c for a description of the command line
2464 ported i2c driver to the new framework:
2465 - drivers/i2c/soft_i2c.c:
2466 - activate first bus with CONFIG_SYS_I2C_SOFT define
2467 CONFIG_SYS_I2C_SOFT_SPEED and CONFIG_SYS_I2C_SOFT_SLAVE
2468 for defining speed and slave address
2469 - activate second bus with I2C_SOFT_DECLARATIONS2 define
2470 CONFIG_SYS_I2C_SOFT_SPEED_2 and CONFIG_SYS_I2C_SOFT_SLAVE_2
2471 for defining speed and slave address
2472 - activate third bus with I2C_SOFT_DECLARATIONS3 define
2473 CONFIG_SYS_I2C_SOFT_SPEED_3 and CONFIG_SYS_I2C_SOFT_SLAVE_3
2474 for defining speed and slave address
2475 - activate fourth bus with I2C_SOFT_DECLARATIONS4 define
2476 CONFIG_SYS_I2C_SOFT_SPEED_4 and CONFIG_SYS_I2C_SOFT_SLAVE_4
2477 for defining speed and slave address
2479 - drivers/i2c/fsl_i2c.c:
2480 - activate i2c driver with CONFIG_SYS_I2C_FSL
2481 define CONFIG_SYS_FSL_I2C_OFFSET for setting the register
2482 offset CONFIG_SYS_FSL_I2C_SPEED for the i2c speed and
2483 CONFIG_SYS_FSL_I2C_SLAVE for the slave addr of the first
2485 - If your board supports a second fsl i2c bus, define
2486 CONFIG_SYS_FSL_I2C2_OFFSET for the register offset
2487 CONFIG_SYS_FSL_I2C2_SPEED for the speed and
2488 CONFIG_SYS_FSL_I2C2_SLAVE for the slave address of the
2491 - drivers/i2c/tegra_i2c.c:
2492 - activate this driver with CONFIG_SYS_I2C_TEGRA
2493 - This driver adds 4 i2c buses with a fix speed from
2494 100000 and the slave addr 0!
2496 - drivers/i2c/ppc4xx_i2c.c
2497 - activate this driver with CONFIG_SYS_I2C_PPC4XX
2498 - CONFIG_SYS_I2C_PPC4XX_CH0 activate hardware channel 0
2499 - CONFIG_SYS_I2C_PPC4XX_CH1 activate hardware channel 1
2501 - drivers/i2c/i2c_mxc.c
2502 - activate this driver with CONFIG_SYS_I2C_MXC
2503 - define speed for bus 1 with CONFIG_SYS_MXC_I2C1_SPEED
2504 - define slave for bus 1 with CONFIG_SYS_MXC_I2C1_SLAVE
2505 - define speed for bus 2 with CONFIG_SYS_MXC_I2C2_SPEED
2506 - define slave for bus 2 with CONFIG_SYS_MXC_I2C2_SLAVE
2507 - define speed for bus 3 with CONFIG_SYS_MXC_I2C3_SPEED
2508 - define slave for bus 3 with CONFIG_SYS_MXC_I2C3_SLAVE
2509 If those defines are not set, default value is 100000
2510 for speed, and 0 for slave.
2511 - enable bus 3 with CONFIG_SYS_I2C_MXC_I2C3
2512 - enable bus 4 with CONFIG_SYS_I2C_MXC_I2C4
2514 - drivers/i2c/rcar_i2c.c:
2515 - activate this driver with CONFIG_SYS_I2C_RCAR
2516 - This driver adds 4 i2c buses
2518 - CONFIG_SYS_RCAR_I2C0_BASE for setting the register channel 0
2519 - CONFIG_SYS_RCAR_I2C0_SPEED for for the speed channel 0
2520 - CONFIG_SYS_RCAR_I2C1_BASE for setting the register channel 1
2521 - CONFIG_SYS_RCAR_I2C1_SPEED for for the speed channel 1
2522 - CONFIG_SYS_RCAR_I2C2_BASE for setting the register channel 2
2523 - CONFIG_SYS_RCAR_I2C2_SPEED for for the speed channel 2
2524 - CONFIG_SYS_RCAR_I2C3_BASE for setting the register channel 3
2525 - CONFIG_SYS_RCAR_I2C3_SPEED for for the speed channel 3
2526 - CONFIF_SYS_RCAR_I2C_NUM_CONTROLLERS for number of i2c buses
2528 - drivers/i2c/sh_i2c.c:
2529 - activate this driver with CONFIG_SYS_I2C_SH
2530 - This driver adds from 2 to 5 i2c buses
2532 - CONFIG_SYS_I2C_SH_BASE0 for setting the register channel 0
2533 - CONFIG_SYS_I2C_SH_SPEED0 for for the speed channel 0
2534 - CONFIG_SYS_I2C_SH_BASE1 for setting the register channel 1
2535 - CONFIG_SYS_I2C_SH_SPEED1 for for the speed channel 1
2536 - CONFIG_SYS_I2C_SH_BASE2 for setting the register channel 2
2537 - CONFIG_SYS_I2C_SH_SPEED2 for for the speed channel 2
2538 - CONFIG_SYS_I2C_SH_BASE3 for setting the register channel 3
2539 - CONFIG_SYS_I2C_SH_SPEED3 for for the speed channel 3
2540 - CONFIG_SYS_I2C_SH_BASE4 for setting the register channel 4
2541 - CONFIG_SYS_I2C_SH_SPEED4 for for the speed channel 4
2542 - CONFIG_SYS_I2C_SH_BASE5 for setting the register channel 5
2543 - CONFIG_SYS_I2C_SH_SPEED5 for for the speed channel 5
2544 - CONFIG_SYS_I2C_SH_NUM_CONTROLLERS for number of i2c buses
2546 - drivers/i2c/omap24xx_i2c.c
2547 - activate this driver with CONFIG_SYS_I2C_OMAP24XX
2548 - CONFIG_SYS_OMAP24_I2C_SPEED speed channel 0
2549 - CONFIG_SYS_OMAP24_I2C_SLAVE slave addr channel 0
2550 - CONFIG_SYS_OMAP24_I2C_SPEED1 speed channel 1
2551 - CONFIG_SYS_OMAP24_I2C_SLAVE1 slave addr channel 1
2552 - CONFIG_SYS_OMAP24_I2C_SPEED2 speed channel 2
2553 - CONFIG_SYS_OMAP24_I2C_SLAVE2 slave addr channel 2
2554 - CONFIG_SYS_OMAP24_I2C_SPEED3 speed channel 3
2555 - CONFIG_SYS_OMAP24_I2C_SLAVE3 slave addr channel 3
2556 - CONFIG_SYS_OMAP24_I2C_SPEED4 speed channel 4
2557 - CONFIG_SYS_OMAP24_I2C_SLAVE4 slave addr channel 4
2559 - drivers/i2c/zynq_i2c.c
2560 - activate this driver with CONFIG_SYS_I2C_ZYNQ
2561 - set CONFIG_SYS_I2C_ZYNQ_SPEED for speed setting
2562 - set CONFIG_SYS_I2C_ZYNQ_SLAVE for slave addr
2564 - drivers/i2c/s3c24x0_i2c.c:
2565 - activate this driver with CONFIG_SYS_I2C_S3C24X0
2566 - This driver adds i2c buses (11 for Exynos5250, Exynos5420
2567 9 i2c buses for Exynos4 and 1 for S3C24X0 SoCs from Samsung)
2568 with a fix speed from 100000 and the slave addr 0!
2570 - drivers/i2c/ihs_i2c.c
2571 - activate this driver with CONFIG_SYS_I2C_IHS
2572 - CONFIG_SYS_I2C_IHS_CH0 activate hardware channel 0
2573 - CONFIG_SYS_I2C_IHS_SPEED_0 speed channel 0
2574 - CONFIG_SYS_I2C_IHS_SLAVE_0 slave addr channel 0
2575 - CONFIG_SYS_I2C_IHS_CH1 activate hardware channel 1
2576 - CONFIG_SYS_I2C_IHS_SPEED_1 speed channel 1
2577 - CONFIG_SYS_I2C_IHS_SLAVE_1 slave addr channel 1
2578 - CONFIG_SYS_I2C_IHS_CH2 activate hardware channel 2
2579 - CONFIG_SYS_I2C_IHS_SPEED_2 speed channel 2
2580 - CONFIG_SYS_I2C_IHS_SLAVE_2 slave addr channel 2
2581 - CONFIG_SYS_I2C_IHS_CH3 activate hardware channel 3
2582 - CONFIG_SYS_I2C_IHS_SPEED_3 speed channel 3
2583 - CONFIG_SYS_I2C_IHS_SLAVE_3 slave addr channel 3
2587 CONFIG_SYS_NUM_I2C_BUSES
2588 Hold the number of i2c buses you want to use. If you
2589 don't use/have i2c muxes on your i2c bus, this
2590 is equal to CONFIG_SYS_NUM_I2C_ADAPTERS, and you can
2593 CONFIG_SYS_I2C_DIRECT_BUS
2594 define this, if you don't use i2c muxes on your hardware.
2595 if CONFIG_SYS_I2C_MAX_HOPS is not defined or == 0 you can
2598 CONFIG_SYS_I2C_MAX_HOPS
2599 define how many muxes are maximal consecutively connected
2600 on one i2c bus. If you not use i2c muxes, omit this
2603 CONFIG_SYS_I2C_BUSES
2604 hold a list of buses you want to use, only used if
2605 CONFIG_SYS_I2C_DIRECT_BUS is not defined, for example
2606 a board with CONFIG_SYS_I2C_MAX_HOPS = 1 and
2607 CONFIG_SYS_NUM_I2C_BUSES = 9:
2609 CONFIG_SYS_I2C_BUSES {{0, {I2C_NULL_HOP}}, \
2610 {0, {{I2C_MUX_PCA9547, 0x70, 1}}}, \
2611 {0, {{I2C_MUX_PCA9547, 0x70, 2}}}, \
2612 {0, {{I2C_MUX_PCA9547, 0x70, 3}}}, \
2613 {0, {{I2C_MUX_PCA9547, 0x70, 4}}}, \
2614 {0, {{I2C_MUX_PCA9547, 0x70, 5}}}, \
2615 {1, {I2C_NULL_HOP}}, \
2616 {1, {{I2C_MUX_PCA9544, 0x72, 1}}}, \
2617 {1, {{I2C_MUX_PCA9544, 0x72, 2}}}, \
2621 bus 0 on adapter 0 without a mux
2622 bus 1 on adapter 0 with a PCA9547 on address 0x70 port 1
2623 bus 2 on adapter 0 with a PCA9547 on address 0x70 port 2
2624 bus 3 on adapter 0 with a PCA9547 on address 0x70 port 3
2625 bus 4 on adapter 0 with a PCA9547 on address 0x70 port 4
2626 bus 5 on adapter 0 with a PCA9547 on address 0x70 port 5
2627 bus 6 on adapter 1 without a mux
2628 bus 7 on adapter 1 with a PCA9544 on address 0x72 port 1
2629 bus 8 on adapter 1 with a PCA9544 on address 0x72 port 2
2631 If you do not have i2c muxes on your board, omit this define.
2633 - Legacy I2C Support: CONFIG_HARD_I2C
2635 NOTE: It is intended to move drivers to CONFIG_SYS_I2C which
2636 provides the following compelling advantages:
2638 - more than one i2c adapter is usable
2639 - approved multibus support
2640 - better i2c mux support
2642 ** Please consider updating your I2C driver now. **
2644 These enable legacy I2C serial bus commands. Defining
2645 CONFIG_HARD_I2C will include the appropriate I2C driver
2646 for the selected CPU.
2648 This will allow you to use i2c commands at the u-boot
2649 command line (as long as you set CONFIG_CMD_I2C in
2650 CONFIG_COMMANDS) and communicate with i2c based realtime
2651 clock chips. See common/cmd_i2c.c for a description of the
2652 command line interface.
2654 CONFIG_HARD_I2C selects a hardware I2C controller.
2656 There are several other quantities that must also be
2657 defined when you define CONFIG_HARD_I2C.
2659 In both cases you will need to define CONFIG_SYS_I2C_SPEED
2660 to be the frequency (in Hz) at which you wish your i2c bus
2661 to run and CONFIG_SYS_I2C_SLAVE to be the address of this node (ie
2662 the CPU's i2c node address).
2664 Now, the u-boot i2c code for the mpc8xx
2665 (arch/powerpc/cpu/mpc8xx/i2c.c) sets the CPU up as a master node
2666 and so its address should therefore be cleared to 0 (See,
2667 eg, MPC823e User's Manual p.16-473). So, set
2668 CONFIG_SYS_I2C_SLAVE to 0.
2670 CONFIG_SYS_I2C_INIT_MPC5XXX
2672 When a board is reset during an i2c bus transfer
2673 chips might think that the current transfer is still
2674 in progress. Reset the slave devices by sending start
2675 commands until the slave device responds.
2677 That's all that's required for CONFIG_HARD_I2C.
2679 If you use the software i2c interface (CONFIG_SYS_I2C_SOFT)
2680 then the following macros need to be defined (examples are
2681 from include/configs/lwmon.h):
2685 (Optional). Any commands necessary to enable the I2C
2686 controller or configure ports.
2688 eg: #define I2C_INIT (immr->im_cpm.cp_pbdir |= PB_SCL)
2692 (Only for MPC8260 CPU). The I/O port to use (the code
2693 assumes both bits are on the same port). Valid values
2694 are 0..3 for ports A..D.
2698 The code necessary to make the I2C data line active
2699 (driven). If the data line is open collector, this
2702 eg: #define I2C_ACTIVE (immr->im_cpm.cp_pbdir |= PB_SDA)
2706 The code necessary to make the I2C data line tri-stated
2707 (inactive). If the data line is open collector, this
2710 eg: #define I2C_TRISTATE (immr->im_cpm.cp_pbdir &= ~PB_SDA)
2714 Code that returns true if the I2C data line is high,
2717 eg: #define I2C_READ ((immr->im_cpm.cp_pbdat & PB_SDA) != 0)
2721 If <bit> is true, sets the I2C data line high. If it
2722 is false, it clears it (low).
2724 eg: #define I2C_SDA(bit) \
2725 if(bit) immr->im_cpm.cp_pbdat |= PB_SDA; \
2726 else immr->im_cpm.cp_pbdat &= ~PB_SDA
2730 If <bit> is true, sets the I2C clock line high. If it
2731 is false, it clears it (low).
2733 eg: #define I2C_SCL(bit) \
2734 if(bit) immr->im_cpm.cp_pbdat |= PB_SCL; \
2735 else immr->im_cpm.cp_pbdat &= ~PB_SCL
2739 This delay is invoked four times per clock cycle so this
2740 controls the rate of data transfer. The data rate thus
2741 is 1 / (I2C_DELAY * 4). Often defined to be something
2744 #define I2C_DELAY udelay(2)
2746 CONFIG_SOFT_I2C_GPIO_SCL / CONFIG_SOFT_I2C_GPIO_SDA
2748 If your arch supports the generic GPIO framework (asm/gpio.h),
2749 then you may alternatively define the two GPIOs that are to be
2750 used as SCL / SDA. Any of the previous I2C_xxx macros will
2751 have GPIO-based defaults assigned to them as appropriate.
2753 You should define these to the GPIO value as given directly to
2754 the generic GPIO functions.
2756 CONFIG_SYS_I2C_INIT_BOARD
2758 When a board is reset during an i2c bus transfer
2759 chips might think that the current transfer is still
2760 in progress. On some boards it is possible to access
2761 the i2c SCLK line directly, either by using the
2762 processor pin as a GPIO or by having a second pin
2763 connected to the bus. If this option is defined a
2764 custom i2c_init_board() routine in boards/xxx/board.c
2765 is run early in the boot sequence.
2767 CONFIG_SYS_I2C_BOARD_LATE_INIT
2769 An alternative to CONFIG_SYS_I2C_INIT_BOARD. If this option is
2770 defined a custom i2c_board_late_init() routine in
2771 boards/xxx/board.c is run AFTER the operations in i2c_init()
2772 is completed. This callpoint can be used to unreset i2c bus
2773 using CPU i2c controller register accesses for CPUs whose i2c
2774 controller provide such a method. It is called at the end of
2775 i2c_init() to allow i2c_init operations to setup the i2c bus
2776 controller on the CPU (e.g. setting bus speed & slave address).
2778 CONFIG_I2CFAST (PPC405GP|PPC405EP only)
2780 This option enables configuration of bi_iic_fast[] flags
2781 in u-boot bd_info structure based on u-boot environment
2782 variable "i2cfast". (see also i2cfast)
2784 CONFIG_I2C_MULTI_BUS
2786 This option allows the use of multiple I2C buses, each of which
2787 must have a controller. At any point in time, only one bus is
2788 active. To switch to a different bus, use the 'i2c dev' command.
2789 Note that bus numbering is zero-based.
2791 CONFIG_SYS_I2C_NOPROBES
2793 This option specifies a list of I2C devices that will be skipped
2794 when the 'i2c probe' command is issued. If CONFIG_I2C_MULTI_BUS
2795 is set, specify a list of bus-device pairs. Otherwise, specify
2796 a 1D array of device addresses
2799 #undef CONFIG_I2C_MULTI_BUS
2800 #define CONFIG_SYS_I2C_NOPROBES {0x50,0x68}
2802 will skip addresses 0x50 and 0x68 on a board with one I2C bus
2804 #define CONFIG_I2C_MULTI_BUS
2805 #define CONFIG_SYS_I2C_MULTI_NOPROBES {{0,0x50},{0,0x68},{1,0x54}}
2807 will skip addresses 0x50 and 0x68 on bus 0 and address 0x54 on bus 1
2809 CONFIG_SYS_SPD_BUS_NUM
2811 If defined, then this indicates the I2C bus number for DDR SPD.
2812 If not defined, then U-Boot assumes that SPD is on I2C bus 0.
2814 CONFIG_SYS_RTC_BUS_NUM
2816 If defined, then this indicates the I2C bus number for the RTC.
2817 If not defined, then U-Boot assumes that RTC is on I2C bus 0.
2819 CONFIG_SYS_DTT_BUS_NUM
2821 If defined, then this indicates the I2C bus number for the DTT.
2822 If not defined, then U-Boot assumes that DTT is on I2C bus 0.
2824 CONFIG_SYS_I2C_DTT_ADDR:
2826 If defined, specifies the I2C address of the DTT device.
2827 If not defined, then U-Boot uses predefined value for
2828 specified DTT device.
2830 CONFIG_SOFT_I2C_READ_REPEATED_START
2832 defining this will force the i2c_read() function in
2833 the soft_i2c driver to perform an I2C repeated start
2834 between writing the address pointer and reading the
2835 data. If this define is omitted the default behaviour
2836 of doing a stop-start sequence will be used. Most I2C
2837 devices can use either method, but some require one or
2840 - SPI Support: CONFIG_SPI
2842 Enables SPI driver (so far only tested with
2843 SPI EEPROM, also an instance works with Crystal A/D and
2844 D/As on the SACSng board)
2848 Enables the driver for SPI controller on SuperH. Currently
2849 only SH7757 is supported.
2853 Enables extended (16-bit) SPI EEPROM addressing.
2854 (symmetrical to CONFIG_I2C_X)
2858 Enables a software (bit-bang) SPI driver rather than
2859 using hardware support. This is a general purpose
2860 driver that only requires three general I/O port pins
2861 (two outputs, one input) to function. If this is
2862 defined, the board configuration must define several
2863 SPI configuration items (port pins to use, etc). For
2864 an example, see include/configs/sacsng.h.
2868 Enables a hardware SPI driver for general-purpose reads
2869 and writes. As with CONFIG_SOFT_SPI, the board configuration
2870 must define a list of chip-select function pointers.
2871 Currently supported on some MPC8xxx processors. For an
2872 example, see include/configs/mpc8349emds.h.
2876 Enables the driver for the SPI controllers on i.MX and MXC
2877 SoCs. Currently i.MX31/35/51 are supported.
2879 CONFIG_SYS_SPI_MXC_WAIT
2880 Timeout for waiting until spi transfer completed.
2881 default: (CONFIG_SYS_HZ/100) /* 10 ms */
2883 - FPGA Support: CONFIG_FPGA
2885 Enables FPGA subsystem.
2887 CONFIG_FPGA_<vendor>
2889 Enables support for specific chip vendors.
2892 CONFIG_FPGA_<family>
2894 Enables support for FPGA family.
2895 (SPARTAN2, SPARTAN3, VIRTEX2, CYCLONE2, ACEX1K, ACEX)
2899 Specify the number of FPGA devices to support.
2901 CONFIG_CMD_FPGA_LOADMK
2903 Enable support for fpga loadmk command
2905 CONFIG_CMD_FPGA_LOADP
2907 Enable support for fpga loadp command - load partial bitstream
2909 CONFIG_CMD_FPGA_LOADBP
2911 Enable support for fpga loadbp command - load partial bitstream
2914 CONFIG_SYS_FPGA_PROG_FEEDBACK
2916 Enable printing of hash marks during FPGA configuration.
2918 CONFIG_SYS_FPGA_CHECK_BUSY
2920 Enable checks on FPGA configuration interface busy
2921 status by the configuration function. This option
2922 will require a board or device specific function to
2927 If defined, a function that provides delays in the FPGA
2928 configuration driver.
2930 CONFIG_SYS_FPGA_CHECK_CTRLC
2931 Allow Control-C to interrupt FPGA configuration
2933 CONFIG_SYS_FPGA_CHECK_ERROR
2935 Check for configuration errors during FPGA bitfile
2936 loading. For example, abort during Virtex II
2937 configuration if the INIT_B line goes low (which
2938 indicated a CRC error).
2940 CONFIG_SYS_FPGA_WAIT_INIT
2942 Maximum time to wait for the INIT_B line to de-assert
2943 after PROB_B has been de-asserted during a Virtex II
2944 FPGA configuration sequence. The default time is 500
2947 CONFIG_SYS_FPGA_WAIT_BUSY
2949 Maximum time to wait for BUSY to de-assert during
2950 Virtex II FPGA configuration. The default is 5 ms.
2952 CONFIG_SYS_FPGA_WAIT_CONFIG
2954 Time to wait after FPGA configuration. The default is
2957 - Configuration Management:
2960 Some SoCs need special image types (e.g. U-Boot binary
2961 with a special header) as build targets. By defining
2962 CONFIG_BUILD_TARGET in the SoC / board header, this
2963 special image will be automatically built upon calling
2968 If defined, this string will be added to the U-Boot
2969 version information (U_BOOT_VERSION)
2971 - Vendor Parameter Protection:
2973 U-Boot considers the values of the environment
2974 variables "serial#" (Board Serial Number) and
2975 "ethaddr" (Ethernet Address) to be parameters that
2976 are set once by the board vendor / manufacturer, and
2977 protects these variables from casual modification by
2978 the user. Once set, these variables are read-only,
2979 and write or delete attempts are rejected. You can
2980 change this behaviour:
2982 If CONFIG_ENV_OVERWRITE is #defined in your config
2983 file, the write protection for vendor parameters is
2984 completely disabled. Anybody can change or delete
2987 Alternatively, if you define _both_ an ethaddr in the
2988 default env _and_ CONFIG_OVERWRITE_ETHADDR_ONCE, a default
2989 Ethernet address is installed in the environment,
2990 which can be changed exactly ONCE by the user. [The
2991 serial# is unaffected by this, i. e. it remains
2994 The same can be accomplished in a more flexible way
2995 for any variable by configuring the type of access
2996 to allow for those variables in the ".flags" variable
2997 or define CONFIG_ENV_FLAGS_LIST_STATIC.
3002 Define this variable to enable the reservation of
3003 "protected RAM", i. e. RAM which is not overwritten
3004 by U-Boot. Define CONFIG_PRAM to hold the number of
3005 kB you want to reserve for pRAM. You can overwrite
3006 this default value by defining an environment
3007 variable "pram" to the number of kB you want to
3008 reserve. Note that the board info structure will
3009 still show the full amount of RAM. If pRAM is
3010 reserved, a new environment variable "mem" will
3011 automatically be defined to hold the amount of
3012 remaining RAM in a form that can be passed as boot
3013 argument to Linux, for instance like that:
3015 setenv bootargs ... mem=\${mem}
3018 This way you can tell Linux not to use this memory,
3019 either, which results in a memory region that will
3020 not be affected by reboots.
3022 *WARNING* If your board configuration uses automatic
3023 detection of the RAM size, you must make sure that
3024 this memory test is non-destructive. So far, the
3025 following board configurations are known to be
3028 IVMS8, IVML24, SPD8xx, TQM8xxL,
3029 HERMES, IP860, RPXlite, LWMON,
3032 - Access to physical memory region (> 4GB)
3033 Some basic support is provided for operations on memory not
3034 normally accessible to U-Boot - e.g. some architectures
3035 support access to more than 4GB of memory on 32-bit
3036 machines using physical address extension or similar.
3037 Define CONFIG_PHYSMEM to access this basic support, which
3038 currently only supports clearing the memory.
3043 Define this variable to stop the system in case of a
3044 fatal error, so that you have to reset it manually.
3045 This is probably NOT a good idea for an embedded
3046 system where you want the system to reboot
3047 automatically as fast as possible, but it may be
3048 useful during development since you can try to debug
3049 the conditions that lead to the situation.
3051 CONFIG_NET_RETRY_COUNT
3053 This variable defines the number of retries for
3054 network operations like ARP, RARP, TFTP, or BOOTP
3055 before giving up the operation. If not defined, a
3056 default value of 5 is used.
3060 Timeout waiting for an ARP reply in milliseconds.
3064 Timeout in milliseconds used in NFS protocol.
3065 If you encounter "ERROR: Cannot umount" in nfs command,
3066 try longer timeout such as
3067 #define CONFIG_NFS_TIMEOUT 10000UL
3069 - Command Interpreter:
3070 CONFIG_AUTO_COMPLETE
3072 Enable auto completion of commands using TAB.
3074 CONFIG_SYS_PROMPT_HUSH_PS2
3076 This defines the secondary prompt string, which is
3077 printed when the command interpreter needs more input
3078 to complete a command. Usually "> ".
3082 In the current implementation, the local variables
3083 space and global environment variables space are
3084 separated. Local variables are those you define by
3085 simply typing `name=value'. To access a local
3086 variable later on, you have write `$name' or
3087 `${name}'; to execute the contents of a variable
3088 directly type `$name' at the command prompt.
3090 Global environment variables are those you use
3091 setenv/printenv to work with. To run a command stored
3092 in such a variable, you need to use the run command,
3093 and you must not use the '$' sign to access them.
3095 To store commands and special characters in a
3096 variable, please use double quotation marks
3097 surrounding the whole text of the variable, instead
3098 of the backslashes before semicolons and special
3101 - Command Line Editing and History:
3102 CONFIG_CMDLINE_EDITING
3104 Enable editing and History functions for interactive
3105 command line input operations
3107 - Default Environment:
3108 CONFIG_EXTRA_ENV_SETTINGS
3110 Define this to contain any number of null terminated
3111 strings (variable = value pairs) that will be part of
3112 the default environment compiled into the boot image.
3114 For example, place something like this in your
3115 board's config file:
3117 #define CONFIG_EXTRA_ENV_SETTINGS \
3121 Warning: This method is based on knowledge about the
3122 internal format how the environment is stored by the
3123 U-Boot code. This is NOT an official, exported
3124 interface! Although it is unlikely that this format
3125 will change soon, there is no guarantee either.
3126 You better know what you are doing here.
3128 Note: overly (ab)use of the default environment is
3129 discouraged. Make sure to check other ways to preset
3130 the environment like the "source" command or the
3133 CONFIG_ENV_VARS_UBOOT_CONFIG
3135 Define this in order to add variables describing the
3136 U-Boot build configuration to the default environment.
3137 These will be named arch, cpu, board, vendor, and soc.
3139 Enabling this option will cause the following to be defined:
3147 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG
3149 Define this in order to add variables describing certain
3150 run-time determined information about the hardware to the
3151 environment. These will be named board_name, board_rev.
3153 CONFIG_DELAY_ENVIRONMENT
3155 Normally the environment is loaded when the board is
3156 initialised so that it is available to U-Boot. This inhibits
3157 that so that the environment is not available until
3158 explicitly loaded later by U-Boot code. With CONFIG_OF_CONTROL
3159 this is instead controlled by the value of
3160 /config/load-environment.
3162 - Parallel Flash support:
3165 Traditionally U-boot was run on systems with parallel NOR
3166 flash. This option is used to disable support for parallel NOR
3167 flash. This option should be defined if the board does not have
3170 If this option is not defined one of the generic flash drivers
3171 (e.g. CONFIG_FLASH_CFI_DRIVER or CONFIG_ST_SMI) must be
3172 selected or the board must provide an implementation of the
3173 flash API (see include/flash.h).
3175 - DataFlash Support:
3176 CONFIG_HAS_DATAFLASH
3178 Defining this option enables DataFlash features and
3179 allows to read/write in Dataflash via the standard
3182 - Serial Flash support
3185 Defining this option enables SPI flash commands
3186 'sf probe/read/write/erase/update'.
3188 Usage requires an initial 'probe' to define the serial
3189 flash parameters, followed by read/write/erase/update
3192 The following defaults may be provided by the platform
3193 to handle the common case when only a single serial
3194 flash is present on the system.
3196 CONFIG_SF_DEFAULT_BUS Bus identifier
3197 CONFIG_SF_DEFAULT_CS Chip-select
3198 CONFIG_SF_DEFAULT_MODE (see include/spi.h)
3199 CONFIG_SF_DEFAULT_SPEED in Hz
3203 Define this option to include a destructive SPI flash
3206 CONFIG_SF_DUAL_FLASH Dual flash memories