Commit a9046b9e1aeeedc66ddf1d00474ad0ce8c6aa6e4

Authored by Wolfgang Denk
1 parent f986325dd5

Prepare v2010-rc2

Signed-off-by: Wolfgang Denk <wd@denx.de>

Showing 3 changed files with 288 additions and 5 deletions Side-by-side Diff

  1 +commit f986325dd569faeaec4186f678d113505c5c4828
  2 +Author: Ron Madrid <ron_madrid@sbcglobal.net>
  3 +Date: Tue Jun 1 17:00:49 2010 -0700
  4 +
  5 + Update SICRL_USBDR to reflect 4 different settings
  6 +
  7 + This patch changed the SICRL_USBDR define to reflect the 4 different bit
  8 + settings for this two-bit field. The four different options are '00', '01',
  9 + '10', and '11'. This patch also corrects the config file for SIMPC8313 and
  10 + MPC8313ERDB for the appropriate fields. This change only affects the MPC8313
  11 + cpu.
  12 +
  13 + Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
  14 + Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
  15 +
  16 +commit 3057c6be5efda781a72ca04432e0a4ed6e670030
  17 +Author: Kim Phillips <kim.phillips@freescale.com>
  18 +Date: Fri Apr 23 12:20:11 2010 -0500
  19 +
  20 + fdt_support: add entry for sec3.1 and fix sec3.3
  21 +
  22 + Add sec3.1 h/w geometry for fdt node fixups.
  23 +
  24 + Also, technically, whilst SEC v3.3 h/w honours the tls_ssl_stream descriptor
  25 + type, it lacks the ARC4 algorithm execution unit required to be able
  26 + to execute anything meaningful with it. Change the node to agree with
  27 + the documentation that declares that the sec3.3 really doesn't have such
  28 + a descriptor type.
  29 +
  30 + Reported-by: Haiying Wang <Haiying.Wang@freescale.com>
  31 + Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
  32 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  33 +
  34 +commit 5f4d36825a028e300b7d56a566d2cf84418b7a68
  35 +Author: Timur Tabi <timur@freescale.com>
  36 +Date: Thu May 20 11:16:16 2010 -0500
  37 +
  38 + fsl: rename 'dma' to 'brdcfg1' in the ngPIXIS structure
  39 +
  40 + The ngPIXIS is a board-specific FPGA, but the definition of the registers
  41 + is mostly consistent. On boards where it matter, register 9 is called
  42 + 'brdcfg1' instead of 'dma', so rename the variable in the ngpixis_t
  43 + definition.
  44 +
  45 + Signed-off-by: Timur Tabi <timur@freescale.com>
  46 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  47 +
  48 +commit 6e37a044076896ba88b0d6316fadd492032c5193
  49 +Author: Timur Tabi <timur@freescale.com>
  50 +Date: Thu May 20 12:45:39 2010 -0500
  51 +
  52 + fsl/85xx: add clkdvdr and pmuxcr2 to global utilities structure definition
  53 +
  54 + Add the 'clkdvdr' and 'pmuxcr2' registers to the 85xx definition of
  55 + struct ccsr_gur.
  56 +
  57 + Signed-off-by: Timur Tabi <timur@freescale.com>
  58 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  59 +
  60 +commit 39c209546ab5b11ca6410c5cc57dcbf457e50800
  61 +Author: Tom <Tom@bumblecow.com>
  62 +Date: Fri May 28 13:23:16 2010 -0500
  63 +
  64 + ARM Update mach-types
  65 +
  66 + Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
  67 + And built with
  68 +
  69 + repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
  70 + commit 3defb2476166445982a90c12d33f8947e75476c4
  71 +
  72 + Signed-off-by: Tom <Tom@bumblecow.com>
  73 +
  74 +commit 551bd947bd6f982fa38dde840576eba52346160c
  75 +Author: Tom <Tom@bumblecow.com>
  76 +Date: Sun May 9 16:58:11 2010 -0500
  77 +
  78 + ARM Update mach-types
  79 +
  80 + Fetched from http://www.arm.linux.org.uk/developer/machines/download.php
  81 + And built with
  82 +
  83 + repo http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
  84 + commit 257dab81413b31b8648becfe11586b3a41e5c29a
  85 +
  86 + Signed-off-by: Tom <Tom@bumblecow.com>
  87 +
  88 +commit 1117cbf2adac59050af1751af6c6a524afa5c3ef
  89 +Author: Thomas Chou <thomas@wytron.com.tw>
  90 +Date: Fri May 28 10:56:50 2010 +0800
  91 +
  92 + nios: remove nios-32 arch
  93 +
  94 + The nios-32 arch is obsolete and broken. So it is removed.
  95 +
  96 + Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
  97 +
  98 +commit 6803336c9f21ba428f5c1b1cf825bbbac0a762e5
  99 +Author: Thomas Chou <thomas@wytron.com.tw>
  100 +Date: Fri May 21 11:08:02 2010 +0800
  101 +
  102 + nios2: allow STANDALONE_LOAD_ADDR overriding
  103 +
  104 + This patch allows users to override default STANDALONE_LOAD_ADDR.
  105 + The gcclibdir path was duplicated in the standalone Makefile and
  106 + can be removed.
  107 +
  108 + Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
  109 + Signed-off-by: Scott McNutt <smcnutt@psyent.com>
  110 +
  111 +commit 8d52ea6db484c689a75ef8a36a4e525753b8f078
  112 +Author: Thomas Chou <thomas@wytron.com.tw>
  113 +Date: Sat May 15 06:00:05 2010 +0800
  114 +
  115 + nios2: fix div64 issue for gcc4
  116 +
  117 + This patch fixes the run-time error on div64 when built with
  118 + gcc4, which was reported by jhwu0625 on nios forum. It merges
  119 + math support from libgcc of gcc4. This patch is copied from
  120 + nios2-linux.
  121 +
  122 + It works with both gcc3 and gcc4. The old mult.c, divmod.c and
  123 + math.h are removed.
  124 +
  125 + Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
  126 + Signed-off-by: Scott McNutt <smcnutt@psyent.com>
  127 +
  128 +commit 0df01fd3d71481b5cc7aeea6a741b9fc3be15178
  129 +Author: Thomas Chou <thomas@wytron.com.tw>
  130 +Date: Fri May 21 11:08:03 2010 +0800
  131 +
  132 + nios2: fix r15 issue for gcc4
  133 +
  134 + The "-ffixed-r15" option doesn't work well for gcc4. Since we
  135 + don't use gp for small data with option "-G0", we can use gp
  136 + as global data pointer. This allows compiler to use r15. It
  137 + is necessary for gcc4 to work properly.
  138 +
  139 + Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
  140 + Signed-off-by: Scott McNutt <smcnutt@psyent.com>
  141 +
  142 +commit 661ba14051db6766932fcb50ba1ec7c67f230054
  143 +Author: Thomas Chou <thomas@wytron.com.tw>
  144 +Date: Fri Apr 30 11:34:16 2010 +0800
  145 +
  146 + spi: add altera spi controller support
  147 +
  148 + This patch adds the driver of altera spi controller, which is
  149 + used as epcs/spi flash controller. It also works with mmc_spi
  150 + driver.
  151 +
  152 + This driver support more than one spi bus, with base list declared
  153 + #define CONFIG_SYS_ALTERA_SPI_LIST { BASE_0,BASE_1,... }
  154 +
  155 + Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
  156 + Tested-by: Ian Abbott <abbotti@mev.co.uk>
  157 + Signed-off-by: Scott McNutt <smcnutt@psyent.com>
  158 +
  159 +commit 1e8e9bad2db38e93c3bc9f4b6238b3d8be99e469
  160 +Author: Thomas Chou <thomas@wytron.com.tw>
  161 +Date: Fri Apr 30 11:34:15 2010 +0800
  162 +
  163 + nios2: add gpio support to nios2-generic board
  164 +
  165 + This patch adds gpio support of Altera PIO component to the
  166 + nios2-generic board. Though it drives only gpio_led at the
  167 + moment, it supports bidirectional port to control bit-banging
  168 + I2C, NAND flash busy status or button switches, etc.
  169 +
  170 + Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
  171 + Tested-by: Ian Abbott <abbotti@mev.co.uk>
  172 + Signed-off-by: Scott McNutt <smcnutt@psyent.com>
  173 +
  174 +commit 3e6b86b5552840bb4147871a753840eb3923374c
  175 +Author: Thomas Chou <thomas@wytron.com.tw>
  176 +Date: Fri Apr 30 11:34:14 2010 +0800
  177 +
  178 + misc: add gpio based status led driver
  179 +
  180 + This patch adds a status led driver followed the GPIO access
  181 + conventions of Linux. The led mask is used to specify the gpio pin.
  182 +
  183 + Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
  184 + Tested-by: Ian Abbott <abbotti@mev.co.uk>
  185 + Signed-off-by: Scott McNutt <smcnutt@psyent.com>
  186 +
  187 +commit cedd341d551b6b705e97ab1953a87575b9ff9ef9
  188 +Author: Thomas Chou <thomas@wytron.com.tw>
  189 +Date: Fri Apr 30 11:34:13 2010 +0800
  190 +
  191 + nios2: add gpio support
  192 +
  193 + This patch adds driver for a trivial gpio core, which is described
  194 + in http://nioswiki.com/GPIO. It is used for gpio led and nand flash
  195 + interface in u-boot.
  196 +
  197 + When CONFIG_SYS_GPIO_BASE is not defined, board may provide
  198 + its own driver.
  199 +
  200 + Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
  201 + Tested-by: Ian Abbott <abbotti@mev.co.uk>
  202 + Signed-off-by: Scott McNutt <smcnutt@psyent.com>
  203 +
  204 +commit adf55679af1ed98c15a136eb81d6204ebe740b30
  205 +Author: Wolfgang Wegner <w.wegner@astro-kom.de>
  206 +Date: Tue Mar 30 19:19:51 2010 +0100
  207 +
  208 + add CONFIG_SYS_FEC_FULL_MII for MCF5445x
  209 +
  210 + This patch adds support for full MII interface on MCF5445x (in contrast
  211 + to RMII as used on the evaluation boards).
  212 +
  213 + Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
  214 +
  215 +commit ae49099755affc942171a7727c1b12c51d167abf
  216 +Author: Wolfgang Wegner <w.wegner@astro-kom.de>
  217 +Date: Tue Mar 30 19:19:50 2010 +0100
  218 +
  219 + add CONFIG_SYS_FEC_NO_SHARED_PHY for MCF5445x
  220 +
  221 + This patch adds the possibility to handle seperate PHYs to MCF5445x.
  222 + Naming is chosen to resemble the contrary CONFIG_FEC_SHARED_PHY in the
  223 + linux kernel.
  224 +
  225 + Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
  226 +
  227 +commit e9b43cae1a20af13d1baeb13038b3f34905c14b5
  228 +Author: Wolfgang Wegner <w.wegner@astro-kom.de>
  229 +Date: Tue Mar 30 19:20:31 2010 +0100
  230 +
  231 + add missing PCS3 for MCF5445x
  232 +
  233 + This patch adds the code for handling PCS3 (DSPI chip select 3) in
  234 + cpu_init.c and m5445x.h
  235 +
  236 + Signed-off-by: Wolfgang Wegner <w.wegner at astro-kom.de>
  237 +
  238 +commit d0fe1128c4451327b9cb0fac1a76efd194b078b5
  239 +Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
  240 +Date: Wed May 26 21:26:43 2010 +0400
  241 +
  242 + USB: fix create_pipe()
  243 +
  244 + create_pipe() can give wrong result if an expression is passed as the 'endpoint'
  245 + argument -- due to missing parentheses.
  246 +
  247 + Thanks to Martin Mueller for finding the bug and providing the patch.
  248 +
  249 + Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
  250 +
  251 +commit c941b77adc40f344215e367b3d1fc638addff870
  252 +Author: Andrew Caldwell <Andrew.Caldwell@analog.com>
  253 +Date: Fri May 7 15:10:07 2010 -0400
  254 +
  255 + Blackfin: nand: drain the write buffer before returning
  256 +
  257 + The current Blackfin nand write function fills up the write buffer but
  258 + returns before it has had a chance to drain. On faster systems, this
  259 + isn't a problem as the operation finishes before the ECC registers are
  260 + read, but on slower systems the ECC may be incomplete when the core tries
  261 + to read it.
  262 +
  263 + So wait for the buffer to drain once we're done writing to it.
  264 +
  265 + Signed-off-by: Andrew Caldwell <Andrew.Caldwell@analog.com>
  266 + Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  267 +
  268 +commit 01f03bda5b22e5aeae5f02fd537da97a41485c73
  269 +Author: Wolfgang Denk <wd@denx.de>
  270 +Date: Wed May 26 23:57:08 2010 +0200
  271 +
  272 + Prepare v2010.06-rc1
  273 +
  274 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  275 +
  276 +commit c4976807cbbabd281f45466ac5e47e5639bcc9cb
  277 +Author: Wolfgang Denk <wd@denx.de>
  278 +Date: Wed May 26 23:51:22 2010 +0200
  279 +
  280 + Coding style cleanup, update CHANGELOG.
  281 +
  282 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  283 +
1 284 commit c7da8c19b5f7fd58b5b4b1d247648851af56e1f0
2 285 Author: Andreas Biessmann <andreas.devel@googlemail.com>
3 286 Date: Sat May 22 13:17:21 2010 +0200
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 2010
25 25 PATCHLEVEL = 06
26 26 SUBLEVEL =
27   -EXTRAVERSION = -rc1
  27 +EXTRAVERSION = -rc2
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else
... ... @@ -143,9 +143,9 @@
143 143 /cpu CPU specific files
144 144 /arm720t Files specific to ARM 720 CPUs
145 145 /arm920t Files specific to ARM 920 CPUs
146   - /at91rm9200 Files specific to Atmel AT91RM9200 CPU
147   - /imx Files specific to Freescale MC9328 i.MX CPUs
148   - /s3c24x0 Files specific to Samsung S3C24X0 CPUs
  146 + /at91rm9200 Files specific to Atmel AT91RM9200 CPU
  147 + /imx Files specific to Freescale MC9328 i.MX CPUs
  148 + /s3c24x0 Files specific to Samsung S3C24X0 CPUs
149 149 /arm925t Files specific to ARM 925 CPUs
150 150 /arm926ejs Files specific to ARM 926 CPUs
151 151 /arm1136 Files specific to ARM 1136 CPUs
... ... @@ -2504,7 +2504,7 @@
2504 2504 I2C muxes, you can define here, how to reach this
2505 2505 EEPROM. For example:
2506 2506  
2507   - #define CONFIG_I2C_ENV_EEPROM_BUS "pca9547:70:d "pca9547:70:d\0""
  2507 + #define CONFIG_I2C_ENV_EEPROM_BUS "pca9547:70:d "pca9547:70:d\0""
2508 2508  
2509 2509 EEPROM which holds the environment, is reached over
2510 2510 a pca9547 i2c mux with address 0x70, channel 3.