Commit 2883cc2d48e99fd1873ef8af03fee7966611b735

Authored by Wolfgang Denk
1 parent 060f28532b

Prepare 2010.03-rc3

Update CHANGELOG

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

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

  1 +commit 060f28532b09dd3d2c78423bdd809ac768a27629
  2 +Author: Wolfgang Denk <wd@denx.de>
  3 +Date: Thu Mar 25 14:07:23 2010 +0100
  4 +
  5 + cmd_usb.c: print debug messages only when DEBUG is defined
  6 +
  7 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  8 +
  9 +commit a574cff121b1479c8e962b7a2a29310020387260
  10 +Author: Wolfgang Denk <wd@denx.de>
  11 +Date: Wed Mar 24 12:19:19 2010 +0100
  12 +
  13 + ml300: remove support for broken, orphaned board
  14 +
  15 + The ml300 board has a number of issues, but nobody cares about this
  16 + long-orphaned board any more. Remove it.
  17 +
  18 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  19 + Acked-by: Michal Simek <monstr@monstr.eu>
  20 +
  21 +commit 04387d24a17b1ee13024dd4779da4b84d47c65cc
  22 +Author: Wolfgang Denk <wd@denx.de>
  23 +Date: Sat Mar 27 23:37:46 2010 +0100
  24 +
  25 + mkimage: fix Segmentation Fault when run without "-n name" option
  26 +
  27 + The restructuring of the mkimage command in commit 89a4d6b1 ("tools:
  28 + mkimage: split code into core, default and FIT image specific")
  29 + introduced a bug that caused mkimage to segfault when run without
  30 + "-n name" option. Initialize the imagename entry to prevent that.
  31 +
  32 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  33 +
  34 +commit c40c94a3d20a8616264c2dfcda85279185d69aeb
  35 +Author: Renato Andreola <renato.andreola@imagos.it>
  36 +Date: Wed Mar 24 23:00:47 2010 +0800
  37 +
  38 + cfi_flash: precision and underflow problem in tout calculation
  39 +
  40 + With old configuration it could happen tout=0 if CONFIG_SYS_HZ<1000.
  41 +
  42 + Signed-off-by: Renato Andreola <renato.andreola@imagos.it>
  43 + Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
  44 + Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
  45 + Signed-off-by: Stefan Roese <sr@denx.de>
  46 +
  47 +commit c550afada5fcad426aa6a219a329feb9eedae8b2
  48 +Author: Rupjyoti Sarmah <rsarmah@appliedmicro.com>
  49 +Date: Wed Mar 24 16:52:02 2010 +0530
  50 +
  51 + ppc4xx fix unstable 440EPx bootstrap options
  52 +
  53 + 440EPx fixed bootstrap options A, B, D, and E sets PLL FWDVA to a value = 1.
  54 + This results in the PLLOUTB being greater than the CPU clock frequency
  55 + resulting unstable 440EPx operation resulting in various software hang
  56 + conditions.
  57 +
  58 + This patch reprograms the FWDVA satisfying the requirement of setting FWDVB
  59 + to a value greater than 1 while using one of the four deafult bootstrap options.
  60 +
  61 + Signed-off-by: Rupjyoti Sarmah <rsarmah@amcc.com>
  62 + Acked-by : Victor Gallardo <vgallardo@appliedmicro.com>
  63 + Signed-off-by: Stefan Roese <sr@denx.de>
  64 +
  65 +commit fb508b8b39a52a4063d098f5a9b4355bc5b30c14
  66 +Author: Matthias Fuchs <matthias.fuchs@esd.eu>
  67 +Date: Wed Mar 24 10:16:20 2010 +0100
  68 +
  69 + at91: Get rid of some warnings when building for otc570
  70 +
  71 + The soft-i2c code for AT91 defines I2C_SOFT_DECLARATIONS
  72 + for direct access by dereferencing a pio pointer.
  73 + The OTC570 platform uses the AT91 gpio API so it does not
  74 + need the pio variable.
  75 +
  76 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
  77 +
  78 +commit acb13868936a28502782a16e1edaec378e494a29
  79 +Author: Alessandro Rubini <rubini@unipv.it>
  80 +Date: Sat Mar 13 17:44:08 2010 +0100
  81 +
  82 + lcd: make 16bpp work
  83 +
  84 + Support for 16bpp was supposed to be in the code but was not working.
  85 + This makes it work and has been tested in the nhk8815 board.
  86 +
  87 + Signed-off-by: Alessandro Rubini <rubini@unipv.it>
  88 + Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
  89 + Signed-off-by: Anatolij Gustschin <agust@denx.de>
  90 +
  91 +commit 152dda3d94e97ede7af3f9560a59a659384d4585
  92 +Author: Wolfgang Denk <wd@denx.de>
  93 +Date: Mon Mar 22 23:25:00 2010 +0100
  94 +
  95 + Prepare v2010.03-rc2
  96 +
  97 + Update CHANGELOG
  98 +
  99 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  100 +
1 101 commit d650da2dd4af99967aabc43cccbd8f160eb4cea6
2 102 Author: Matthias Kaehlcke <matthias@kaehlcke.net>
3 103 Date: Tue Mar 9 22:13:33 2010 +0100
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 2010
25 25 PATCHLEVEL = 03
26 26 SUBLEVEL =
27   -EXTRAVERSION = -rc2
  27 +EXTRAVERSION = -rc3
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else