Commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa

Authored by Wolfgang Denk
1 parent 2bb6a1044f

Prepare v1.3.4-rc2: update CHANGELOG

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

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

  1 +commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
  2 +Author: Mark Jackson <mpfj@mimc.co.uk>
  3 +Date: Thu Jul 31 16:09:00 2008 +0100
  4 +
  5 + Add gzipped logo support
  6 +
  7 + The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
  8 +
  9 + If this option is set, additionally to standard BMP
  10 + images, gzipped BMP images can be displayed via the
  11 + splashscreen support or the bmp command.
  12 +
  13 + However, the splashscreen function *only* supports standard BMP images.
  14 +
  15 + This patch adds the documented gzip support.
  16 +
  17 + Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
  18 +
  19 +commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
  20 +Author: Mark Jackson <mpfj@mimc.co.uk>
  21 +Date: Thu Jul 31 15:56:48 2008 +0100
  22 +
  23 + Fix Atmel LCD controller endianess for AVR32 processors
  24 +
  25 + The Atmel lcd controller is used on Atmel's AT91 (little endian) and
  26 + AVR32 (big endian) platforms.
  27 +
  28 + As such, the controller can handle both big and little endian memory.
  29 +
  30 + This patch fixes the driver for the AVR32 platform.
  31 +
  32 + Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
  33 +
  34 +commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
  35 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  36 +Date: Thu Jul 31 15:56:01 2008 +0200
  37 +
  38 + apollon: fix build out of tree
  39 +
  40 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  41 +
  42 +commit 2e752be39d3e398d4ab89ffa6634c397df298297
  43 +Author: Guennadi Liakhovetski <lg@denx.de>
  44 +Date: Thu Jul 31 12:35:04 2008 +0200
  45 +
  46 + Uncompressed images loaded to their start address shall set load_end too
  47 +
  48 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  49 + Acked-by: Bartlomiej Sieka <tur@semihalf.com>
  50 +
  51 +commit c37207d7f51e19c17f859966f314e27cc1231801
  52 +Author: Wolfgang Denk <wd@denx.de>
  53 +Date: Wed Jul 16 16:38:59 2008 +0200
  54 +
  55 + Fix printf() format problems with configurable prompts
  56 +
  57 + U-Boot allows for configurable prompt strings using the
  58 + CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
  59 + the assumption was that any such user defined problts would contain
  60 + exactly one "%d" format specifier. But some boards did not.
  61 +
  62 + To allow for flexible boot prompts without adding too complex code we
  63 + now allow to specify the whole list of printf() arguments in the user
  64 + definition. This is powerful, but requires a responsible user who
  65 + really understands what he is doing, as he needs to know for exanple
  66 + which variables are available in the respective context.
  67 +
  68 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  69 +
  70 +commit 54754120637b6a7f4ff774fb199fc550bcfea1da
  71 +Author: Wolfgang Denk <wd@denx.de>
  72 +Date: Thu Jul 31 17:02:14 2008 +0200
  73 +
  74 + TQM85xx: fix typo introduce by commit ffbb5cb9
  75 +
  76 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  77 +
  78 +commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
  79 +Author: Wolfgang Denk <wd@denx.de>
  80 +Date: Thu Jul 31 15:27:01 2008 +0200
  81 +
  82 + mvbc_p board: fix most build warnings.
  83 +
  84 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  85 +
  86 +commit c4ec6db074051d2f6fc76a66411c60621b22bc02
  87 +Author: Wolfgang Denk <wd@denx.de>
  88 +Date: Thu Jul 31 13:57:20 2008 +0200
  89 +
  90 + E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
  91 +
  92 + Avoid "integer constant is too large for 'long' type" warnings.
  93 + And simplify the code.
  94 +
  95 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  96 +
  97 +commit 9196b44334c330cc13de2464c59181e4db71f549
  98 +Author: Matvejchikov Ilya <matvejchikov@gmail.com>
  99 +Date: Wed Jul 30 23:21:19 2008 +0400
  100 +
  101 + 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
  102 +
  103 + Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
  104 +
  105 +commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
  106 +Author: Matvejchikov Ilya <matvejchikov@gmail.com>
  107 +Date: Wed Jul 30 23:20:32 2008 +0400
  108 +
  109 + PPC: Add pci_clk in the global_data for CPM2 processors
  110 +
  111 + This patch adds pci_clk field to the global_data structure for the
  112 + processors which have CPM2 module in case the CONFIG_PCI is defined.
  113 +
  114 + Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
  115 +
  116 +commit f0ff885ca64655bee6540eb8a25eed90b1152686
  117 +Author: Kumar Gala <galak@kernel.crashing.org>
  118 +Date: Wed Jul 30 14:13:30 2008 -0500
  119 +
  120 + mpc85xx: Update linker scripts for Freescale boards
  121 +
  122 + * Move to using absolute addressing always. Makes the scripts a bit more
  123 + portable and common
  124 + * Moved .bss after the end of the image. These allows us to have more
  125 + room in the resulting binary image for code and data.
  126 + * Removed .text object files that aren't really needed
  127 + * Make sure _end is 4-byte aligned as the .bss init code expects this.
  128 + (Its possible that the end of .bss isn't 4-byte aligned)
  129 +
  130 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  131 +
  132 +commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
  133 +Author: Kumar Gala <galak@kernel.crashing.org>
  134 +Date: Wed Jul 30 08:01:15 2008 -0500
  135 +
  136 + Fix compile warnings in dlmalloc
  137 +
  138 + The origional code was using on odd reference to get to the first
  139 + real element in av_[]. The first two elements of the array are
  140 + not used for actual bins, but for house keeping. If we are more
  141 + explicit about how use the first few elements we can get rid of the
  142 + warnings:
  143 +
  144 + dlmalloc.c: In function 'malloc_extend_top':
  145 + dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
  146 + dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
  147 + dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
  148 + ...
  149 +
  150 + The logic of how this code came to be is:
  151 + bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
  152 +
  153 + SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
  154 + bin_at(0) = &(av_[0])
  155 +
  156 + Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
  157 +
  158 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  159 +
  160 +commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
  161 +Author: Stefan Roese <sr@denx.de>
  162 +Date: Wed Jul 30 10:21:01 2008 +0200
  163 +
  164 + ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
  165 +
  166 + Signed-off-by: Stefan Roese <sr@denx.de>
  167 +
  168 +commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
  169 +Author: Stefan Roese <sr@denx.de>
  170 +Date: Wed Jul 30 09:59:51 2008 +0200
  171 +
  172 + cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
  173 +
  174 + A recent patch used '#if (CONFIG_CMD_USB)' instead of
  175 + '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
  176 + common/bootm.c compile again.
  177 +
  178 + Signed-off-by: Stefan Roese <sr@denx.de>
  179 + Acked-by: Markus Klotzbuecher <mk@denx.de>
  180 +
  181 +commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
  182 +Author: Kyungmin Park <kmpark@infradead.org>
  183 +Date: Tue Jul 22 08:01:43 2008 +0900
  184 +
  185 + Remove unused I2C at apollon board
  186 +
  187 + There are no I2C devices on this board.
  188 +
  189 + Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
  190 +
  191 +commit 3c95960e526b3b026da20201db64526f46faf14b
  192 +Author: Wolfgang Denk <wd@denx.de>
  193 +Date: Thu Jul 31 10:12:09 2008 +0200
  194 +
  195 + at91rm9200dk, csb637: fix NAND related build problems
  196 +
  197 + Tried fixing NAND support for the at91rm9200dk board; untested.
  198 + Disabled NAND support in the csb637 board config file.
  199 +
  200 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  201 +
  202 +commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
  203 +Author: Kumar Gala <galak@kernel.crashing.org>
  204 +Date: Tue Jul 29 12:23:49 2008 -0500
  205 +
  206 + fsl_i2c: Use timebase timer functions instead of get_timer()
  207 +
  208 + The current implementation of get_timer() is only really useful after we
  209 + have relocated u-boot to memory. The i2c code is used before that as part
  210 + of the SPD DDR setup.
  211 +
  212 + We actually have a bug when using the get_timer() code before relocation
  213 + because the .bss hasn't been setup and thus we could be reading/writing
  214 + a random location (probably in flash).
  215 +
  216 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  217 +
  218 +commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
  219 +Author: Frank Svendsbรธe <frank.svendsboe@gmail.com>
  220 +Date: Tue Jul 29 14:49:31 2008 +0200
  221 +
  222 + Adder8xx: Fix CFG_MONITOR_LEN
  223 +
  224 + Due to increased space usage, U-Boot can no longer be stored in three sectors.
  225 + The current U-Boot use just over three flash sectors (197k), and U-Boot will
  226 + become corrupt after saving environment variables. This patch adds another 64k
  227 + to CFG_MONITOR_LEN.
  228 +
  229 + Signed-off-by: Frank E. Svendsbรธe <frank.svendsboe@gmail.com>
  230 +
  231 +commit a4c59ad4a21140550ada6f97690d2527c4146ce5
  232 +Author: Kyungmin Park <kmpark@infradead.org>
  233 +Date: Tue Jul 29 08:47:57 2008 +0900
  234 +
  235 + Add OneNAND IPL related files to gitignore
  236 +
  237 + Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
  238 +
  239 +commit 8d87589e8e874df7120a3d9667f051bc33bac250
  240 +Author: Rafal Jaworowski <raj@semihalf.com>
  241 +Date: Mon Jul 28 20:38:25 2008 +0200
  242 +
  243 + API: Teach the storage layer about SATA and MMC options.
  244 +
  245 + Signed-off-by: Rafal Czubak <rcz@semihalf.com>
  246 + Acked-by: Rafal Jaworowski <raj@semihalf.com>
  247 +
  248 +commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
  249 +Author: Rafal Jaworowski <raj@semihalf.com>
  250 +Date: Mon Jul 28 20:37:48 2008 +0200
  251 +
  252 + API: Dump contents of sector 0 in the demo application.
  253 +
  254 + Signed-off-by: Rafal Czubak <rcz@semihalf.com>
  255 + Acked-by: Rafal Jaworowski <raj@semihalf.com>
  256 +
  257 +commit 13ca6305f2eba49c175f6370c35286141059c789
  258 +Author: Rafal Jaworowski <raj@semihalf.com>
  259 +Date: Mon Jul 28 20:37:10 2008 +0200
  260 +
  261 + API: Correct storage enumeration routine, other minor fixes in API storage area.
  262 +
  263 + Signed-off-by: Rafal Czubak <rcz@semihalf.com>
  264 + Acked-by: Rafal Jaworowski <raj@semihalf.com>
  265 +
  266 +commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
  267 +Author: Rafal Jaworowski <raj@semihalf.com>
  268 +Date: Mon Jul 28 20:36:19 2008 +0200
  269 +
  270 + API: Fix compilation warnings in api_examples/demo.c.
  271 +
  272 + Signed-off-by: Rafal Czubak <rcz@semihalf.com>
  273 +
  274 +commit c14eefcc48212af2f3314809605698dd8393a90a
  275 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  276 +Date: Sun Jul 27 17:09:43 2008 +0200
  277 +
  278 + Fix more printf() format warnings
  279 +
  280 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  281 +
  282 +commit 936897d4d1365452bbbdf8430db5e7769ef08d38
  283 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  284 +Date: Fri Jul 25 15:18:16 2008 +0200
  285 +
  286 + Fix remaining CFG_CMD_ define, ifdef and comments
  287 +
  288 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  289 +
  290 +commit 5d1d00fb36005482e1803a00ddc46efa11d719af
  291 +Author: Stefano Babic <sbabic@denx.de>
  292 +Date: Fri Jul 25 08:57:40 2008 +0200
  293 +
  294 + Add include for config.h in command.h.
  295 +
  296 + Because the cmd_tbl_s structure depends on the configuration file, it
  297 + must be assured that config.h is included before the structure is
  298 + evaluated by the compiler. If this is not certain, it could happen
  299 + that the compiler generates structures of different size, depending
  300 + on the fact if the source file includes <config.h> before or after
  301 + <command.h>.
  302 +
  303 + The effect is that u-boot crashes when tries to relocate the command
  304 + table (for ppc) or try to access to the command table for other
  305 + architectures.
  306 +
  307 + The problem can happen on board-depending commands. All general
  308 + commands under /common are unaffected, because they include already
  309 + config.h before command.h.
  310 +
  311 + Signed-off-by: Stefano Babic <sbabic@denx.de>
  312 +
  313 +commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
  314 +Author: Scott Wood <scottwood@freescale.com>
  315 +Date: Wed Jul 23 13:16:06 2008 -0500
  316 +
  317 + NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
  318 +
  319 + This fixes building out-of-tree.
  320 +
  321 + Signed-off-by: Scott Wood <scottwood@freescale.com>
  322 +
  323 +commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
  324 +Author: Heiko Schocher <hs@denx.de>
  325 +Date: Wed Jul 23 07:30:46 2008 +0200
  326 +
  327 + Fix warnings if compiling with IDE support.
  328 +
  329 + cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
  330 + cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
  331 +
  332 + Signed-off-by: Heiko Schocher <hs@denx.de>
  333 +
  334 +commit 7610db17fd4d59c51d825488526d85ede2f06767
  335 +Author: Adrian Filipi <adrian.filipi@eurotech.com>
  336 +Date: Tue Jul 22 14:28:11 2008 -0400
  337 +
  338 + Removed support for the adsvix board.
  339 +
  340 + Support for the adsvix was originally provided by Applied Data
  341 + Systems (ADS), inc., now EuroTech, Inc.
  342 + The board never shipped aside from some sample boards.
  343 +
  344 + Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
  345 +
  346 +commit f96b44cef897bd372beb86dde1b33637c119d84d
  347 +Author: Remy Bohmer <linux@bohmer.net>
  348 +Date: Tue Jul 22 16:22:11 2008 +0200
  349 +
  350 + ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
  351 +
  352 + If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
  353 + never set, because relocation to RAM is actually never done by U-boot
  354 + itself. However, several pieces of code check if this flag is set at
  355 + some time.
  356 +
  357 + So, to make sure this flag is set on boards skipping relocation, this
  358 + is added to the initialisation of U-boot at a moment where it is safe
  359 + to do so.
  360 +
  361 + Signed-off-by: Remy Bohmer <linux@bohmer.net>
  362 +
  363 +commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
  364 +Author: Timur Tabi <timur@freescale.com>
  365 +Date: Mon Jul 21 14:26:23 2008 -0500
  366 +
  367 + fsl-i2c: fix writes to data segment before relocation
  368 +
  369 + Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
  370 + relocation. Commit d8c82db4 added the ability for i2c_init() to program the
  371 + I2C bus speed and save the value in i2c_bus_speed[], which is a global
  372 + variable. It is an error to write to the data segment before relocation,
  373 + which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
  374 +
  375 + Signed-off-by: Timur Tabi <timur@freescale.com>
  376 +
  377 +commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
  378 +Author: Wolfgang Ocker <weo@reccoware.de>
  379 +Date: Mon Jul 28 16:56:51 2008 +0200
  380 +
  381 + mips: Fix baudrate divisor computation on alchemy cpus
  382 +
  383 + Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
  384 + on alchemy cpus.
  385 +
  386 + Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
  387 + Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
  388 +
  389 +commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
  390 +Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  391 +Date: Wed Jul 23 10:55:46 2008 +0200
  392 +
  393 + spi flash: Fix printf() format warnings
  394 +
  395 + Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  396 +
  397 +commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
  398 +Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  399 +Date: Wed Jul 23 10:55:31 2008 +0200
  400 +
  401 + atmel_mci: Fix printf() format warnings
  402 +
  403 + Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  404 +
  405 +commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
  406 +Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  407 +Date: Wed Jul 23 10:55:15 2008 +0200
  408 +
  409 + avr32: Fix printf() format warnings
  410 +
  411 + Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  412 +
  413 +commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
  414 +Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  415 +Date: Wed Jul 23 10:52:19 2008 +0200
  416 +
  417 + avr32: asm/io.h needs asm/types.h
  418 +
  419 + map_physmem() takes a phys_addr_t as parameter. This type is defined in
  420 + asm/types.h, so we need to include that file.
  421 +
  422 + Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
  423 +
  424 +commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
  425 +Author: Michal Simek <monstr@monstr.eu>
  426 +Date: Thu Jul 17 12:25:46 2008 +0200
  427 +
  428 + microblaze: Fix printf() format issues
  429 +
  430 + Signed-off-by: Michal Simek <monstr@monstr.eu>
  431 +
  432 +commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
  433 +Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
  434 +Date: Thu Jul 17 07:27:51 2008 +0530
  435 +
  436 + Remove unused code from lib_arm/bootm.c
  437 +
  438 + Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
  439 +
  440 +commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
  441 +Author: Detlev Zundel <dzu@denx.de>
  442 +Date: Wed Jul 16 18:56:45 2008 +0200
  443 +
  444 + tqm85xx: Demystify 'DK: !!!' comment
  445 +
  446 + Signed-off-by: Detlev Zundel <dzu@denx.de>
  447 +
  448 +commit b2f44ba570f3a01113bbb745daf46f3858d22f53
  449 +Author: Detlev Zundel <dzu@denx.de>
  450 +Date: Wed Jul 16 18:56:44 2008 +0200
  451 +
  452 + 83xx/85xx/86xx: Add LTEDR local bus definitions
  453 +
  454 + Signed-off-by: Detlev Zundel <dzu@denx.de>
  455 +
  456 +commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
  457 +Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
  458 +Date: Wed Jul 16 16:22:32 2008 +0200
  459 +
  460 + serial_xuartlite.c: fix compiler warnings
  461 +
  462 + Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
  463 + Acked-by: Grant Likely <grant.likely@secretlab.ca>
  464 +
  465 +commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
  466 +Author: Stefan Roese <sr@denx.de>
  467 +Date: Fri Jul 18 11:03:35 2008 +0200
  468 +
  469 + POST: Add disable interrupts in some of the missing CPU POST tests
  470 +
  471 + Some CPU POST tests did not disable the interrupts while running. This
  472 + seems to be necessary to protect this self modifying code.
  473 +
  474 + Signed-off-by: Stefan Roese <sr@denx.de>
  475 +
  476 +commit 97a3bf268d096e0e97e54048448c35114edcf557
  477 +Author: Stefan Roese <sr@denx.de>
  478 +Date: Fri Jul 18 10:43:24 2008 +0200
  479 +
  480 + ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
  481 +
  482 + This is needed for boards that define CFG_64BIT_STRTOUL but don't define
  483 + CFG_64BIT_LBA.
  484 +
  485 + Signed-off-by: Stefan Roese <sr@denx.de>
  486 +
  487 +commit 0043ac55024963295fc79b39af85b6dc3b261e17
  488 +Author: Niklaus Giger <niklaus.giger@netstal.com>
  489 +Date: Fri Jul 18 11:22:23 2008 +0200
  490 +
  491 + POST PPC4xx/spr IVPR only if PPC440
  492 +
  493 + The SPR IVPR register is only present (as far as I know) for
  494 + processors with a PPC440 core.
  495 +
  496 + Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
  497 + Acked-by: Stefan Roese <sr@denx.de>
  498 +
  499 +commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
  500 +Author: Stefan Roese <sr@denx.de>
  501 +Date: Fri Jul 18 10:42:29 2008 +0200
  502 +
  503 + ppc4xx: Enable 64bit printf format on 440/460 platforms
  504 +
  505 + This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
  506 + 440/460 platforms. This may be needed since those platforms support
  507 + 36bit physical address space.
  508 +
  509 + Signed-off-by: Stefan Roese <sr@denx.de>
  510 +
  511 +commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
  512 +Author: Stefan Roese <sr@denx.de>
  513 +Date: Fri Jul 18 15:57:23 2008 +0200
  514 +
  515 + ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
  516 +
  517 + This patch fixes a problem with incorrect MODTx (On Die Termination)
  518 + setup for a configuration with multiple DIMM's and multiple ranks.
  519 + Without this change Katmai was unable to boot Linux with DDR2 frequency
  520 + >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
  521 + with DDR2 frequency = 640MHz and mem=4GB.
  522 +
  523 + Signed-off-by: Stefan Roese <sr@denx.de>
  524 +
  525 +commit 340ccb260f21516be360745d5c5e3bd0657698df
  526 +Author: Sebastian Siewior <bigeasy@linutronix.de>
  527 +Date: Wed Jul 16 20:04:49 2008 +0200
  528 +
  529 + cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
  530 +
  531 + This got broken by commits 93c56f212c
  532 + [cfi_flash: support of long cmd in U-boot.]
  533 +
  534 + That command needs to be in little endian format on BE machines
  535 + with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
  536 + gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
  537 + the cmdbuf in case portwidth = chipwidth = 8bit.
  538 +
  539 + Cc: Alexey Korolev <akorolev@infradead.org>
  540 + Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
  541 + Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
  542 +
  543 +commit 699f05125509249072a0b865c8d35520d97cd501
  544 +Author: Wolfgang Denk <wd@denx.de>
  545 +Date: Tue Jul 15 22:22:44 2008 +0200
  546 +
  547 + Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
  548 +
  549 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  550 +
1 551 commit bcab74baa6b1b1c969038ab6f64a186239180405
2 552 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
3 553 Date: Tue Jul 15 11:23:02 2008 -0400
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 1
25 25 PATCHLEVEL = 3
26 26 SUBLEVEL = 4
27   -EXTRAVERSION = -rc1
  27 +EXTRAVERSION = -rc2
28 28 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
29 29 VERSION_FILE = $(obj)include/version_autogenerated.h
30 30