Commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192

Authored by Wolfgang Denk
1 parent f7a35a60cf

Prepare v2008.10 release: update CHANGELOG & Makefile

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

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

  1 +commit f7a35a60cf45491871a5c28e9ad24db005487857
  2 +Author: Heiko Schocher <hs@denx.de>
  3 +Date: Fri Oct 17 18:24:06 2008 +0200
  4 +
  5 + mgcoge: add redundant environment sector
  6 +
  7 + Signed-off-by: Heiko Schocher <hs@denx.de>
  8 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  9 +
  10 +commit c2537ee85954af9d036b18b644f3e18d837bf4a5
  11 +Author: Heiko Schocher <hs@denx.de>
  12 +Date: Fri Oct 17 18:23:27 2008 +0200
  13 +
  14 + mgsuvd: update size of environment
  15 +
  16 + Signed-off-by: Heiko Schocher <hs@denx.de>
  17 +
  18 +commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
  19 +Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
  20 +Date: Thu Oct 16 13:38:00 2008 -0500
  21 +
  22 + 83xx NAND boot: wait for LTESR[CC]
  23 +
  24 + At least some revisions of the 8313, and possibly other chips, do not
  25 + wait for all pages of the initial 4K NAND region to be loaded before
  26 + beginning execution; thus, we wait for it before branching out of the
  27 + first NAND page.
  28 +
  29 + This fixes warm reset problems when booting from NAND on 8313erdb.
  30 +
  31 + Signed-off-by: Scott Wood <scottwood@freescale.com>
  32 + Acked-by: Kim Phillips <kim.phillips@freescale.com>
  33 +
  34 +commit bf29e0ea0af03d593c64614136acc723a7a022a2
  35 +Author: Yuri Tikhonov <yur@emcraft.com>
  36 +Date: Fri Oct 17 12:54:18 2008 +0200
  37 +
  38 + ppc4xx: PPC44x MQ initialization
  39 +
  40 + Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
  41 + values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
  42 + dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
  43 +
  44 + Previously the appropriate initialization had been made in Linux, by the
  45 + ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
  46 + registers after normal operation has begun is not supported and could
  47 + have unpredictable results.
  48 +
  49 + Comment from Stefan: This patch doesn't change the resulting value of the
  50 + MQ registers. It explicitly sets/clears all bits to the desired state which
  51 + better documents the resulting register value instead of relying on pre-set
  52 + default values.
  53 +
  54 + Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
  55 + Signed-off-by: Stefan Roese <sr@denx.de>
  56 +
  57 +commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
  58 +Author: Kumar Gala <galak@kernel.crashing.org>
  59 +Date: Thu Oct 16 21:58:50 2008 -0500
  60 +
  61 + 85xx: Using proper I2C source clock divider for MPC8544
  62 +
  63 + The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
  64 + bit 26, instead it should be bit 28. This caused in incorrect
  65 + interpretation of the i2c_clk which is the same as the SEC clk on
  66 + MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported
  67 + in PORDEVSR2.
  68 +
  69 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  70 +
  71 +commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
  72 +Author: Kumar Gala <galak@kernel.crashing.org>
  73 +Date: Thu Oct 16 21:58:49 2008 -0500
  74 +
  75 + Revert "85xx: Using proper I2C source clock divider for MPC8544"
  76 +
  77 + This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
  78 +
  79 + The fix introduced by this patch is not correct. The problem is
  80 + that the documentation is not correct for the MPC8544 with regards
  81 + to which bit in PORDEVSR2 is for the SEC_CFG.
  82 +
  83 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  84 +
  85 +commit 2179c4766bffeece98e5e92040629a96c97e230c
  86 +Author: Kumar Gala <galak@kernel.crashing.org>
  87 +Date: Wed Oct 15 10:19:41 2008 -0500
  88 +
  89 + 85xx: Fix compile warning
  90 +
  91 + mpc8536ds.c: In function 'is_sata_supported':
  92 + mpc8536ds.c:614: warning: unused variable 'devdisr'
  93 +
  94 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  95 +
  96 +commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
  97 +Author: Jason Jin <Jason.jin@freescale.com>
  98 +Date: Wed Oct 15 10:40:24 2008 +0800
  99 +
  100 + Fix the function conflict in x86emu when DEBUG is on
  101 +
  102 + The function parse_line() in common/main.c was exposed globally by commit
  103 + 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
  104 + name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
  105 + This patch fix this by renaming the function in the debug.c file.
  106 +
  107 + Signed-off-by: Jason Jin <Jason.jin@freescale.com>
  108 +
  109 +commit b4dbacf69a669a17487054552fc2761149dd6767
  110 +Author: Wolfgang Denk <wd@denx.de>
  111 +Date: Wed Oct 15 15:50:45 2008 +0200
  112 +
  113 + Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
  114 +
  115 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  116 +
1 117 commit 374b9038293d01d8744a46af9b7854a6fd99b228
2 118 Author: Heiko Schocher <hs@denx.de>
3 119 Date: Wed Oct 15 09:51:19 2008 +0200
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 2008
25 25 PATCHLEVEL = 10
26 26 SUBLEVEL =
27   -EXTRAVERSION = -rc3
  27 +EXTRAVERSION =
28 28 ifneq "$(SUBLEVEL)" ""
29 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
30 30 else