Blame view

doc/README.davinci 1.98 KB
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
1
2
  Summary
  =======
655d216af   Bartosz Golaszewski   README: davinci: ...
3
4
  Note: this document used to be about the entire family of DaVinci SOCs but the
  support for the DM* family and DA830 has since been dropped.
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
5

655d216af   Bartosz Golaszewski   README: davinci: ...
6
7
  This README is about U-Boot support for TI's DA850 SoC. This SOC has an OMAP
  part number but is very similar to the DaVinci series.
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
8

655d216af   Bartosz Golaszewski   README: davinci: ...
9
  Currently the following boards are supported:
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
10

718f74642   Sekhar Nori   DA850 EVM: add in...
11
  * TI DA850 EVM
655d216af   Bartosz Golaszewski   README: davinci: ...
12
  * TI OMAP-L138 LCDK
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
13

655d216af   Bartosz Golaszewski   README: davinci: ...
14
  * Lego EV3
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
15
16
17
  
  Build
  =====
718f74642   Sekhar Nori   DA850 EVM: add in...
18
19
20
21
  * TI DA850 EVM:
  
  make da850evm_config
  make
655d216af   Bartosz Golaszewski   README: davinci: ...
22
  * TI OMAP-L138 LCDK
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
23

655d216af   Bartosz Golaszewski   README: davinci: ...
24
  make omapl138_lcdk_defconfig
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
25
  make
655d216af   Bartosz Golaszewski   README: davinci: ...
26
  * Lego EV3
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
27

655d216af   Bartosz Golaszewski   README: davinci: ...
28
  make legoev3_defconfig
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
29
30
31
32
  make
  
  Bootloaders
  ===============
655d216af   Bartosz Golaszewski   README: davinci: ...
33
34
35
36
37
38
  For DA850 an SPL (secondary program loader, see doc/README.SPL) is provided
  to load U-Boot directly from SPI flash. The SPL takes care of the low level
  initialization.
  
  The SPL is built as u-boot.ais for all DA850 defconfigs. The resulting
  image file can be programmed to the SPI flash of the DA850 EVM/LCDK.
3d2c8e6c7   Christian Riesch   arm, da850evm: Ad...
39

4f6fc15b4   Sekhar Nori   DA850 EVM: passin...
40
41
42
43
44
45
46
47
48
49
50
51
52
  Environment Variables
  =====================
  
  The DA850 EVM allows the user to specify the maximum cpu clock allowed by the
  silicon, in Hz, via an environment variable "maxcpuclk".
  
  The maximum clock rate allowed depends on the silicon populated on the EVM.
  Please make sure you understand the restrictions placed on this clock in the
  device specific datasheet before setting up this variable. This information is
  passed to the Linux kernel using the ATAG_REVISION atag.
  
  If "maxcpuclk" is not defined, the configuration CONFIG_DA850_EVM_MAX_CPU_CLK
  is used to obtain this information.
6406d6dae   Sandeep Paulraj   TI DaVinci: Addin...
53
54
  Links
  =====
655d216af   Bartosz Golaszewski   README: davinci: ...
55
  1) TI DA850 EVM
718f74642   Sekhar Nori   DA850 EVM: add in...
56
57
  http://focus.ti.com/docs/prod/folders/print/omap-l138.html
  http://www.logicpd.com/products/development-kits/zoom-omap-l138-evm-development-kit
337c43338   Heiko Schocher   arm, davinci: add...
58

655d216af   Bartosz Golaszewski   README: davinci: ...
59
60
61
  2) TI OMAP-L138 LCDK
  http://focus.ti.com/docs/prod/folders/print/omap-l138.html
  http://www.ti.com/tool/TMDXLCDK138
337c43338   Heiko Schocher   arm, davinci: add...
62
63
64
65
66
67
68
69
  Davinci special defines
  =======================
  
  CONFIG_SYS_DV_NOR_BOOT_CFG:	AM18xx based boards, booting in NOR Boot mode
  				need a "NOR Boot Configuration Word" stored
  				in the NOR Flash. This define adds this.
  				More Info about this, see:
  				spraba5a.pdf chapter 3.1