Commit 180a90abdae72587c0f679edf8991455e559440d

Authored by Wolfgang Denk
1 parent a734c06bf7

Release v1.3.3

Update CHANGELOG for release.

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

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

  1 +commit 16bedc661de0dae767b1377d8413373a3fbcfa79
  2 +Author: Stefan Roese <sr@denx.de>
  3 +Date: Mon May 19 07:14:38 2008 +0200
  4 +
  5 + ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
  6 +
  7 + When SATA is selected (via jumper J6) we need to disable the first PCIe
  8 + node in the device tree, so that Linux doesn't initialize it. Otherwise
  9 + the Linux SATA driver will fail to detect the devices.
  10 +
  11 + The same goes the other way around too. So if PCIe is selected we need
  12 + to disable the SATA node in the device tree.
  13 +
  14 + This is because PCIe port 0 and SATA on 460EX share the same pins
  15 + (multiplexed) and we have to configure in U-Boot which peripheral is
  16 + enabled.
  17 +
  18 + Signed-off-by: Stefan Roese <sr@denx.de>
  19 +
  20 +commit 3cc27b426aeefe2930f911692e9df3143fb2565f
  21 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  22 +Date: Sun May 18 19:09:58 2008 +0200
  23 +
  24 + i386: Fix multiple definitions of __show_boot_progress
  25 +
  26 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  27 +
  28 +commit 311f3446930c1e64c12026c1cfd00500b05be52d
  29 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  30 +Date: Sun May 18 19:09:57 2008 +0200
  31 +
  32 + sc530_spunk: add missing SOBJS entry
  33 +
  34 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  35 +
  36 +commit a559317143b4f95927b08cd388707e6f077e95fa
  37 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  38 +Date: Sun May 18 19:09:56 2008 +0200
  39 +
  40 + sc520_spunk: Fix flash
  41 +
  42 + flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
  43 + flash.c:398: error: label at end of compound statement
  44 +
  45 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  46 +
  47 +commit 91f221317af64191ee8caf303ea9305943158691
  48 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  49 +Date: Sun May 18 19:09:49 2008 +0200
  50 +
  51 + drivers/pcmcia: add missing i82365
  52 +
  53 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  54 +
  55 +commit dd223944132f97ffa52977ea95e5a52428f5cc2f
  56 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  57 +Date: Sun May 18 19:09:47 2008 +0200
  58 +
  59 + i386/bootm: remove unused var
  60 +
  61 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  62 +
  63 +commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
  64 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  65 +Date: Sun May 18 19:09:45 2008 +0200
  66 +
  67 + example/gitignore: update with all generated examples
  68 +
  69 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  70 +
  71 +commit a38dc3ea8614f8b0c41e432b445a9959b9711295
  72 +Author: Wolfgang Denk <wd@denx.de>
  73 +Date: Thu May 15 00:42:45 2008 +0200
  74 +
  75 + TQM8272: fix out-of-tree building
  76 +
  77 + ...and add to MAKEALL script
  78 +
  79 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  80 +
  81 +commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
  82 +Author: Wolfgang Denk <wd@denx.de>
  83 +Date: Wed May 14 23:34:53 2008 +0200
  84 +
  85 + environment: fix bug introduced by commit a8409f4f1ac8
  86 +
  87 + env_get_char is not a function, but a pointer to one.
  88 +
  89 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  90 +
  91 +commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
  92 +Author: Wolfgang Denk <wd@denx.de>
  93 +Date: Wed May 14 13:55:30 2008 +0200
  94 +
  95 + Fix config files for out-of-tree building
  96 +
  97 + Several board/<...>/config.mk files include dynamically built (by
  98 + the Makefile) config files but used the wrong file name of
  99 + $(TOPDIR)/board/$(BOARDDIR)/config.tmp
  100 + instead if the correct
  101 + $(OBJTREE)/board/$(BOARDDIR)/config.tmp
  102 +
  103 + The bug is nasty because the build result is correct for the (normal)
  104 + in-tree builds, and because 'sinclude' is used no errors get raised
  105 + even for out-of-tree build tests. But out-of-tree builds use an
  106 + incomplete and thus usually incorrect configuration...
  107 +
  108 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  109 +
  110 +commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
  111 +Author: Stefan Roese <sr@denx.de>
  112 +Date: Wed May 14 13:40:03 2008 +0200
  113 +
  114 + ppc4xx: Fix bogus Canyonlands config.mk
  115 +
  116 + This patch fixes the canyonlands config.mk file to enable correct
  117 + out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
  118 +
  119 + Signed-off-by: Stefan Roese <sr@denx.de>
  120 +
  121 +commit fdd1247a66d788a3446244f6fde9955a93c26322
  122 +Author: Stefan Roese <sr@denx.de>
  123 +Date: Wed May 14 10:32:32 2008 +0200
  124 +
  125 + ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
  126 +
  127 + Canyonlands has a file ddr2_fixed.c which needs special treatment when
  128 + building in separate directory. It has to be linked to build directory
  129 + otherwise it is not seen.
  130 +
  131 + Signed-off-by: Stefan Roese <sr@denx.de>
  132 +
  133 +commit a8409f4f1ac84c36273c1a1e341189662521bcfb
  134 +Author: Wolfgang Denk <wd@denx.de>
  135 +Date: Wed May 14 12:22:49 2008 +0200
  136 +
  137 + environment: cleanup prototype declarations of env functions.
  138 +
  139 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  140 +
  141 +commit cf39b07948015c480b72a6e732cf7d839aa93a9e
  142 +Author: Wolfgang Denk <wd@denx.de>
  143 +Date: Wed May 14 12:21:48 2008 +0200
  144 +
  145 + linkstation_HGLAN: Fix out of tree building.
  146 +
  147 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  148 +
  149 +commit 085551c05ca09e6c491ea11a1c6727a36776a545
  150 +Author: Stefan Roese <sr@denx.de>
  151 +Date: Wed May 14 10:32:32 2008 +0200
  152 +
  153 + ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
  154 +
  155 + Canyonlands has a file ddr2_fixed.c which needs special treatment when
  156 + building in separate directory. It has to be linked to build directory
  157 + otherwise it is not seen.
  158 +
  159 + Signed-off-by: Stefan Roese <sr@denx.de>
  160 +
  161 +commit 1510b82d50615f344e89d42533e8224cce067dc0
  162 +Author: Wolfgang Denk <wd@denx.de>
  163 +Date: Tue May 13 23:15:52 2008 +0200
  164 +
  165 + Makefile: fix "error: version_autogenerated.h: No such file or directory"
  166 +
  167 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  168 +
  169 +commit 70fab1908fc1734a403711eaabbef546bc4b77dc
  170 +Author: Stefan Roese <sr@denx.de>
  171 +Date: Tue May 13 20:22:01 2008 +0200
  172 +
  173 + ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
  174 +
  175 + Signed-off-by: Stefan Roese <sr@denx.de>
  176 +
  177 +commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
  178 +Author: Wolfgang Denk <wd@denx.de>
  179 +Date: Mon May 12 01:11:21 2008 +0200
  180 +
  181 + Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
  182 +
  183 + This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
  184 + which broke many PowerPC boards.
  185 +
  186 +commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
  187 +Author: Wolfgang Denk <wd@denx.de>
  188 +Date: Mon May 12 00:56:28 2008 +0200
  189 +
  190 + Revert "Avoid initrd and logbuffer area overlaps"
  191 +
  192 + This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
  193 + which breaks building on all PPC boards that don't use a log buffer.
  194 +
  195 +commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
  196 +Author: Nick Spence <nick.spence@freescale.com>
  197 +Date: Sat May 10 14:02:04 2008 -0700
  198 +
  199 + Fix offset calculation for multi-type legacy images.
  200 +
  201 + Calculation of tail was incorrect when size % 4 == 0.
  202 +
  203 + New code removes the conditional and does the same thing but with arithmetic
  204 +
  205 + Signed-off-by: Nick Spence <nick.spence@freescale.com>
  206 +
  207 +commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
  208 +Author: Wolfgang Denk <wd@denx.de>
  209 +Date: Mon May 12 00:40:58 2008 +0200
  210 +
  211 + Revert "Change env_get_char from a global function ptr to a function."
  212 +
  213 + This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
  214 + which is known to break booting from dataflash and NAND.
  215 +
  216 +commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
  217 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  218 +Date: Sun May 11 23:13:57 2008 +0200
  219 +
  220 + API: remove duplicate syscall check
  221 +
  222 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  223 +
  224 +commit 79dd1712689d6a5031d7cbff54957049680751c7
  225 +Author: Markus Klotzbรผcher <mk@denx.de>
  226 +Date: Thu May 8 16:00:55 2008 +0200
  227 +
  228 + ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
  229 +
  230 + When using dhcp/bootp the "netmask" environment variable is not set
  231 + because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
  232 + desireable, so the following patch adds this this option to the board
  233 + config.
  234 +
  235 + Signed-off-by: Markus Klotzbuecher <mk@denx.de>
  236 + Signed-off-by: Stefan Roese <sr@denx.de>
  237 +
  238 +commit 869d14b4cc2e47de2ddcb117bad0407a44436684
  239 +Author: Stefan Roese <sr@denx.de>
  240 +Date: Sat May 10 10:30:36 2008 +0200
  241 +
  242 + ppc4xx: Update Makalu defconfig to use device-tree booting as default
  243 +
  244 + This patch reworks the default environment on Makalu. Now "net_nfs" for
  245 + example uses the device-tree style booting formerly know as "net_nfs_fdt".
  246 + Also the addresses in RAM were changed because of the new image booting
  247 + support, which check for image overwriting. So the addresses needed to
  248 + get adjusted.
  249 +
  250 + Signed-off-by: Stefan Roese <sr@denx.de>
  251 +
  252 +commit f3612a7b199cab3942f60d9c1392eb39d58cc699
  253 +Author: Becky Bruce <bgill@freescale.com>
  254 +Date: Wed May 7 13:28:16 2008 -0500
  255 +
  256 + PPC: fix map_physmem build warning
  257 +
  258 + map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
  259 + enabled. This quiets the warning.
  260 +
  261 + Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
  262 +
  263 +commit 36f32675f40292002ee1fed252c180a43022d2d4
  264 +Author: Becky Bruce <bgill@freescale.com>
  265 +Date: Wed May 7 13:24:57 2008 -0500
  266 +
  267 + Update pci code to use phys_addr_t
  268 +
  269 + Physical addrs need to be represented by phys_addr_t, not
  270 + unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
  271 + are going to fail mightily.
  272 +
  273 + Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
  274 +
  275 +commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
  276 +Author: Nick Spence <nick.spence@freescale.com>
  277 +Date: Thu May 8 22:32:22 2008 -0700
  278 +
  279 + Support legacy multi-type images without FDT section.
  280 +
  281 + This patch enables legacy multi-type images containing only a Linux kernel
  282 + and root file system to be loaded, maintaining compatibility with previous
  283 + versions of u-boot.
  284 +
  285 + This is required when using old image files such as a Linux 2.4 kernel /
  286 + filesystem.
  287 +
  288 + Signed-off-by: Nick Spence <nick.spence@freescale.com>
  289 + Acked-by: Bartlomiej Sieka <tur@semihalf.com>
  290 +
  291 +commit 881031d9732783b7aeae2198fc7eb480ae8974a6
  292 +Author: Wolfgang Denk <wd@denx.de>
  293 +Date: Sat May 10 00:38:02 2008 +0200
  294 +
  295 + Update CHANGELOG.
  296 +
  297 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  298 +
1 299 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
2 300 Author: Wolfgang Denk <wd@denx.de>
3 301 Date: Sat May 10 00:36:09 2008 +0200
... ... @@ -24,7 +24,7 @@
24 24 VERSION = 1
25 25 PATCHLEVEL = 3
26 26 SUBLEVEL = 3
27   -EXTRAVERSION = -rc3
  27 +EXTRAVERSION =
28 28 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
29 29 VERSION_FILE = $(obj)include/version_autogenerated.h
30 30