Commit 6b1f78ae6ad037382ad430b07064105c88f7ac02

Authored by Wolfgang Denk
1 parent c3147c1762

Prepare v2009.06

Update CHANGELOG, fix minor coding stylke issue. Update Makefile.

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

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

  1 +commit c3147c1762f8caf99649051116a2411bdf887c10
  2 +Author: Wolfgang Denk <wd@denx.de>
  3 +Date: Sun Jun 14 20:31:36 2009 +0200
  4 +
  5 + Revert "SMC911x driver fixed for NFS boot"
  6 +
  7 + This reverts commit ca9c8a1e10fac01e6a1129f82a7ce18bd818fa43,
  8 + which causes compile warnings ("large integer implicitly truncated
  9 + to unsigned type") on all systems that use this driver. The warning
  10 + results from passing long constants (TX_CFG, RX_CFG) into
  11 + smc911x_set_mac_csr() which is declared to accept "unsigned
  12 + character" arguments only.
  13 +
  14 + Being close to a release, with nobody available to actually test the
  15 + code or the suggested fixes, it seems better to revert the patch.
  16 +
  17 +commit e7563aff174f77aa61dab1ef5d9b47bebaa43702
  18 +Author: Kumar Gala <galak@kernel.crashing.org>
  19 +Date: Thu Jun 11 23:42:35 2009 -0500
  20 +
  21 + fsl-ddr: Fix handling of >4G of memory when !CONFIG_PHYS_64BIT
  22 +
  23 + The ddr code computes most things as 64-bit quantities and had some places
  24 + in the middle that it was using phy_addr_t and phys_size_t.
  25 +
  26 + Instead we use unsigned long long through out and only at the last stage of
  27 + setting the LAWs and reporting the amount of memory to the board code do we
  28 + truncate down to what we can cover via phys_size_t.
  29 +
  30 + This has the added benefit that the DDR controller itself is always setup
  31 + the same way regardless of how much memory we have. Its only the LAW
  32 + setup that limits what is visible to the system.
  33 +
  34 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  35 +
  36 +commit d4b130dc80761b430dc5b410159cd158fca1a348
  37 +Author: Kumar Gala <galak@kernel.crashing.org>
  38 +Date: Thu Jun 11 23:40:34 2009 -0500
  39 +
  40 + 85xx: Use print_size to report amount of memory not mapped by TLBs
  41 +
  42 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  43 +
  44 +commit 6e2aebc33fa740c068fe28d40eaf0319b7c7287e
  45 +Author: Haiying Wang <Haiying.Wang@freescale.com>
  46 +Date: Wed May 20 12:30:42 2009 -0400
  47 +
  48 + 85xx: Add README for MPC8569MDS
  49 +
  50 + Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
  51 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  52 +
  53 +commit b2aab386e957ba684d4f2a466bfaa91770e5058a
  54 +Author: Haiying Wang <Haiying.Wang@freescale.com>
  55 +Date: Wed May 20 12:30:33 2009 -0400
  56 +
  57 + 85xx: Add UART1 support for MPC8569MDS
  58 +
  59 + MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
  60 + those pins before using UART1.
  61 +
  62 + Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
  63 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  64 +
  65 +commit 399b53cbab0b377ac4c5c16c19c6e41b68a9c719
  66 +Author: Haiying Wang <Haiying.Wang@freescale.com>
  67 +Date: Wed May 20 12:30:32 2009 -0400
  68 +
  69 + 85xx: Add PIB support at CS4/CS5 for MPC8569MDS
  70 +
  71 + Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
  72 + Signed-off-by: Yu Liu <Yu.Liu@freescale.com>
  73 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  74 +
  75 +commit fb27949059f1bc84381a6216a819090f0cdbaa70
  76 +Author: Haiying Wang <Haiying.Wang@freescale.com>
  77 +Date: Thu Jun 4 16:12:39 2009 -0400
  78 +
  79 + 85xx: Fix some settings for MPC8569MDS board
  80 +
  81 + - Increase the size of malloc to 512KB because MPC8569MDS needs more memory for
  82 + malloc to support up to eight Ethernet interfaces.
  83 + - Move Environment address out of uboot thus the saved environment variables
  84 + will not be erased after u-boot is re-programmed.
  85 +
  86 + Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
  87 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  88 +
  89 +commit c7f60fd29f2d638d080cdf1a49ad985b85f9429d
  90 +Author: Haiying Wang <Haiying.Wang@freescale.com>
  91 +Date: Wed May 20 12:30:30 2009 -0400
  92 +
  93 + 85xx: Fix MURAM size for MPC8569
  94 +
  95 + MPC8569 has 128K bytes MURAM.
  96 +
  97 + Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
  98 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  99 +
  100 +commit a53c997dd7fc858f2a27f5a47b200567b9343ae5
  101 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  102 +Date: Fri May 22 20:23:51 2009 +0200
  103 +
  104 + at91/cpu.c: add missing Copyright & GPL header
  105 +
  106 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  107 +
  108 +commit aa446a591aca46ef2b53cc6598ea8091feb45444
  109 +Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
  110 +Date: Sun Jun 7 21:45:16 2009 +0900
  111 +
  112 + apollon: Fix a OBJCFLAGS typo
  113 +
  114 + Signed-off-by: Shinya Kuribayashi <skuribay@pobox.com>
  115 +
  116 +commit 580611cb0932143fc2d7a735cfa9ce1ef34d6002
  117 +Author: Wolfgang Denk <wd@denx.de>
  118 +Date: Wed Jun 10 00:19:28 2009 +0200
  119 +
  120 + Prepare 2009.06-rc3
  121 +
  122 + Update CHANGELOG
  123 +
  124 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  125 +
1 126 commit 3a76ab5c166d5956885f803ce975e7151cc0ca0e
2 127 Author: Wolfgang Denk <wd@denx.de>
3 128 Date: Wed Jun 10 00:15:11 2009 +0200
... ... @@ -189,6 +314,26 @@
189 314  
190 315 Signed-off-by: Remy Bohmer <linux@bohmer.net>
191 316 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  317 +
  318 +commit 3c9b1ee17e19bd6d80344678d41a85e52b0be713
  319 +Author: Kim Phillips <kim.phillips@freescale.com>
  320 +Date: Fri Jun 5 14:11:33 2009 -0500
  321 +
  322 + mpc83xx: don't set SICRH_TSOBI1 to RMII/RTBI operation
  323 +
  324 + In GMII mode (which operates at 3.3V) both SICRH TSEC1/2 output buffer
  325 + impedance bits should be clear, i.e., SICRH[TSIOB1] = 0 and SICRH[TSIOB2] = 0.
  326 + SICRH[TSIOB1] was erroneously being set high.
  327 +
  328 + U-Boot always operated this PHY interface in GMII mode. It is assumed this
  329 + was missed in the clean up by the original board porters, and copied along
  330 + to the TQM and sbc boards.
  331 +
  332 + Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
  333 + Acked-by: Ira Snyder <iws@ovro.caltech.edu>
  334 + Reviewed-by: David Hawkins <dwh@ovro.caltech.edu>
  335 + Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
  336 + CC: Dave Liu <DaveLiu@freescale.com>
192 337  
193 338 commit 2c0234fa79122a5aa77c4e17c33eb2fe184b61a7
194 339 Author: Daniel Mack <daniel@caiaq.de>
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 2009
25 25 PATCHLEVEL = 06
26 26 SUBLEVEL =
27   -EXTRAVERSION = -rc3
  27 +EXTRAVERSION =
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else