Commit 152dda3d94e97ede7af3f9560a59a659384d4585

Authored by Wolfgang Denk
1 parent d650da2dd4

Prepare v2010.03-rc2

Update CHANGELOG

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

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

  1 +commit d650da2dd4af99967aabc43cccbd8f160eb4cea6
  2 +Author: Matthias Kaehlcke <matthias@kaehlcke.net>
  3 +Date: Tue Mar 9 22:13:33 2010 +0100
  4 +
  5 + ep93xx timer: Fix resolution of get_ticks()
  6 +
  7 + ep93xx timer: Make get_ticks() return a value in CONFIG_SYS_HZ resolution,
  8 + as announced by get_tbclk()
  9 +
  10 + Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
  11 +
  12 +commit 7e67fb5bf27a07d3b8d6b97c76f7195f7d68af58
  13 +Author: Matthias Kaehlcke <matthias@kaehlcke.net>
  14 +Date: Tue Mar 9 22:13:20 2010 +0100
  15 +
  16 + ep93xx timer: Fix possible overflow in usecs_to_ticks()
  17 +
  18 + ep93xx timer: Use 64-bit values in usecs_to_ticks() in order to avoid
  19 + overflows in intermediate values
  20 +
  21 + Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
  22 +
  23 +commit daa989b47297c9f73426783599c286ef3a1f3f49
  24 +Author: Asen Dimov <dimov@ronetix.at>
  25 +Date: Thu Mar 18 13:41:47 2010 +0200
  26 +
  27 + correct a syntax typo in at91_matrix.h
  28 +
  29 + Signed-off-by: Asen Dimov <dimov@ronetix.at>
  30 +
  31 +commit 322ff395c9aec7b87a2211fe4333fdf44377c564
  32 +Author: Jeff Angielski <jeff@theptrgroup.com>
  33 +Date: Wed Mar 17 15:09:26 2010 -0400
  34 +
  35 + env: fix endian ordering in crc table
  36 +
  37 + The crc table was being built as little endian for big endian
  38 + targets. This would cause fw_printenv to always fail with
  39 + "Warning: Bad CRC, using default environment" messages.
  40 +
  41 + Signed-off-by: Jeff Angielski <jeff@theptrgroup.com>
  42 + Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
  43 +
  44 +commit 51c2ac9bb574c1420b993615268392b0c1f829f6
  45 +Author: Anatolij Gustschin <agust@denx.de>
  46 +Date: Tue Mar 16 17:10:08 2010 +0100
  47 +
  48 + mpc5121: cpu/mpc512x/diu.c: fix warnings
  49 +
  50 + Fix warnings while compiling with CONFIG_VIDEO enabled:
  51 +
  52 + diu.c: In function 'video_hw_init':
  53 + diu.c:158: warning: 'return' with no value, in function returning non-void
  54 + diu.c:162: warning: format '%ld' expects type 'long int', but argument 6 has type 'int'
  55 + diu.c:162: warning: format '%ld' expects type 'long int', but argument 7 has type 'int'
  56 +
  57 + Signed-off-by: Anatolij Gustschin <agust@denx.de>
  58 +
  59 +commit a74908161a1b37d780d3a826a86807bbc50a3857
  60 +Author: Anatolij Gustschin <agust@denx.de>
  61 +Date: Tue Mar 16 15:29:33 2010 +0100
  62 +
  63 + console.c: fix problem with splashimage
  64 +
  65 + If a board uses cfb_console driver and splash image
  66 + and also defines CONFIG_SILENT_CONSOLE, the user is
  67 + locked out even if "silent" is not set. It is not
  68 + possible to get any output, neither on vga console
  69 + device nor on serial console after redirecting the
  70 + output to the serial console, since the GD_FLG_SILENT
  71 + flag remains set.
  72 +
  73 + Fix the problem by redirecting the output from frame
  74 + buffer to serial console if splashimage is used.
  75 + Only suppress the output if "silent" environment
  76 + variable was set and don't set the GD_FLG_SILENT
  77 + flag arbitrarily.
  78 +
  79 + Signed-off-by: Anatolij Gustschin <agust@denx.de>
  80 +
  81 +commit 5647f78d04174b0b99857d2a7cbf25141bd14a45
  82 +Author: Thomas Weber <swirl@gmx.li>
  83 +Date: Sat Mar 13 23:14:45 2010 +0100
  84 +
  85 + mod change 755 => 644 for multiple files
  86 +
  87 + I executed 'find . -name "*.[chS]" -perm 755 -exec chmod 644 {} \;'
  88 +
  89 + Signed-off-by: Thomas Weber <swirl@gmx.li>
  90 + Add some more: neither Makefile nor config.mk need execute permissions.
  91 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  92 +
  93 +commit 99c006a320ceb9ea19135ac1512e4a81e8bebb72
  94 +Author: Stefano Babic <sbabic@denx.de>
  95 +Date: Sat Mar 13 21:09:00 2010 +0100
  96 +
  97 + mxcmmc: fix warnings due to access 32 bit registers with 16 bit accessors
  98 +
  99 + Some registers of the mxcmmc driver were accessed using
  100 + 16 bit accessor functions, because only the LSB is
  101 + significant. This is not needed and generates
  102 + warnings.
  103 +
  104 + Signed-off-by: Stefano Babic <sbabic@denx.de>
  105 +
  106 +commit c96f86eefc215b67dd222694ce2b6f60e6a42b0b
  107 +Author: Wolfgang Denk <wd@denx.de>
  108 +Date: Sun Jan 17 23:55:53 2010 +0100
  109 +
  110 + TFTP: allow for adjustable retransmission timout
  111 +
  112 + So far, TFTP negotiated a fixed retransmission timeout of 5 seconds.
  113 + In some cases (busy networks, slow TFTP servers) this caused very
  114 + slow transfers. A new environment variable "tftptimeout" allows to
  115 + set this timeout. Lowering this value may make downloads succeed
  116 + faster in networks with high packet loss rates or with unreliable
  117 + TFTP servers.
  118 +
  119 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  120 + Cc: Ben Warren <biggerbadderben@gmail.com>
  121 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  122 +
  123 +commit 252b404d954f91499a4477a3e1064eb237ce5a1c
  124 +Author: Wolfgang Denk <wd@denx.de>
  125 +Date: Tue Mar 9 14:27:25 2010 +0100
  126 +
  127 + Fix PCI_BASE_ADDRESS_5 handling in pci_hose_config_device()
  128 +
  129 + Signed-off-by: FUJITA Kazutoshi <fujita@soum.co.jp>
  130 + Signed-off-by: <wd@denx.de>
  131 + Acked-by: Stefan Roese <sr@denx.de>
  132 +
  133 +commit 9d90a93d367272ee65550c0c9f82615cec967c70
  134 +Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
  135 +Date: Thu Feb 25 14:03:08 2010 +0100
  136 +
  137 + cmd_mmc remove \n
  138 +
  139 + This patch removes the \n after the help message for mmcinfo.
  140 + This resulted in an empty line being displayed after the mmcinfo line
  141 + when the help command was given.
  142 +
  143 + Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
  144 +
  145 +commit 67c7189dd35cb368ef665126fd17816581bd2e92
  146 +Author: Renato Andreola <renato.andreola@imagos.it>
  147 +Date: Tue Mar 16 16:01:29 2010 -0400
  148 +
  149 + nios2: Added support to YANU UART
  150 +
  151 + Signed-off-by: Scott McNutt <smcnutt@psyent.com>
  152 +
  153 +commit 1e67fb32fbdae7949bb423c9e20b3f77c0a61663
  154 +Author: Thomas Chou <thomas@wytron.com.tw>
  155 +Date: Tue Mar 16 12:12:48 2010 -0400
  156 +
  157 + nios2: use generic unaligned.h
  158 +
  159 + Signed-off-by: Scott McNutt <smcnutt@psyent.com>
  160 +
  161 +commit 05022629a2ca6c385dc390d32c20aa27cf5d915a
  162 +Author: Mike Frysinger <vapier@gentoo.org>
  163 +Date: Thu Jan 21 05:01:15 2010 -0500
  164 +
  165 + asm-blackfin/unaligned.h: add for zlib code
  166 +
  167 + The new zlib code wants asm/unaligned.h, so have the Blackfin version pull
  168 + in the asm-generic/unaligned.h.
  169 +
  170 + Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  171 +
  172 +commit 3adc1fda38a6aacd4aaf3c2c9cc62a1e69e6de17
  173 +Author: Mike Frysinger <vapier@gentoo.org>
  174 +Date: Thu Jan 21 05:01:14 2010 -0500
  175 +
  176 + asm-generic/unaligned.h: dynamic default unaligned accesses
  177 +
  178 + This is based on the asm-arm/unaligned.h, but made generic so all arches
  179 + that cannot do unaligned accesses can utilize it.
  180 +
  181 + Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  182 +
  183 +commit be129aa71882421ad0b50cd3762915d10ace27ad
  184 +Author: Matthias Weisser <matthias.weisser@graf-syteco.de>
  185 +Date: Tue Jan 12 12:06:31 2010 +0100
  186 +
  187 + video: Fix console display when splashscreen is used
  188 +
  189 + If a splashscreen is used the console scrolling used the
  190 + scroll size as needed when a logo was displayed. This
  191 + patch sets the scroll size to the whole screen if
  192 + a splashscreen is shown.
  193 +
  194 + Signed-off-by: Matthias Weisser <matthias.weisser@graf-syteco.de>
  195 +
  196 +commit 93910edb595a88d394da3eb2cf5148096155dfe9
  197 +Author: Wolfgang Denk <wd@denx.de>
  198 +Date: Fri Mar 12 23:06:04 2010 +0100
  199 +
  200 + Prepare v2010.03-rc1
  201 +
  202 + Coding style cleanup, update CHANGELOG.
  203 +
  204 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  205 +
1 206 commit 4e72fb15c9073129e05820cc9c54f54bc4985835
2 207 Author: Wolfgang Denk <wd@denx.de>
3 208 Date: Fri Mar 12 22:11:00 2010 +0100
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 2010
25 25 PATCHLEVEL = 03
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