Commit f4eb54529bb3664c3a562e488b460fe075f79d67

Authored by Wolfgang Denk
Committed by Wolfgang Denk
1 parent f07ae7a9da

Prepare for release 1.2.0

Showing 2 changed files with 125 additions and 4 deletions Side-by-side Diff

  1 +commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
  2 +Author: Stefan Roese <sr@denx.de>
  3 +Date: Sat Jan 6 15:58:09 2007 +0100
  4 +
  5 + [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
  6 +
  7 + This patch fixes a problem with an incorrect setup for the refresh
  8 + timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
  9 +
  10 + Signed-off-by: Stefan Roese <sr@denx.de>
  11 +
  12 +commit f16c1da9577f06c5fc08651a4065537407de4635
  13 +Author: Stefan Roese <sr@denx.de>
  14 +Date: Sat Jan 6 15:56:13 2007 +0100
  15 +
  16 + [PATCH] Update ALPR board files
  17 +
  18 + This update brings the ALPR board support to the newest version.
  19 + It also fixes a problem with the NAND driver.
  20 +
  21 + Signed-off-by: Stefan Roese <sr@denx.de>
  22 +
  23 +commit cd1d937f90250a32988c37b2b4af8364d25de8ed
  24 +Author: Stefan Roese <sr@denx.de>
  25 +Date: Fri Jan 5 11:46:05 2007 +0100
  26 +
  27 + [PATCH] nand: Fix problem with oobsize calculation
  28 +
  29 + Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
  30 +
  31 + The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
  32 + returns a 0x15. In the code fragment below bits [1:0] determine the
  33 + page size, it is ANDed via "(extid & 0x3)" then shifted out. The
  34 + next field is also ANDed with 0x3. However this is a one bit field
  35 + as defined in the Hynix and Samsung parts in the 4th ID byte that
  36 + determins the oobsize, not a two bit field. It works on Samsung as
  37 + bits[3:2] are 01. However for the Hynix there is a 11 in these two
  38 + bits, so the oob size gets messed up.
  39 +
  40 + I checked the correct linux code and the suggested fix from Brian is
  41 + also available in the linux nand mtd driver.
  42 +
  43 + Signed-off-by: Stefan Roese <sr@denx.de>
  44 +
  45 +commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
  46 +Author: Stefan Roese <sr@denx.de>
  47 +Date: Fri Jan 5 10:40:36 2007 +0100
  48 +
  49 + [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
  50 +
  51 + This fix will make the MAL burst disabling patch for the Linux
  52 + EMAC driver obsolete.
  53 +
  54 + Signed-off-by: Stefan Roese <sr@denx.de>
  55 +
  56 +commit 023889838282b6237b401664f22dd22dfba2c066
  57 +Author: Stefan Roese <sr@denx.de>
  58 +Date: Fri Jan 5 10:38:05 2007 +0100
  59 +
  60 + [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
  61 +
  62 + This code will optimize the DDR2 controller setup on a board specific
  63 + basis.
  64 +
  65 + Note: This code doesn't work right now on the NAND booting image for the
  66 + Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
  67 +
  68 + Signed-off-by: Stefan Roese <sr@denx.de>
  69 +
  70 +commit cce4acbb68398634b8d011ed7bb0d12269c84230
  71 +Author: Bartlomiej Sieka <tur@semihalf.com>
  72 +Date: Thu Dec 28 19:08:21 2006 +0100
  73 +
  74 + Few V38B changes:
  75 + - fix a typo in V38B config file
  76 + - move watchdog initialisation earlier in the boot process
  77 + - add "wdt=off" to default kernel command line (disables kernel watchdog)
  78 +
  79 +commit 92eb729bad876725aeea908d2addba0800620840
  80 +Author: Wolfgang Denk <wd@pollux.denx.de>
  81 +Date: Wed Dec 27 01:26:13 2006 +0100
  82 +
  83 + Fix bug in adaption of Stefano Babic's CFI driver patch.
  84 +
  85 +commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
  86 +Author: Wolfgang Denk <wd@pollux.denx.de>
  87 +Date: Sun Dec 24 01:42:57 2006 +0100
  88 +
  89 + Minor code cleanup.
  90 +
  91 +commit d784fdb05900ada3686d5778783e1fb328e9fb66
  92 +Author: Stefano Babic <sbabic@denx.de>
  93 +Date: Tue Dec 12 00:22:42 2006 +0100
  94 +
  95 + Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
  96 +
  97 +commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
  98 +Author: Stefan Roese <sr@denx.de>
  99 +Date: Fri Dec 22 14:29:40 2006 +0100
  100 +
  101 + [PATCH] Fix sequoia flash autodetection (finally correct)
  102 +
  103 + Now 32MByte and 64MByte FLASH is know to work and other
  104 + configurations should work too.
  105 +
  106 + Signed-off-by: Stefan Roese <sr@denx.de>
  107 +
  108 +commit 82e5236a8b719543643fd26d5827938ab2b94818
  109 +Author: Wolfgang Denk <wd@pollux.denx.de>
  110 +Date: Fri Dec 22 10:30:26 2006 +0100
  111 +
  112 + Minor code cleanup; update CHANGELOG.
  113 +
  114 +commit fa23044564091f05d9695beb7b5b9a931e7f41a4
  115 +Author: Heiko Schocher <hs@pollux.denx.de>
  116 +Date: Thu Dec 21 17:17:02 2006 +0100
  117 +
  118 + Added support for the TQM8272 board from TQ
  119 +
  120 + Signed-off-by: Heiko Schocher <hs@denx.de>
  121 +
1 122 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
2 123 Author: Bartlomiej Sieka <tur@semihalf.com>
3 124 Date: Wed Dec 20 00:29:43 2006 +0100
... ... @@ -210,7 +331,7 @@
210 331 [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
211 332  
212 333 This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
213   - arguments to bootm. It removes the getenv("disable_of") test that used
  334 + arguments to bootm. It removes the getenv("disable_of") test that used
214 335 to be used for this purpose.
215 336  
216 337 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
... ... @@ -908,7 +1029,7 @@
908 1029  
909 1030 If a Multi-Image file contains a third image we try to use it as a
910 1031 device tree. The device tree image is assumed to be uncompressed in the
911   - image file. We automatically allocate space for the device tree in memory
  1032 + image file. We automatically allocate space for the device tree in memory
912 1033 and provide an 8k pad to allow more than a reasonable amount of growth.
913 1034  
914 1035 Additionally, a device tree that was contained in flash will now automatically
... ... @@ -22,8 +22,8 @@
22 22 #
23 23  
24 24 VERSION = 1
25   -PATCHLEVEL = 1
26   -SUBLEVEL = 6
  25 +PATCHLEVEL = 2
  26 +SUBLEVEL = 0
27 27 EXTRAVERSION =
28 28 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
29 29 VERSION_FILE = $(obj)include/version_autogenerated.h