Commit e60beb13cf0135dc71c541021487b5ccc4d269cb

Authored by Wolfgang Denk
1 parent 9e78dae2b2

Prepare 2009.03

Update CHANGELOG

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

Showing 2 changed files with 340 additions and 1 deletions Side-by-side Diff

  1 +commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
  2 +Author: Vivek Kutal <vivek.kutal@azingo.com>
  3 +Date: Mon Feb 23 21:35:11 2009 +0530
  4 +
  5 + Replaced endpoint numbers with appropriate macros in usbtty.c.
  6 +
  7 + Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
  8 + Signed-off-by: Remy Bohmer <linux@bohmer.net>
  9 +
  10 +commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
  11 +Author: Jon Smirl <jonsmirl@gmail.com>
  12 +Date: Thu Mar 19 23:04:18 2009 -0400
  13 +
  14 + .gitignore for generated files in api_examples directory
  15 +
  16 + Add .gitignore for generated files in api_examples directory
  17 +
  18 + Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
  19 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  20 +
  21 +commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
  22 +Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  23 +Date: Wed Mar 18 12:27:04 2009 +0900
  24 +
  25 + net: sh_eth: Remove sh_eth_reset() from halt function
  26 +
  27 + sh_eth_reset is function to reset Ether IP.
  28 + The MAC address is stored in IP, but it is initialized by this function.
  29 + OS (e.g. Linux Kernel) can not use this device when initialized.
  30 + This revises this problem.
  31 +
  32 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  33 +
  34 +commit f8853d105da7d69bc92a5b4578f9b85234e558ec
  35 +Author: Anatolij Gustschin <agust@denx.de>
  36 +Date: Fri Mar 20 12:45:50 2009 +0100
  37 +
  38 + ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
  39 +
  40 + PCI outbound address map configuration doesn't match the
  41 + PCI memory address range covered by appropriate TLB entry
  42 + configuration for canyonlands causing machine check
  43 + exceptions while accessing PCI memory regions. This patch
  44 + provides a fix for this issue.
  45 +
  46 + Kazuaki Ichinohe observed and reported this issue while
  47 + testing display output with PCI ATI video card on canyonlands.
  48 +
  49 + Signed-off-by: Anatolij Gustschin <agust@denx.de>
  50 + Signed-off-by: Stefan Roese <sr@denx.de>
  51 +
  52 +commit 7a88601a34132548c3c591ea87ab3468b51121b0
  53 +Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
  54 +Date: Fri Mar 6 10:09:37 2009 -0500
  55 +
  56 + CFI: geometry reversal for STMicro M29W320DT
  57 +
  58 + Follow up to the flash_fixup_stm to fix geometry reversal
  59 + on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
  60 +
  61 + Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
  62 + Signed-off-by: Stefan Roese <sr@denx.de>
  63 +
  64 +commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
  65 +Author: Mike Frysinger <vapier@gentoo.org>
  66 +Date: Wed Feb 25 17:29:40 2009 -0500
  67 +
  68 + smc911x_eeprom: update register API
  69 +
  70 + The smc911x driver changed the naming convention for its register funcs,
  71 + so update the eeprom code accordingly.
  72 +
  73 + Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  74 + CC: Ben Warren <biggerbadderben@gmail.com>
  75 +
  76 +commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
  77 +Author: Grzegorz Bernacki <gjb@semihalf.com>
  78 +Date: Tue Mar 17 10:06:39 2009 +0100
  79 +
  80 + mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
  81 +
  82 + Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
  83 + To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
  84 + define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
  85 + Total5200 and will be used by digsy MTC and other boards with
  86 + ATA CS on I2C pins.
  87 +
  88 + Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
  89 +
  90 +commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
  91 +Author: Heiko Schocher <hs@denx.de>
  92 +Date: Thu Mar 12 07:37:34 2009 +0100
  93 +
  94 + 8xx: add support for new keymile kmsupx4 board.
  95 +
  96 + This patch adds support for the kmsupx4 board from Keymile,
  97 + based on a Freescale MPC852T CPU
  98 +
  99 + - serial console on SMC1
  100 + - 32 MB SDRAM
  101 + - 32 MB NOR Flash
  102 + - Ethernet over SCC3
  103 + - I2C Bitbang
  104 +
  105 + Signed-off-by: Heiko Schocher <hs@denx.de>
  106 +
  107 +commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
  108 +Author: Heiko Schocher <hs@denx.de>
  109 +Date: Thu Mar 12 07:37:28 2009 +0100
  110 +
  111 + 8xx, mgsuvd: rename board to a more generic name
  112 +
  113 + renaming the "mgsuvd" board port into "km8xx", because
  114 + there come more similar boards from keymile.
  115 + Compiling the mgsuvd board with "make mgsuvd_config"
  116 + remains.
  117 +
  118 + Signed-off-by: Heiko Schocher <hs@denx.de>
  119 +
  120 +commit 18b2f35bde1672e074a3d5048383cb56fda745cb
  121 +Author: Heiko Schocher <hs@denx.de>
  122 +Date: Thu Mar 12 07:37:23 2009 +0100
  123 +
  124 + 8xx, mgsuvd: Coding Style cleanup config file
  125 +
  126 + Signed-off-by: Heiko Schocher <hs@denx.de>
  127 +
  128 +commit 364123db6730d32330f818b65360d2cd27396667
  129 +Author: Heiko Schocher <hs@denx.de>
  130 +Date: Thu Mar 12 07:37:18 2009 +0100
  131 +
  132 + powerpc: common updates for keymile boards
  133 +
  134 + - added to keymile-common.h:
  135 + - bootcount support
  136 + - COMMAND HISTORY
  137 + - CONFIG_AUTO_COMPLETE
  138 + - CONFIG_SYS_FLASH_PROTECTION
  139 + - JFFS2 support
  140 + - CONFIG_VERSION_VARIABLE
  141 + - extracted common I2C settings for all boards
  142 + - common default environment settings summarized
  143 +
  144 + Signed-off-by: Heiko Schocher <hs@denx.de>
  145 +
  146 +commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
  147 +Author: Heiko Schocher <hs@denx.de>
  148 +Date: Thu Mar 12 07:37:15 2009 +0100
  149 +
  150 + 8xx, icache: enabling ICache not before running from RAM
  151 +
  152 + with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
  153 + is not enabled before code runs from RAM.
  154 +
  155 + Signed-off-by: Heiko Schocher <hs@denx.de>
  156 +
  157 +commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
  158 +Author: Heiko Schocher <hs@denx.de>
  159 +Date: Thu Mar 12 07:37:11 2009 +0100
  160 +
  161 + 82xx, mgcoge: fix environment sector size
  162 +
  163 + Size of one environment sector is 0x20000.
  164 +
  165 + Signed-off-by: Heiko Schocher <hs@denx.de>
  166 +
  167 +commit 27057d416c7cc9eb1860953da8836352c07f13e9
  168 +Author: Ladislav Michl <ladis@linux-mips.org>
  169 +Date: Mon Mar 16 23:27:31 2009 +0100
  170 +
  171 + NetStar: config reindentation
  172 +
  173 + Fix indentation broken by symbol renames. "Sort" driver related definitons.
  174 +
  175 + Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
  176 +
  177 +commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
  178 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  179 +Date: Tue Mar 17 11:21:43 2009 +0000
  180 +
  181 + ColdFire: Fix incorrect definition
  182 +
  183 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  184 +
  185 +commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
  186 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  187 +Date: Mon Mar 2 19:16:45 2009 +0000
  188 +
  189 + ColdFire: Fix M5329EVB and M5373EVB nand issue
  190 +
  191 + The Nand flash was unable to read and write properly
  192 + due to Nand Chip Select (nCE) setup was in reverse
  193 + order. Also, increase the Nand time out value to 60.
  194 +
  195 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  196 +
  197 +commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
  198 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  199 +Date: Tue Jan 27 15:19:35 2009 +0000
  200 +
  201 + ColdFire: PLATFORM_CPPFLAGS updates for new compiler
  202 +
  203 + Update PLATFORM_CPPFLAGS to accept 4.3.x version of
  204 + ColdFire compiler.
  205 +
  206 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  207 +
  208 +commit d6e4baf49987fc6f75e8574c0c27301a828b3132
  209 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  210 +Date: Tue Jan 27 12:57:47 2009 +0000
  211 +
  212 + ColdFire: Provide gzip image size V2 & V3 platforms
  213 +
  214 + Default gzip bootm size is 8MB. Some platforms require
  215 + more than 8MB
  216 +
  217 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  218 +
  219 +commit c3a9e6374210679a81f611c1bcf968988bc20e41
  220 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  221 +Date: Wed Feb 18 11:49:31 2009 +0000
  222 +
  223 + ColdFire: Fix M54451 serial boot dram setup
  224 +
  225 + The serial boot dram extended/standard mode register was not
  226 + setup and was using default DRAM setup causing the U-boot was
  227 + unstable to boot up in serial mode.
  228 +
  229 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  230 +
  231 +commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
  232 +Author: arun c <arun.edarath@gmail.com>
  233 +Date: Thu Dec 4 15:57:15 2008 +0530
  234 +
  235 + Coldfire: XL Bus minor fixes
  236 +
  237 + According to coldfire manual data timeout > address time out
  238 + also use correct macro to program XARB_CFG
  239 +
  240 + Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
  241 +
  242 +commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
  243 +Author: Scott Wood <scottwood@freescale.com>
  244 +Date: Tue Mar 17 12:06:04 2009 -0500
  245 +
  246 + NAND: Have nboot accept .e and .i as legacy no-ops.
  247 +
  248 + This was intended to happen before, but a trivial bug prevented it.
  249 +
  250 + Signed-off-by: Scott Wood <scottwood@freescale.com>
  251 +
  252 +commit 0987505540918b2464b73069af3a5b766dbd3ceb
  253 +Author: Ladislav Michl <ladis@linux-mips.org>
  254 +Date: Fri Mar 13 14:38:19 2009 +0100
  255 +
  256 + NAND: Make nboot skip bad blocks
  257 +
  258 + nboot command currently does not skip bad blocks and gives read error when
  259 + loading image stored over bad block. With patch applied, nboot works as
  260 + expected:
  261 +
  262 + Device 0 bad blocks:
  263 + 00780000
  264 + 014a0000
  265 + 02000000
  266 + 02cc0000
  267 + 04aa0000
  268 +
  269 + Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
  270 + Image Name: Linux-2.6.22-omap1
  271 + Created: 2008-11-20 23:44:32 UTC
  272 + Image Type: ARM Linux Kernel Image (uncompressed)
  273 + Data Size: 1052520 Bytes = 1 MB
  274 + Load Address: 10008000
  275 + Entry Point: 10008000
  276 + Skipping bad block 0x02cc0000
  277 + Automatic boot of image at addr 0x10400000 ...
  278 + ...
  279 +
  280 + Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
  281 + Signed-off-by: Scott Wood <scottwood@freescale.com>
  282 +
  283 +commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
  284 +Author: Stefan Roese <sr@denx.de>
  285 +Date: Thu Mar 12 07:27:25 2009 +0100
  286 +
  287 + ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
  288 +
  289 + This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
  290 + the DDR2 configuration to only use one CS (rank). As this code is most
  291 + likely copied from the original Sequoia version, this error was copied
  292 + as well.
  293 +
  294 + This patch also removes some dead code.
  295 +
  296 + Signed-off-by: Stefan Roese <sr@denx.de>
  297 +
  298 +commit 9199b9cc8f56aca26504b48cf702176208f46e54
  299 +Author: Stefan Roese <sr@denx.de>
  300 +Date: Thu Mar 12 07:24:40 2009 +0100
  301 +
  302 + ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
  303 +
  304 + This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
  305 + the DDR2 configuration to only use one CS (rank). As this code is most
  306 + likely copied from the original Sequoia version, this error was copied
  307 + as well.
  308 +
  309 + Signed-off-by: Stefan Roese <sr@denx.de>
  310 +
  311 +commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
  312 +Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
  313 +Date: Wed Mar 11 10:54:46 2009 +0200
  314 +
  315 + Fix AMCC Sequoia board DDR memory configuration
  316 +
  317 + Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
  318 + specifies that BankSel#1 is not connected, while bootloader memory
  319 + configuration is (board/amcc/sequoia/sdram.c):
  320 + mtsdram(DDR0_10, 0x00000300);
  321 + i.e. both Chip Selects used - not correct.
  322 +
  323 + If we change to correct value here:
  324 + mtsdram(DDR0_10, 0x00000100);
  325 + memory is accessible OK also.
  326 +
  327 + Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
  328 + Signed-off-by: Stefan Roese <sr@denx.de>
  329 +
  330 +commit b3dd629e78870ba2dc9f8032978721c0fa02a856
  331 +Author: Wolfgang Denk <wd@denx.de>
  332 +Date: Sun Mar 15 22:40:09 2009 +0100
  333 +
  334 + Prepare 2009.03-rc2
  335 +
  336 + Update CHANEGLOG, fix minor coding style issue.
  337 +
  338 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  339 +
1 340 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
2 341 Author: Jerry Van Baren <gvb.uboot@gmail.com>
3 342 Date: Fri Mar 13 11:40:10 2009 -0400
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 2009
25 25 PATCHLEVEL = 03
26 26 SUBLEVEL =
27   -EXTRAVERSION = -rc2
  27 +EXTRAVERSION =
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else