Commit 661bad63a076a96c39c64f136915f146725af92b

Authored by Wolfgang Denk
1 parent 76957cb3d6

Prepare v1.3.2-rc2 release candidate

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

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

  1 +commit 76957cb3d621bf664311908e5962e151c633c285
  2 +Author: Stefan Roese <sr@denx.de>
  3 +Date: Sat Mar 1 12:11:40 2008 +0100
  4 +
  5 + ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
  6 +
  7 + The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
  8 + currently 4k/2k is configured. This patch fixes this issue.
  9 +
  10 + Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
  11 +
  12 + Signed-off-by: Stefan Roese <sr@denx.de>
  13 +
  14 +commit 118978c8eb43803e2794233922df4249fa278b83
  15 +Author: Woodruff, Richard <r-woodruff2@ti.com>
  16 +Date: Fri Feb 29 17:34:35 2008 -0600
  17 +
  18 + Fix alignment error on ARM for modules
  19 +
  20 + Fix alignment fault on ARM when running modules. With out an explicit
  21 + linker file gcc4.2.1 will half word align __bss_start's value. The word
  22 + dereference will crash hello_world.
  23 +
  24 + signed-off-by Richard Woodruff <r-woodruff2@ti.com>
  25 +
  26 +commit ce1120dd703e6f12c59e4eba9962356a0300b832
  27 +Author: Dave Liu <r63238@freescale.com>
  28 +Date: Fri Feb 29 17:45:31 2008 +0800
  29 +
  30 + fs: Fix ext2 read issue
  31 +
  32 + The ext2 aligned process will corrupt the key
  33 + data struct, the patch fix this.
  34 +
  35 + Signed-off-by: Dave Liu <daveliu@freescale.com>
  36 +
  37 +commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
  38 +Author: Wolfgang Denk <wd@denx.de>
  39 +Date: Sun Mar 2 22:45:33 2008 +0100
  40 +
  41 + Makefile: cleanup "clean" target
  42 +
  43 + Make sure CDPATH settings cannot interfere.
  44 + Update CHANGELOG.
  45 +
  46 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  47 +
1 48 commit ffda586fc1373243c9794babde69500f6293a8d8
2 49 Author: Li Yang <leoli@freescale.com>
3 50 Date: Fri Feb 29 11:46:05 2008 +0800
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 1
25 25 PATCHLEVEL = 3
26 26 SUBLEVEL = 2
27   -EXTRAVERSION = -rc2
  27 +EXTRAVERSION = -rc3
28 28 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
29 29 VERSION_FILE = $(obj)include/version_autogenerated.h
30 30