Commit 9a337ddc154a10a26f117fd147b009abcdeba75a

Authored by Wolfgang Denk
1 parent f30ad49b16

Prepare for 1.3.0 release.

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

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

  1 +commit f30ad49b16bf998b03c1a5228b6c86369d61c258
  2 +Author: Haiying Wang <Haiying.Wang@freescale.com>
  3 +Date: Mon Nov 19 10:02:13 2007 -0500
  4 +
  5 + Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
  6 +
  7 + CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
  8 +
  9 + Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
  10 +
  11 +commit f8c320609366176b31104d9bf5e295232e1c7f1d
  12 +Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
  13 +Date: Mon Nov 19 11:14:16 2007 +0900
  14 +
  15 + [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
  16 +
  17 + lowlevel_init.S: Assembler messages:
  18 + lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
  19 +
  20 + Looking at codes, the `memtest' and `clearmem' are intentional mixed
  21 + use of `global symbols' and `label' for debugging purpose. To make it
  22 + build, just disable global-symbols-use for now. As a result `memtest'
  23 + still remains as unused, but leave it be...
  24 +
  25 + Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
  26 +
  27 +commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
  28 +Author: Wolfgang Denk <wd@denx.de>
  29 +Date: Mon Nov 19 12:59:14 2007 +0100
  30 +
  31 + Fix build problems with mp2usb board
  32 +
  33 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  34 +
  35 +commit 6bf4c686afca1e86e1c384d59218f914605713bf
  36 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  37 +Date: Sun Nov 18 18:36:11 2007 +0100
  38 +
  39 + s3c24x0: Fix usb_ohci.c missing in Makefile
  40 + and usb_ohci.c warning differ in signedness
  41 +
  42 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  43 +
  44 +commit 6073f61e078da5ddb521b56256bcc36508589883
  45 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  46 +Date: Sun Nov 18 12:55:02 2007 +0100
  47 +
  48 + pb1x00 board: Fix u16 status declaration when PCMCIA is defined
  49 +
  50 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  51 +
  52 +commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
  53 +Author: Wolfgang Denk <wd@denx.de>
  54 +Date: Sun Nov 18 17:11:09 2007 +0100
  55 +
  56 + Fix compiler warnings for ARM systems.
  57 +
  58 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  59 +
  60 +commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
  61 +Author: Wolfgang Denk <wd@denx.de>
  62 +Date: Sun Nov 18 16:36:27 2007 +0100
  63 +
  64 + Fix compiler warnings for PPC systems. Update CHANGELOG.
  65 +
  66 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  67 +
1 68 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
2 69 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3 70 Date: Sat Nov 17 11:31:10 2007 +0100
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 1
25 25 PATCHLEVEL = 3
26 26 SUBLEVEL = 0
27   -EXTRAVERSION = -rc4
  27 +EXTRAVERSION =
28 28 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
29 29 VERSION_FILE = $(obj)include/version_autogenerated.h
30 30