Commit b4dbacf69a669a17487054552fc2761149dd6767

Authored by Wolfgang Denk
1 parent 6971009217

Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3

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

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

  1 +commit 374b9038293d01d8744a46af9b7854a6fd99b228
  2 +Author: Heiko Schocher <hs@denx.de>
  3 +Date: Wed Oct 15 09:51:19 2008 +0200
  4 +
  5 + Fix compiler warning in lib_ppc/board.c
  6 +
  7 + Fix compiler warning introduced by commit 0f8cbc18
  8 +
  9 + Signed-off-by: Heiko Schocher <hs@denx.de>
  10 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  11 +
  12 +commit 9724555755a6f1066636481b41f7094e0ce93a69
  13 +Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
  14 +Date: Thu Oct 9 10:29:14 2008 +0530
  15 +
  16 + mpc83xx: wait till UPM completes the write to array
  17 +
  18 + Reference manual states that MxMR[MAD] increment is the indication
  19 + of write to UPM array is complete. Honour that. Also, make the dummy
  20 + write explicit.
  21 +
  22 + also fix the comment.
  23 +
  24 + Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
  25 + Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
  26 +
  27 +commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
  28 +Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
  29 +Date: Wed Oct 8 18:12:20 2008 -0500
  30 +
  31 + Remove unwanted ';' at end of define.
  32 +
  33 + Currently this is not creating any problem. But it will result
  34 + in compilation error when used as below.
  35 +
  36 + printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
  37 +
  38 + Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
  39 +
  40 + continuation of the theme based on git grep "^#define CFG_.*;$" include/
  41 +
  42 + Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
  43 +
  44 +commit b2934a56650e9a6c54432f9ce6dc36757967385e
  45 +Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
  46 +Date: Mon Oct 6 10:53:59 2008 -0400
  47 +
  48 + ARM DaVinci: Add maintainer information for SFFSDR board.
  49 +
  50 + Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
  51 +
  52 +commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
  53 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  54 +Date: Sat Oct 4 19:26:16 2008 +0200
  55 +
  56 + api: fix type mismatch
  57 +
  58 + This patch fixes a type mismatch and thus removes a compiler
  59 + warning when compiling with CONFIG_API on powerpc.
  60 +
  61 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  62 +
  63 +commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
  64 +Author: Peter Tyser <ptyser@xes-inc.com>
  65 +Date: Wed Oct 1 12:25:04 2008 -0500
  66 +
  67 + cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
  68 +
  69 + Original code displayed:
  70 + => help i2c
  71 + i2c i2c speed [speed] - show or set I2C bus speed
  72 + i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
  73 + ...
  74 +
  75 + Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
  76 +
  77 +commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
  78 +Author: Wolfgang Denk <wd@denx.de>
  79 +Date: Tue Oct 14 22:13:41 2008 +0200
  80 +
  81 + Update CHANGELOG
  82 +
  83 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  84 +
1 85 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
2 86 Author: Jason Jin <Jason.jin@freescale.com>
3 87 Date: Fri Oct 10 11:41:01 2008 +0800
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 2008
25 25 PATCHLEVEL = 10
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
drivers/net/ax88180.h
... ... @@ -182,7 +182,7 @@
182 182 #define RXCURT (CMD_BASE + 0x0034)
183 183 #define DEFAULT_RXCURT 0x00000000
184 184 #define RXBOUND (CMD_BASE + 0x0038)
185   - #define DEFAULT_RXBOUND 0x7FF //RX pages 0~7FFh
  185 + #define DEFAULT_RXBOUND 0x7FF /* RX pages 0~7FFh */
186 186 #define MACCFG0 (CMD_BASE + 0x0040)
187 187 #define MACCFG0_BIT3_0 0x00000007
188 188 #define IPGT_VAL 0x00000150