Commit 10a147bc665367111920be657409a5d56d3c0590

Authored by Jagannadha Sutradharudu Teki
Committed by Albert ARIBAUD
1 parent c91d0c74cf

doc: Update the zynq u-boot status

Updated doc/README.zynq to current status

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>

Showing 1 changed file with 21 additions and 8 deletions Side-by-side Diff

... ... @@ -28,8 +28,20 @@
28 28 - zc770-xm012 (nor)
29 29 - zc770-xm013 (dual parallel qspi, gem1)
30 30  
31   -3. Bootmode
  31 +3. Building
32 32  
  33 + # Configure for zc70x board
  34 + $ make zynq_zc70x_config
  35 + Configuring for zynq_zc70x board...
  36 +
  37 + # Building default dts for zc702 board
  38 + $ make
  39 +
  40 + # Building specified dts for zc706 board
  41 + $ make DEVICE_TREE=zynq-zc706
  42 +
  43 +4. Bootmode
  44 +
33 45 Zynq has a facility to read the bootmode from the slcr bootmode register
34 46 once user is setting through jumpers on the board - see page no:1546 on [5]
35 47  
36 48  
... ... @@ -48,11 +60,11 @@
48 60 "modeboot" variable can assign any of "norboot", "sdboot" or "jtagboot"
49 61 bootmode strings at runtime.
50 62  
51   -4. Mainline status
  63 +5. Mainline status
52 64  
53 65 - Added basic board configurations support.
54 66 - Added zynq u-boot bsp code - arch/arm/cpu/armv7/zynq
55   -- Added zynq boards named - zynq, zynq_dcc
  67 +- Added zynq boards named - zc70x, zed, microzed, zc770_xm010, zc770_xm012, zc770_xm013
56 68 - Added zynq drivers:
57 69 serial - drivers/serial/serial_zynq.c
58 70 net - drivers/net/zynq_gem.c
59 71  
60 72  
61 73  
... ... @@ -60,15 +72,16 @@
60 72 mmc - drivers/mmc/zynq_sdhci.c
61 73 spi- drivers/spi/zynq_spi.c
62 74 i2c - drivers/i2c/zynq_i2c.c
  75 +- Done proper cleanups on board configurations
  76 +- Added basic FDT support for zynq boards
  77 +- d-cache support for zynq_gem.c
63 78  
64   -5. TODO
  79 +6. TODO
65 80  
66   -- Add zynq boards support - zc70x, zed, microzed, zc770
  81 +- Add zynq boards support - zc770_xm011
67 82 - Add zynq qspi controller driver
68 83 - Add zynq nand controller driver
69   -- d-cache support for zynq_gem.c
70   -- FDT support for zynq boards
71   -- Need proper cleanups on board configurations
  84 +- Add FDT support on individual drivers
72 85  
73 86 [1] http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm
74 87 [2] http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm