Commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7

Authored by Wolfgang Denk
1 parent 54b4ab3c96

Update CHANGELOG, prepare 2008-10-rc1 release

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

Showing 2 changed files with 2583 additions and 4 deletions Side-by-side Diff

Changes suppressed. Click to show
  1 +commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
  2 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  3 +Date: Tue Sep 9 22:18:24 2008 +0200
  4 +
  5 + bootm_load_os: fix load_end debug message
  6 +
  7 + print load_end value not pointer
  8 +
  9 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  10 +
  11 +commit 1d9af0be764960e6cc1c093e97176c3542796820
  12 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  13 +Date: Tue Sep 9 22:18:23 2008 +0200
  14 +
  15 + bootm: enable fdt support only on ppc, m68k and sparc
  16 +
  17 + ...as done in image.c
  18 +
  19 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  20 +
  21 +commit 748b5274e76f81df85cfcffaffedc323678d0623
  22 +Author: Markus Heidelberg <markus.heidelberg@web.de>
  23 +Date: Tue Sep 9 18:51:05 2008 +0200
  24 +
  25 + common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
  26 +
  27 + Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
  28 +
  29 +commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
  30 +Author: Markus Heidelberg <markus.heidelberg@web.de>
  31 +Date: Tue Sep 9 17:31:46 2008 +0200
  32 +
  33 + gitignore: add tags files and Vim swap file
  34 +
  35 + Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
  36 +
  37 +commit 1d9b67b23fca6a25154333733204339802510720
  38 +Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
  39 +Date: Tue Sep 9 17:52:47 2008 +0900
  40 +
  41 + add board_eth_init() for sh7785lcr board
  42 +
  43 + Fix the problem that cannot work RTL8169 on sh7785lcr board.
  44 +
  45 + Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
  46 +
  47 +commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
  48 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  49 +Date: Wed Aug 6 16:08:41 2008 -0500
  50 +
  51 + mtd: SPI Flash: Support the STMicro Flash
  52 +
  53 + Add MTD SPI Flash support for M25P16, M25P20, M25P32,
  54 + M25P40, M25P64, M25P80, M25P128.
  55 +
  56 + Signed-off-by: Jason McMullan <mcmullan@netapp.com>
  57 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  58 +
  59 +commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
  60 +Author: Ryan CHEN <ryan.chen@st.com>
  61 +Date: Wed Aug 20 13:00:17 2008 -0400
  62 +
  63 + Correct drv_usb_kbd_init function
  64 +
  65 + The patch is that check if usb_get_dev_index() function return valid
  66 + pointer. If valid, continue. Otherwise return -1.
  67 +
  68 + Signed-off-by: Ryan Chen <ryan.chen@st.com>
  69 + Acked-by: Markus Klotzbuecher <mk@denx.de>
  70 +
  71 +commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
  72 +Author: Remy Bohmer <linux@bohmer.net>
  73 +Date: Wed Aug 20 11:22:02 2008 +0200
  74 +
  75 + Make usb-stop() safe to call multiple times in a row.
  76 +
  77 + A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
  78 + enabled the usb_stop() command in common/cmd_bootm.c which was
  79 + not enabled for some time, because no board did actually set the
  80 + CFG_CMD_USB flag. So, now the usb_stop() is executed before
  81 + loading the linux kernel.
  82 +
  83 + However, the usb_ohci driver hangs up (at least on AT91SAM) if the
  84 + driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
  85 + If some other piece of code calls usb_stop() before the bootm command,
  86 + this command will hangup the system during boot.
  87 + (usb start and stop is typically used while booting from usb memory stick)
  88 +
  89 + But, stopping the usb stack twice is useless anyway, and a flag already
  90 + existed that kept track on the usb_init()/usb_stop() calls.
  91 + So, we now check if the usb stack is really started before we stop it.
  92 +
  93 + This problem is now fixed in both the upper as low-level layer.
  94 +
  95 + Signed-off-by: Remy Bohmer <linux@bohmer.net>
  96 + Acked-by: Markus Klotzbuecher <mk@denx.de>
  97 +
  98 +commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
  99 +Author: Wolfgang Denk <wd@denx.de>
  100 +Date: Tue Sep 9 16:55:47 2008 +0200
  101 +
  102 + Makefile: fix bug introduced by commit 47ffd6c2
  103 +
  104 +commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
  105 +Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
  106 +Date: Tue Sep 9 10:00:33 2008 -0400
  107 +
  108 + ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
  109 +
  110 + This patch solves the problems compiling ml507, v5fx30teval and
  111 + ppc440-generic out of tree.
  112 +
  113 + Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
  114 +
  115 +commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
  116 +Author: Nรญcolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
  117 +Date: Thu Sep 4 15:35:46 2008 -0300
  118 +
  119 + Fix dev_print when called from usb_stor_info (usb storage command)
  120 +
  121 + Fix output of the usb storage command. It was printing "Device 0: not
  122 + available" because IF_TYPE_USB was not included into the switch
  123 + statement.
  124 +
  125 + Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
  126 +
  127 +commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
  128 +Author: Bartlomiej Sieka <tur@semihalf.com>
  129 +Date: Tue Sep 9 12:58:16 2008 +0200
  130 +
  131 + FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
  132 +
  133 + Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
  134 +
  135 +commit 919f550dc11a13abf01c6bc713c968de790b8d7c
  136 +Author: Bartlomiej Sieka <tur@semihalf.com>
  137 +Date: Tue Sep 9 12:58:15 2008 +0200
  138 +
  139 + FIT: add ability to check hashes of all images in FIT, improve output
  140 +
  141 + - add function fit_all_image_check_hashes() that verifies if all
  142 + hashes of all images in the FIT are valid
  143 + - improve output of fit_image_check_hashes() when the hash check fails
  144 +
  145 + Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
  146 +
  147 +commit 1de1fa408967cef6804bb046b904114519bb36f0
  148 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  149 +Date: Mon Sep 8 20:54:39 2008 +0200
  150 +
  151 + qemu_mips: Update linux bootm to support dynamic cmdline
  152 +
  153 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  154 +
  155 +commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
  156 +Author: Peter Tyser <ptyser@xes-inc.com>
  157 +Date: Mon Sep 8 14:56:49 2008 -0500
  158 +
  159 + Add support for booting of INTEGRITY operating system uImages
  160 +
  161 + Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
  162 +
  163 +commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
  164 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  165 +Date: Mon Sep 8 21:01:29 2008 +0200
  166 +
  167 + mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
  168 +
  169 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  170 +
  171 +commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
  172 +Author: Kumar Gala <galak@kernel.crashing.org>
  173 +Date: Mon Sep 8 13:57:12 2008 -0500
  174 +
  175 + Remove support for booting ARTOS images
  176 +
  177 + Pantelis Antoniou stated:
  178 + AFAIK, it is still used but the products using PPC are long gone.
  179 + Nuke it plz (from orbit).
  180 +
  181 + So remove it since it cleans up a usage of env_get_char outside of
  182 + the environment code.
  183 +
  184 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  185 +
  186 +commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
  187 +Author: Wolfgang Denk <wd@denx.de>
  188 +Date: Tue Sep 9 15:45:18 2008 +0200
  189 +
  190 + Makefile: compile and link each module just once
  191 +
  192 + Several source files need to be compiled and linked when one or more
  193 + config options are selected. To allow for easy selection in the
  194 + Makefiles yet to avoild multiple compilation (which costs build time)
  195 + and especially multiple linking (which causes errors), we use
  196 + "COBJS = $(sort COBJS-y)" which eliminates duplicates.
  197 +
  198 + By courtesy of Detlev Zundel who suggested this approach.
  199 +
  200 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  201 +
  202 +commit 48d0192fe869948fef14b460b5f0c85bca933693
  203 +Author: Andreas Engel <andreas.engel@ericsson.com>
  204 +Date: Mon Sep 8 14:30:53 2008 +0200
  205 +
  206 + Moved conditional compile into Makefile
  207 +
  208 + Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
  209 +
  210 +commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
  211 +Author: Andreas Engel <andreas.engel@ericsson.com>
  212 +Date: Mon Sep 8 10:17:31 2008 +0200
  213 +
  214 + Merged serial_pl010.c and serial_pl011.c.
  215 +
  216 + They only differ in the init function.
  217 + This also adds the missing watchdog support for the PL011.
  218 +
  219 + Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
  220 +
  221 +commit 0817d688f307ee2c0598e79175c94a40ce90337b
  222 +Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
  223 +Date: Sun Sep 7 17:10:27 2008 -0400
  224 +
  225 + Remove gap fill in srec object v2
  226 +
  227 + SREC files do not need gap fill: The load address is specified in the
  228 + file. On the other hand, it can't be avoided in a .bin object. It has
  229 + no information about memory location.
  230 +
  231 + Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
  232 +
  233 +commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
  234 +Author: Markus Heidelberg <markus.heidelberg@web.de>
  235 +Date: Sun Sep 7 20:18:27 2008 +0200
  236 +
  237 + README: fix missing subdirectory in the documentation
  238 +
  239 + Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
  240 +
  241 +commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
  242 +Author: Graeme Russ <graeme.russ@gmail.com>
  243 +Date: Sun Sep 7 07:08:42 2008 +1000
  244 +
  245 + Update i386 code (sc520_cdp)
  246 +
  247 + Attempt to bring i386 / sc520 inline with master
  248 +
  249 + Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
  250 +
  251 +commit 5608692104efa8d56df803dc79ea41ac3607eee5
  252 +Author: Guennadi Liakhovetski <lg@denx.de>
  253 +Date: Thu Sep 4 13:01:49 2008 +0200
  254 +
  255 + fw_env: add NAND support
  256 +
  257 + Add support for environment in NAND with automatic NOR / NAND recognition,
  258 + including unaligned environment, bad-block skipping, redundant environment
  259 + copy.
  260 +
  261 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  262 +
  263 +commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
  264 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  265 +Date: Tue Sep 9 09:50:24 2008 +0200
  266 +
  267 + ppc4xx: Fix out-of-tree building of CPCI405 variants
  268 +
  269 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  270 + Acked-by: Stefan Roese <sr@denx.de>
  271 +
  272 +commit 59f630588e3fdbd698a0a2798e52a8924e899563
  273 +Author: Sergei Poselenov <sposelenov@emcraft.com>
  274 +Date: Fri Aug 15 15:42:11 2008 +0200
  275 +
  276 + Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
  277 +
  278 + Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
  279 +
  280 +commit e64987a892353f3d49eb242d997820ef8f538912
  281 +Author: Anatolij Gustschin <agust@denx.de>
  282 +Date: Fri Aug 15 15:42:13 2008 +0200
  283 +
  284 + 85xx: socrates: Enable Lime support.
  285 +
  286 + This patch adds Lime GDC support together with support for the PWM
  287 + backlight control through the w83782d chip. The reset pin of the
  288 + latter is attached to GPIO, so we need to reset it in
  289 + early_board_init_r.
  290 +
  291 + Signed-off-by: Anatolij Gustschin <agust@denx.de>
  292 +
  293 +commit 3e79b588b5199f35016f178fc0d5d1266382097f
  294 +Author: Detlev Zundel <dzu@denx.de>
  295 +Date: Fri Aug 15 15:42:12 2008 +0200
  296 +
  297 + 85xx: Socrates: Major code update.
  298 +
  299 + - Update the local bus ranges in the FDT for Linux for the various
  300 + devices connected to the local bus via chip-select.
  301 +
  302 + - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
  303 + lower than 66 MHz and uses I/O accessor functions consequently.
  304 +
  305 + - UPM data update.
  306 +
  307 + - Update of default environment and configuration. Use I2C multibus
  308 + as we do have two I2C buses. Also enable sdram and ext2 commands.
  309 +
  310 + Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
  311 + Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
  312 + Signed-off-by: Detlev Zundel <dzu@denx.de>
  313 +
  314 +commit e8d18541c6ceab821f75faab031740b33fdbfa4b
  315 +Author: Timur Tabi <timur@freescale.com>
  316 +Date: Fri Jul 18 16:52:23 2008 +0200
  317 +
  318 + Update Freescale 85xx boards to sys_eeprom.c
  319 +
  320 + The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
  321 + format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
  322 + 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
  323 + Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
  324 +
  325 + Signed-off-by: Timur Tabi <timur@freescale.com>
  326 +
  327 +commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
  328 +Author: Wolfgang Denk <wd@denx.de>
  329 +Date: Tue Sep 9 10:08:02 2008 +0200
  330 +
  331 + lib_ppc/interrupts.c: make board_show_activity() a weak function
  332 +
  333 + This allows to use show_activity() without having to
  334 + define an empty board_show_activity() function.
  335 +
  336 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  337 +
  338 +commit fe876787f8743883ce58fed61525eaa2f34da4c5
  339 +Author: Wolfgang Denk <wd@denx.de>
  340 +Date: Tue Sep 9 10:06:44 2008 +0200
  341 +
  342 + stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
  343 +
  344 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  345 +
  346 +commit 965de106ba8900372c8b16dc60d5acab7f925e38
  347 +Author: Wolfgang Denk <wd@denx.de>
  348 +Date: Tue Sep 9 10:03:47 2008 +0200
  349 +
  350 + NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
  351 +
  352 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  353 +
  354 +commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
  355 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  356 +Date: Tue Sep 9 01:22:39 2008 +0200
  357 +
  358 + disk-on-chip: remove duplicate doc_probe declaration
  359 +
  360 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  361 +
  362 +commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
  363 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  364 +Date: Tue Sep 9 00:59:40 2008 +0200
  365 +
  366 + onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
  367 +
  368 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  369 +
  370 +commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
  371 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  372 +Date: Tue Sep 9 00:59:39 2008 +0200
  373 +
  374 + rs5c372: fix rtc_set prototype
  375 +
  376 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  377 +
  378 +commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
  379 +Author: Sergei Poselenov <sposelenov@emcraft.com>
  380 +Date: Thu Aug 14 14:08:28 2008 +0200
  381 +
  382 + ARM: fix warning: target CPU does not support interworking
  383 +
  384 + This patch fixes warnings like this:
  385 +
  386 + start.S:0: warning: target CPU does not support interworking
  387 +
  388 + which come from some ARM cross compilers and are caused by hard-coded
  389 + (with "--with-cpu=arm9" configuration option) ARM targets (which
  390 + support ARM Thumb instructions), while the ARM target selected from
  391 + the command line (with "-march=armv4") doesn't support Thumb
  392 + instructions.
  393 +
  394 + This warning is issued by the compiler regardless of the real use of
  395 + the Thumb instructions in code.
  396 +
  397 + To fix this problem, we use options according to compiler version
  398 + being used.
  399 +
  400 + Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
  401 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  402 +
  403 +commit 4265c35fbcb248e58179007621d61d32d0b3b82a
  404 +Author: Sergei Poselenov <sposelenov@emcraft.com>
  405 +Date: Thu Aug 14 14:08:28 2008 +0200
  406 +
  407 + ARM: Use do_div() instead of division for "long long".
  408 +
  409 + Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
  410 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  411 +
  412 +commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
  413 +Author: Wolfgang Denk <wd@denx.de>
  414 +Date: Mon Sep 8 23:26:22 2008 +0200
  415 +
  416 + lib_arm/bootm.c: fix compile warnings
  417 +
  418 + bootm.c:128: warning: label 'error' defined but not used
  419 + bootm.c:65: warning: unused variable 'ret'
  420 +
  421 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  422 +
  423 +commit 2e3c867d0a63c563a51e65b776973b008f16cec5
  424 +Author: Wolfgang Denk <wd@denx.de>
  425 +Date: Mon Sep 8 22:46:42 2008 +0200
  426 +
  427 + ml507: fix out of tree build problem
  428 +
  429 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  430 +
  431 +commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
  432 +Author: Wolfgang Denk <wd@denx.de>
  433 +Date: Mon Sep 8 22:10:28 2008 +0200
  434 +
  435 + common/cmd_bootm.c: fix printf() format warnings
  436 +
  437 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  438 +
  439 +commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
  440 +Author: Wolfgang Denk <wd@denx.de>
  441 +Date: Mon Sep 8 22:37:45 2008 +0200
  442 +
  443 + BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
  444 +
  445 + missing doc_probe() prototype.
  446 +
  447 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  448 +
  449 +commit 2c5e3cc4994897d364b148942ff23e47783198f6
  450 +Author: Wolfgang Denk <wd@denx.de>
  451 +Date: Mon Sep 8 21:28:14 2008 +0200
  452 +
  453 + mk48t59: fix compile problem introduced by commit d1e23194
  454 +
  455 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  456 +
  457 +commit 5ff889349d2ace13f10c9335e09365fcec8247cc
  458 +Author: Stefan Roese <sr@denx.de>
  459 +Date: Mon Sep 8 14:11:12 2008 +0200
  460 +
  461 + ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
  462 +
  463 + This patch moves some 4xx specific prototypes out of include common.h
  464 + to a ppc4xx specific header.
  465 +
  466 + Signed-off-by: Stefan Roese <sr@denx.de>
  467 +
  468 +commit ac53ee8318678190bf3c68da477a84a657d86fb0
  469 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  470 +Date: Fri Sep 5 15:34:04 2008 +0200
  471 +
  472 + ppc4xx: Update CPCI405(AB) configuration
  473 +
  474 + This patch add FDT support and command line editing capabilities
  475 + for CPCI405 and CPCI405AB boards.
  476 +
  477 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  478 + Signed-off-by: Stefan Roese <sr@denx.de>
  479 +
  480 +commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
  481 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  482 +Date: Fri Sep 5 15:34:03 2008 +0200
  483 +
  484 + ppc4xx: Cleanup CPCI405 linker script
  485 +
  486 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  487 + Signed-off-by: Stefan Roese <sr@denx.de>
  488 +
  489 +commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
  490 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  491 +Date: Fri Sep 5 15:34:02 2008 +0200
  492 +
  493 + ppc4xx: Update CPCI405 variants handling
  494 +
  495 + This patch replaces the BOARD_REVISION variable in include/config.mk
  496 + by a using a temporary include file in the platform directory.
  497 +
  498 + The former way does not work anymore and the latter is also used by
  499 + some other boards.
  500 +
  501 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  502 + Signed-off-by: Stefan Roese <sr@denx.de>
  503 +
  504 +commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
  505 +Author: Stefan Roese <sr@denx.de>
  506 +Date: Mon Sep 8 10:01:48 2008 +0200
  507 +
  508 + ppc4xx: Remove CONFIG_CS8952_PHY define
  509 +
  510 + Since this define is only used on one board that was never really in
  511 + production, removing this compile time option doesn't hurt and makes
  512 + the code more readable.
  513 +
  514 + Signed-off-by: Stefan Roese <sr@denx.de>
  515 +
  516 +commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
  517 +Author: Stefan Roese <sr@denx.de>
  518 +Date: Fri Sep 5 14:11:40 2008 +0200
  519 +
  520 + ppc4xx: Fix compilation warning for PIP405
  521 +
  522 + This patch fixes a compilation warning for the PIP405 board. It moves the
  523 + #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
  524 + occur anymore. I am a little unsure if this #ifdef is at the correct
  525 + place now or if it could be removed completely. This needs to get
  526 + tested on the PIP405 board.
  527 +
  528 + Signed-off-by: Stefan Roese <sr@denx.de>
  529 +
  530 +commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
  531 +Author: Stefan Roese <sr@denx.de>
  532 +Date: Fri Sep 5 14:09:09 2008 +0200
  533 +
  534 + ppc4xx: Fix compilation warning for canyonlands & glacier
  535 +
  536 + Signed-off-by: Stefan Roese <sr@denx.de>
  537 +
  538 +commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
  539 +Author: Kumar Gala <galak@kernel.crashing.org>
  540 +Date: Fri Sep 5 14:40:29 2008 -0500
  541 +
  542 + Fix compiler warning in mpc8xxx ddr code
  543 +
  544 + ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
  545 + ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
  546 + ctrl_regs.c:523: note: 'caslat' was declared here
  547 +
  548 + Add a warning in DDR1 case if cas_latency isn't a value we know about.
  549 +
  550 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  551 + Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  552 +
  553 +commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
  554 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  555 +Date: Mon Sep 1 23:06:23 2008 +0200
  556 +
  557 + rtc: allow rtc_set to return an error and use it in cmd_date
  558 +
  559 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  560 +
  561 +commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
  562 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  563 +Date: Mon Sep 1 01:16:33 2008 +0200
  564 +
  565 + ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
  566 +
  567 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  568 +
  569 +commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
  570 +Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
  571 +Date: Sun Aug 31 05:37:04 2008 +0900
  572 +
  573 + config.mk: Move arch-specific condition to $(ARCH)_config.mk
  574 +
  575 + Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
  576 +
  577 +commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
  578 +Author: Kumar Gala <galak@kernel.crashing.org>
  579 +Date: Fri Aug 29 19:08:29 2008 -0500
  580 +
  581 + Prevent crash if random/invalid ramdisks are passed to bootm
  582 +
  583 + Adds returning an error from the ramdisk detection code if
  584 + its not a real ramdisk (invalid). There is no reason we can't
  585 + just return back to the console if we detect an invalid
  586 + ramdisk or CRC error.
  587 +
  588 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  589 +
  590 +commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
  591 +Author: Anatolij Gustschin <agust@denx.de>
  592 +Date: Fri Aug 29 21:04:45 2008 +0200
  593 +
  594 + Prevent crash if random DTB address is passed to bootm
  595 +
  596 + This patch adds bootm_start() return value check. If
  597 + error status is returned, we do not proceed further to
  598 + prevent board reset or crash as we still can recover
  599 + at this point.
  600 +
  601 + Signed-off-by: Anatolij Gustschin <agust@denx.de>
  602 +
  603 +commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
  604 +Author: Andrew Dyer <adyer@righthandtech.com>
  605 +Date: Fri Aug 29 12:30:39 2008 -0500
  606 +
  607 + clean up some #if !defined() in drivers/video/cfb_console.c
  608 +
  609 + rearrange some #if !defined() / #else / #endif statements to remove
  610 + the negative logic.
  611 +
  612 + Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
  613 +
  614 +commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
  615 +Author: Kyungmin Park <kmpark@infradead.org>
  616 +Date: Fri Aug 29 09:02:20 2008 +0900
  617 +
  618 + apollon: use the last memory area for u-boot
  619 +
  620 + Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
  621 +
  622 +commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
  623 +Author: Heiko Schocher <hs@denx.de>
  624 +Date: Thu Aug 28 13:50:42 2008 +0200
  625 +
  626 + TQM8272: move NAND part in seperate File
  627 +
  628 + I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
  629 + because I have no longer access to the hardware.
  630 +
  631 + Signed-off-by: Heiko Schocher <hs@denx.de>
  632 +
  633 +commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
  634 +Author: Heiko Schocher <hs@denx.de>
  635 +Date: Thu Aug 28 13:48:36 2008 +0200
  636 +
  637 + TQM8272: Fix compiling error for the TQM8272 board.
  638 +
  639 + Fix compile problems caused by
  640 + commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
  641 +
  642 + Signed-off-by: Heiko Schocher <hs@denx.de>
  643 +
  644 +commit 1a7f8ccec981648ccd38fca2535490582eee08e6
  645 +Author: Kyungmin Park <kmpark@infradead.org>
  646 +Date: Wed Aug 27 14:45:20 2008 +0900
  647 +
  648 + Add JFFS2 command support on OneNAND
  649 +
  650 + Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
  651 +
  652 +commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
  653 +Author: Mark Jackson <mpfj@mimc.co.uk>
  654 +Date: Mon Aug 25 19:21:30 2008 +0100
  655 +
  656 + Allow console input to be disabled
  657 +
  658 + Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
  659 +
  660 + When CONFIG_DISABLE_CONSOLE is defined, setting
  661 + GD_FLG_DISABLE_CONSOLE disables all console input and output.
  662 +
  663 + Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
  664 +
  665 +commit 2b22d608f370565c87f55928b524207031419c11
  666 +Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
  667 +Date: Wed Jul 30 12:39:29 2008 +0200
  668 +
  669 + loads: allow negative offsets
  670 +
  671 + Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
  672 +
  673 +commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
  674 +Author: Yuri Tikhonov <yur@emcraft.com>
  675 +Date: Thu Sep 4 11:19:05 2008 +0200
  676 +
  677 + USB EHCI: reset root hub
  678 +
  679 + Some of multi-function USB controllers (e.g. ISP1562) allow root hub
  680 + resetting only via EHCI registers. So, this patch adds the
  681 + corresponding kind of reset to OHCI's hc_reset() if the newly
  682 + introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
  683 + board).
  684 +
  685 + Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
  686 + Acked-by: Markus Klotzbuecher <mk@denx.de>
  687 +
  688 +commit 5875d358f025c1b042d8a0f08384b756de7256c9
  689 +Author: Yuri Tikhonov <yur@emcraft.com>
  690 +Date: Fri Aug 15 15:42:09 2008 +0200
  691 +
  692 + RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
  693 +
  694 + Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
  695 +
  696 +commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
  697 +Author: Stefan Roese <sr@denx.de>
  698 +Date: Fri Sep 5 10:47:46 2008 +0200
  699 +
  700 + devices: Use list_add_tail() instead of list_add() to register a device
  701 +
  702 + This patch fixes a problem spotted on Glacier/Canyonlands (and most
  703 + likely lots of other board ports), that no serial output was seen
  704 + after console initialization in console_init_r(). This is because the
  705 + last added console device was used instead of the first added.
  706 +
  707 + This patch fixes this problem by using list_add_tail() instead of
  708 + list_add() to register a device. This way the first added console
  709 + is used again.
  710 +
  711 + Signed-off-by: Stefan Roese <sr@denx.de>
  712 +
  713 +commit 78d78236896d62bb8ca7302af38d8f1493eb2651
  714 +Author: Victor Gallardo <vgallardo@amcc.com>
  715 +Date: Thu Sep 4 23:49:36 2008 -0700
  716 +
  717 + ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
  718 +
  719 + This patch adds GPCS, SGMII and M88E1112 PHY support
  720 + for the AMCC PPC460GT/EX processors.
  721 +
  722 + Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
  723 + Signed-off-by: Stefan Roese <sr@denx.de>
  724 +
  725 +commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
  726 +Author: Adam Graham <agraham@amcc.com>
  727 +Date: Wed Sep 3 12:26:59 2008 -0700
  728 +
  729 + ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
  730 +
  731 + Signed-off-by: Adam Graham <agraham@amcc.com>
  732 + Signed-off-by: Stefan Roese <sr@denx.de>
  733 +
  734 +commit 075d0b81e896e8735ae26372cd384f87cbd24e41
  735 +Author: Adam Graham <agraham@amcc.com>
  736 +Date: Wed Sep 3 12:26:28 2008 -0700
  737 +
  738 + ppc4xx: IBM Memory Controller DDR autocalibration routines
  739 +
  740 + Alternate SDRAM DDR autocalibration routine that can be generically used
  741 + for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
  742 + support of more DIMM/memory chip vendors and gets the DDR autocalibration
  743 + values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
  744 +
  745 + Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
  746 + "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
  747 + of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
  748 + lot longer to run than Method_B. Method_B executes in the same amount of time
  749 + as the currently existing DDR autocalibration routine, i.e. 1 second or so.
  750 + Normally Method_B is used and it is set as the default method.
  751 +
  752 + The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
  753 + Controller registers.[bit-field]:
  754 + 1) SDRAM0_RQDC.[RQFD]
  755 + 2) SDRAM0_RFDC.[RFFD]
  756 +
  757 + This alternate PPC4xx DDR autocalibration code calibrates the following
  758 + IBM SDRAM Controller registers.[bit-field]:
  759 +
  760 + 1) SDRAM0_WRDTR.[WDTR]
  761 + 2) SDRAM0_CLKTR.[CKTR]
  762 + 3) SDRAM0_RQDC.[RQFD]
  763 + 4) SDRAM0_RFDC.[RFFD]
  764 +
  765 + and will also use the calibrated settings of the above four registers that
  766 + produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
  767 + register.[bit-field].
  768 +
  769 + Signed-off-by: Adam Graham <agraham@amcc.com>
  770 + Signed-off-by: Stefan Roese <sr@denx.de>
  771 +
  772 +commit e07f4a8033b6270b8103049adb6456f660ff4a89
  773 +Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
  774 +Date: Mon Sep 1 13:09:39 2008 -0400
  775 +
  776 + ppc44x: Unification of virtex5 pp440 boards
  777 +
  778 + This patch provides an unificated way of handling xilinx v5 ppc440 boards.
  779 +
  780 + It unificates 3 different things:
  781 +
  782 + 1) Source code
  783 + A new board called ppc440-generic has been created. This board includes
  784 + a generic tlb initialization (Maps the whole memory into virtual) and
  785 + defines board_pre_init, checkboard, initdram and get_sys_info weakly,
  786 + so, they can be replaced by specific functions.
  787 +
  788 + If a new board needs to redefine any of the previous functions
  789 + (specific initialization) it can create a new directory with the
  790 + specific initializations needed. (see the example ml507 board).
  791 +
  792 + 2) Configuration file
  793 + Common configurations are located under configs/xilinx-ppc440.h, this
  794 + header file interpretes the xparameters file generated by EDK and
  795 + configurates u-boot in correspondence. Example: if there is a Temac,
  796 + allows CMD_CONFIG_NET
  797 + Specific configuration are located under specific configuration file.
  798 + (see the example ml507 board)
  799 +
  800 + 3) Makefile
  801 + Some work has been done in order to not duplicate work in the Main
  802 + Makefile. Please see the attached code.
  803 +
  804 + In order to support new boards they can be implemented in the next way:
  805 +
  806 + a) Simple Generic Board (90% of the time)
  807 + Using EDK generates a new xparameters.h file, replace
  808 + ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
  809 + && make
  810 +
  811 + b) Simple Boards with special u-boot parameters (9 % of the time)
  812 + Create a new file under configs for it (use ml507.h as example) and
  813 + change your paramaters. Create a new Makefile paragraph and compile
  814 +
  815 + c) Complex boards (1% of the time)
  816 + Create a new folder for the board, like the ml507
  817 +
  818 + Finally, it adds support for the Avnet FX30T Evaluation board, following
  819 + the new generic structure:
  820 +
  821 + Cheap board by Avnet for evaluating the Virtex5 FX technology.
  822 +
  823 + This patch adds support for:
  824 + - UartLite
  825 + - 16MB Flash
  826 + - 64MB RAM
  827 +
  828 + Prior using U-boot in this board, read carefully the ERRATA by Avnet
  829 + to solve some memory initialization issues.
  830 +
  831 + Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
  832 + Signed-off-by: Stefan Roese <sr@denx.de>
  833 +
  834 +commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
  835 +Author: Nick Spence <nick.spence@freescale.com>
  836 +Date: Tue Sep 2 15:21:16 2008 -0500
  837 +
  838 + mpc83xx: fix mpc8313 in-tree building with NAND
  839 +
  840 + and add mpc8313 NAND build to MAKEALL
  841 +
  842 + Signed-off-by: Nick Spence <nick.spence@freescale.com>
  843 + Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
  844 +
  845 +commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
  846 +Author: Nick Spence <nick.spence@freescale.com>
  847 +Date: Thu Aug 28 14:09:25 2008 -0700
  848 +
  849 + mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
  850 +
  851 + Cleans up some latent issues with the data cache control so that
  852 + dcache_enable() and dcache_disable() will work reliably (after
  853 + unlock_ram_in_cache() has been called)
  854 +
  855 + Signed-off-by: Nick Spence <nick.spence@freescale.com>
  856 + Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
  857 +
  858 +commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
  859 +Author: Nick Spence <nick.spence@freescale.com>
  860 +Date: Thu Aug 28 14:09:19 2008 -0700
  861 +
  862 + mpc83xx: Store and display Arbiter Event Register values
  863 +
  864 + Record the Arbiter Event Register values and optionally display them.
  865 +
  866 + The Arbiter Event Register can record the type and effective address of
  867 + an arbiter error, even through an HRESET. This patch stores the values in
  868 + the global data structure.
  869 +
  870 + Display of the Arbiter Event registers immediately after the RSR value
  871 + can be enabled with defines. The Arbiter values will only be displayed
  872 + if an arbiter event has occured since the last Power On Reset, and either
  873 + of the following defines exist:
  874 + #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
  875 + and type register values
  876 + #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
  877 + event register values
  878 +
  879 + Address Only transactions are one of the trapped events that can register
  880 + as an arbiter event. They occur with some cache manipulation instructions
  881 + if the HID0_ABE (Address Broadcast Enable) is set and the memory region
  882 + has the MEMORY_COHERENCE WIMG bit set. Setting:
  883 + #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
  884 + only events, so that it can still capture
  885 + other real problems.
  886 +
  887 + Signed-off-by: Nick Spence <nick.spence@freescale.com>
  888 + Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
  889 +
  890 +commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
  891 +Author: Nick Spence <nick.spence@freescale.com>
  892 +Date: Thu Aug 28 14:09:11 2008 -0700
  893 +
  894 + mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
  895 +
  896 + This is needed in unlock_ram_in_cache() because it is called from C and
  897 + will corrupt the small data area anchor that is kept in R2.
  898 +
  899 + lock_ram_in_cache() is modified similarly as good coding practice, but
  900 + is not called from C.
  901 +
  902 + Signed-off-by: Nick Spence <nick.spence@freescale.com>
  903 + Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
  904 +
  905 +commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
  906 +Author: Nick Spence <nick.spence@freescale.com>
  907 +Date: Fri Aug 22 23:52:50 2008 -0700
  908 +
  909 + MPC83XX: Fix GPIO configuration - set gpio level before direction
  910 +
  911 + Set DAT value before DIR values to avoid creating glitches on the
  912 + GPIO signals.
  913 +
  914 + Set gpio level register before direction register to inhibit
  915 + glitches on high level output pins.
  916 +
  917 + Dir and data gets cleared at powerup, so high level output lines see
  918 + a short low pulse between setting the direction and level registers.
  919 +
  920 + Issue was seen on a new board with the nReset line of the NOR flash
  921 + connected to a GPIO. Setting the direction register puts the NOR flash
  922 + in reset so the next instruction to set the level cannot get executed.
  923 +
  924 + Signed-off-by: Nick Spence <nick.spence@freescale.com>
  925 + Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  926 + Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
  927 +
  928 +commit 7007c5975ee900ad70983b0681d3251e221f8321
  929 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  930 +Date: Tue Sep 2 02:58:32 2008 +0200
  931 +
  932 + doc/qemu_mips: add doc howto debug u-boot with gdb
  933 +
  934 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  935 +
  936 +commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
  937 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  938 +Date: Wed Sep 3 17:15:45 2008 +0200
  939 +
  940 + ppx4xx: Fix broken DASA_SIM board
  941 +
  942 + This patch adds initdram() to DASA_SIM boards that has been
  943 + removed accidentally by a previous commit.
  944 +
  945 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  946 + Signed-off-by: Stefan Roese <sr@denx.de>
  947 +
  948 +commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
  949 +Author: Stefan Roese <sr@denx.de>
  950 +Date: Mon Sep 1 08:35:37 2008 +0200
  951 +
  952 + ppc4xx: Remove reference to common/lists.o from some esd linker scripts
  953 +
  954 + This patch removes some direct references to common/lists.o from some
  955 + esd linker scripts. This is necessary because the lists source was moved
  956 + and is not in the "common" directory anymore.
  957 +
  958 + Signed-off-by: Stefan Roese <sr@denx.de>
  959 +
  960 +commit 97b0734d65f8a0b03df0a335a2addc759da56107
  961 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  962 +Date: Tue Sep 2 16:33:05 2008 +0200
  963 +
  964 + ppc4xx: Remove obsolete or unused functions from some esd boards
  965 +
  966 + This patch removes initdram() and testdram() from most esd 405 platforms.
  967 + Some boards also have an empty dummy implementation of
  968 + misc_init_f(). This is also removed.
  969 +
  970 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  971 + Signed-off-by: Stefan Roese <sr@denx.de>
  972 +
  973 +commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
  974 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  975 +Date: Tue Sep 2 15:07:54 2008 +0200
  976 +
  977 + ppc4xx: Update VOM405 board configuration
  978 +
  979 + - remove PCI code
  980 + - add command line editing
  981 + - minor cleanup
  982 +
  983 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  984 + Signed-off-by: Stefan Roese <sr@denx.de>
  985 +
  986 +commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
  987 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  988 +Date: Tue Sep 2 15:07:53 2008 +0200
  989 +
  990 + ppc4xx: Remove obsolete initdram() function from VOM405 board
  991 +
  992 + This patch removed the obsolete initdram() function from
  993 + VOM405 platform file.
  994 +
  995 + Some minor cleanup.
  996 +
  997 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  998 + Signed-off-by: Stefan Roese <sr@denx.de>
  999 +
  1000 +commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
  1001 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  1002 +Date: Tue Sep 2 15:07:52 2008 +0200
  1003 +
  1004 + ppc4xx: Cleanup VOM405 linker script
  1005 +
  1006 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  1007 + Signed-off-by: Stefan Roese <sr@denx.de>
  1008 +
  1009 +commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
  1010 +Author: Matthias Fuchs <mf@esd.eu>
  1011 +Date: Tue Sep 2 15:07:51 2008 +0200
  1012 +
  1013 + ppc4xx: Add fdt support for VOM405 boards
  1014 +
  1015 + Signed-off-by: Matthias Fuchs <mf@esd.eu>
  1016 + Signed-off-by: Stefan Roese <sr@denx.de>
  1017 +
  1018 +commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
  1019 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  1020 +Date: Tue Sep 2 11:36:14 2008 +0200
  1021 +
  1022 + ppc4xx: Coding style cleanup
  1023 +
  1024 + Wrap long lines etc.
  1025 +
  1026 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  1027 + Signed-off-by: Stefan Roese <sr@denx.de>
  1028 +
  1029 +commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
  1030 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  1031 +Date: Tue Sep 2 11:35:56 2008 +0200
  1032 +
  1033 + ppc4xx: Enable USB on PLU405 boards
  1034 +
  1035 + This patch enables the PCI-OHCI controller on PLU405 board.
  1036 +
  1037 + Also the default CPU frequency is updated to 266 MHz and
  1038 + command line editing is enabled.
  1039 +
  1040 + Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  1041 + Signed-off-by: Stefan Roese <sr@denx.de>
  1042 +
  1043 +commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
  1044 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  1045 +Date: Tue Sep 2 11:35:35 2008 +0200
  1046 +
  1047 + ppc4xx: Cleanup PLU405 platform file
  1048 +
  1049 + This patch
  1050 + - wraps some long lines
  1051 + - removes unused/obsolete functions: misc_init_f() and initdram()
  1052 +
  1053 + Signed-off-by: Matthias Fuchs <mf@esd.eu>
  1054 + Signed-off-by: Stefan Roese <sr@denx.de>
  1055 +
  1056 +commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
  1057 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  1058 +Date: Tue Sep 2 11:35:04 2008 +0200
  1059 +
  1060 + ppc4xx: Cleanup PLU405 linker script
  1061 +
  1062 + Signed-off-by: Matthias Fuchs <mf@esd.eu>
  1063 + Signed-off-by: Stefan Roese <sr@denx.de>
  1064 +
  1065 +commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
  1066 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  1067 +Date: Tue Sep 2 11:34:36 2008 +0200
  1068 +
  1069 + ppc4xx: Add fdt support for PLU405 boards
  1070 +
  1071 + Signed-off-by: Matthias Fuchs <mf@esd.eu>
  1072 + Signed-off-by: Stefan Roese <sr@denx.de>
  1073 +
  1074 +commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
  1075 +Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
  1076 +Date: Tue Sep 2 11:34:08 2008 +0200
  1077 +
  1078 + ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
  1079 +
  1080 + Signed-off-by: Matthias Fuchs <mf@esd.eu>
  1081 + Signed-off-by: Stefan Roese <sr@denx.de>
  1082 +
  1083 +commit be1b0d2777e179191a57b138b660547a17e55aad
  1084 +Author: Jochen Friedrich <jochen@scram.de>
  1085 +Date: Tue Sep 2 11:24:59 2008 +0200
  1086 +
  1087 + Don't tftp to unknown flash
  1088 +
  1089 + If a board has a variable number of flash banks, there are empty entries
  1090 + in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
  1091 + "Outside available Flash". This patch skips flash banks with unknown
  1092 + flash ids.
  1093 +
  1094 + Signed-off-by: Jochen Friedrich <jochen@scram.de>
  1095 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1096 +
  1097 +commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
  1098 +Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1099 +Date: Thu Aug 28 13:40:44 2008 +0900
  1100 +
  1101 + net: smc911x: Add pkt_data_pull and pkt_data_push function
  1102 +
  1103 + The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
  1104 + Byte-swapping is necessary, and so poor performance is inevitable.
  1105 + This problem cannot evade by the swap function of CHIP, this can
  1106 + evade by software Byte-swapping.
  1107 + And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
  1108 + functions necessary to solve this problem.
  1109 +
  1110 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1111 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1112 +
  1113 +commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
  1114 +Author: Ben Warren <biggerbadderben@gmail.com>
  1115 +Date: Sun Aug 31 20:37:00 2008 -0700
  1116 +
  1117 + Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
  1118 +
  1119 + Affected boards:
  1120 + db64360
  1121 + db64460
  1122 + katmai
  1123 + taihu
  1124 + taishan
  1125 + yucca
  1126 + cpc45
  1127 + cpu87
  1128 + eXalion
  1129 + elppc
  1130 + debris
  1131 + kvme080
  1132 + mpc8315erdb
  1133 + integratorap
  1134 + ixdp425
  1135 + oxc
  1136 + pm826
  1137 + pm828
  1138 + pm854
  1139 + pm856
  1140 + ppmc7xx
  1141 + sc3
  1142 + sc520_spunk
  1143 + sorcery
  1144 + tqm8272
  1145 + tqm85xx
  1146 + utx8245
  1147 +
  1148 + Removed initialization of the driver from net/eth.c
  1149 + Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
  1150 +
  1151 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1152 +
  1153 +commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
  1154 +Author: Ben Warren <biggerbadderben@gmail.com>
  1155 +Date: Sun Aug 31 10:45:44 2008 -0700
  1156 +
  1157 + Moved initialization of TULIP Ethernet controller to board_eth_init()
  1158 +
  1159 + Affected boards:
  1160 + cu824
  1161 + bab7xx
  1162 + adciop
  1163 + dasa_sim
  1164 + mousse
  1165 + mpc8540eval
  1166 + musenki
  1167 + mvblue
  1168 + pcippc2/pcippc6
  1169 + sbc8240
  1170 + stxssa
  1171 +
  1172 + Removed initialization of the driver from net/eth.c
  1173 +
  1174 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1175 +
  1176 +commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
  1177 +Author: Ben Warren <biggerbadderben@gmail.com>
  1178 +Date: Sun Aug 31 10:44:19 2008 -0700
  1179 +
  1180 + Moved initialization of E1000 Ethernet controller to board_eth_init()
  1181 +
  1182 + Affected boards:
  1183 + ap1000
  1184 + mvbc_p
  1185 + PM854
  1186 +
  1187 + Removed initialization of the driver from net/eth.c
  1188 +
  1189 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1190 +
  1191 +commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
  1192 +Author: Ben Warren <biggerbadderben@gmail.com>
  1193 +Date: Sun Aug 31 10:40:51 2008 -0700
  1194 +
  1195 + Moved initialization of plb2800 Ethernet driver to board_eth_init
  1196 +
  1197 + Affected boards:
  1198 + purple
  1199 +
  1200 + Removed initialization of controller from net/eth.c
  1201 +
  1202 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1203 +
  1204 +commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
  1205 +Author: Ben Warren <biggerbadderben@gmail.com>
  1206 +Date: Sun Aug 31 10:39:12 2008 -0700
  1207 +
  1208 + Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
  1209 +
  1210 + Modified board_eth_init() functions of boards that have this FEC in addition
  1211 + to other Ethernet controllers.
  1212 +
  1213 + Affected boards:
  1214 + bc3450
  1215 + icecube
  1216 + mvbc_p
  1217 + o2dnt
  1218 + pm520
  1219 + total5200
  1220 + tq5200
  1221 +
  1222 + Removed initialization of controller from net/eth.c
  1223 +
  1224 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1225 +
  1226 +commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
  1227 +Author: Ben Warren <biggerbadderben@gmail.com>
  1228 +Date: Sun Aug 31 10:36:38 2008 -0700
  1229 +
  1230 + Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
  1231 +
  1232 + Added a cpu_eth_init() function to MPC512x CPU directory and
  1233 + removed code from net/eth.c
  1234 +
  1235 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1236 +
  1237 +commit 8218bd2aa68820b878a8413493ae17fd8d21f944
  1238 +Author: Ben Warren <biggerbadderben@gmail.com>
  1239 +Date: Sun Aug 31 10:16:59 2008 -0700
  1240 +
  1241 + Moved initialization of IncaIP Ethernet controller to board_eth_init
  1242 +
  1243 + Affected boards:
  1244 + IncaIP
  1245 +
  1246 + Removed initialization of the driver from net/eth.c
  1247 +
  1248 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1249 +
  1250 +commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
  1251 +Author: Ben Warren <biggerbadderben@gmail.com>
  1252 +Date: Sun Aug 31 10:15:26 2008 -0700
  1253 +
  1254 + Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
  1255 +
  1256 + Affected boards:
  1257 + AmigaOneG3SE
  1258 +
  1259 + Removed initialization of the driver from net/eth.c
  1260 +
  1261 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1262 +
  1263 +commit 6aca145e067efe75398e9fac97822bd3700de0b2
  1264 +Author: Ben Warren <biggerbadderben@gmail.com>
  1265 +Date: Sun Aug 31 10:13:34 2008 -0700
  1266 +
  1267 + Moved initialization of GT6426x Ethernet controller to board_eth_init()
  1268 +
  1269 + Affected boards:
  1270 + EVB64260
  1271 + P3G4
  1272 + ZUMA
  1273 +
  1274 + Removed initialization of the driver from net/eth.c
  1275 +
  1276 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1277 +
  1278 +commit e3090534d62045dcb73f5392bacc64a4e8e443dc
  1279 +Author: Ben Warren <biggerbadderben@gmail.com>
  1280 +Date: Sun Aug 31 10:08:43 2008 -0700
  1281 +
  1282 + Moved initialization of PCNET Ethernet controller to board_eth_init()
  1283 +
  1284 + Affected boards:
  1285 + PN62
  1286 + sc520_cdp
  1287 +
  1288 + Removed initialization of the driver from net/eth.c
  1289 +
  1290 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1291 +
  1292 +commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
  1293 +Author: Ben Warren <biggerbadderben@gmail.com>
  1294 +Date: Sun Aug 31 10:07:16 2008 -0700
  1295 +
  1296 + Moved initialization of NATSEMI Ethernet controller to board_eth_init()
  1297 +
  1298 + Affected boards:
  1299 + a3000
  1300 +
  1301 + Removed initialization of the driver from net/eth.c
  1302 +
  1303 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1304 +
  1305 +commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
  1306 +Author: Ben Warren <biggerbadderben@gmail.com>
  1307 +Date: Sun Aug 31 10:03:22 2008 -0700
  1308 +
  1309 + Moved initialization of NS8382X Ethernet controller to board_eth_init()
  1310 +
  1311 + Affected boards:
  1312 + bc3450
  1313 + cpci5200
  1314 + mecp5200
  1315 + pf2000
  1316 + icecube
  1317 + o2dnt
  1318 + pm520
  1319 + sandpoint8245
  1320 + total5200
  1321 + tqm5200
  1322 +
  1323 + Removed initialization of the driver from net/eth.c
  1324 +
  1325 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1326 +
  1327 +commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
  1328 +Author: Ben Warren <biggerbadderben@gmail.com>
  1329 +Date: Sun Aug 31 09:59:33 2008 -0700
  1330 +
  1331 + Moved initialization of TSI108 Ethernet controller to board_eth_init()
  1332 +
  1333 + Affected boards:
  1334 + mpc7448hpc2
  1335 +
  1336 + Removed initialization of the driver from net/eth.c
  1337 +
  1338 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1339 +
  1340 +commit 0b252f50ae218ae15bfb63af44227972686ebc56
  1341 +Author: Ben Warren <biggerbadderben@gmail.com>
  1342 +Date: Sun Aug 31 21:41:08 2008 -0700
  1343 +
  1344 + Moved initialization of RTL8139 Ethernet controller to board_eth_init()
  1345 +
  1346 + Affected boards:
  1347 + hidden_dragon
  1348 + MPC8544DS
  1349 + MPC8610HPCN
  1350 + R2DPLUS
  1351 + TB0229
  1352 +
  1353 + Removed initialization of the driver from net/eth.c
  1354 +
  1355 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1356 +
  1357 +commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
  1358 +Author: Ben Warren <biggerbadderben@gmail.com>
  1359 +Date: Sun Aug 31 09:49:42 2008 -0700
  1360 +
  1361 + Moved initialization of RTL8169 Ethernet controller to board_eth_init()
  1362 +
  1363 + Affected boards:
  1364 + linkstation
  1365 + r7780mp
  1366 +
  1367 + Removed initialization of the driver from net/eth.c
  1368 +
  1369 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1370 +
  1371 +commit 3ae071e44256144d6c1e3febb65f6c56bd433769
  1372 +Author: Ben Warren <biggerbadderben@gmail.com>
  1373 +Date: Tue Aug 12 22:11:53 2008 -0700
  1374 +
  1375 + Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
  1376 +
  1377 + Removed at91sam9_eth_initialize() from net/eth.c
  1378 +
  1379 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1380 +
  1381 +commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
  1382 +Author: Ben Warren <biggerbadderben@gmail.com>
  1383 +Date: Sun Aug 31 22:22:04 2008 -0700
  1384 +
  1385 + Introduce netdev.h header file and remove externs
  1386 +
  1387 + This addresses all drivers whose initializers have already
  1388 + been moved to board_eth_init()/cpu_eth_init().
  1389 +
  1390 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1391 +
  1392 +commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
  1393 +Author: Andy Fleming <afleming@freescale.com>
  1394 +Date: Sun Aug 31 16:33:30 2008 -0500
  1395 +
  1396 + Add pixis_set_sgmii command
  1397 +
  1398 + The 8544DS and 8572DS platforms support an optional SGMII riser card to
  1399 + expose ethernet over an SGMII interface. Once the card is in, it is also
  1400 + necessary to configure the board such that it uses the card, rather than
  1401 + the on-board ethernet ports. This can either be done by flipping dip switches
  1402 + on the motherboard, or by modifying registers in the pixis. Either way
  1403 + requires a reboot.
  1404 +
  1405 + This adds a command to allow users to choose which ports are routed through
  1406 + the SGMII card, and which through the onboard ports. It also allows users
  1407 + to revert to the current switch settings.
  1408 +
  1409 + This code does not work on the 8572, as the PIXIS is different.
  1410 +
  1411 + Signed-off-by: Andy Fleming <afleming@freescale.com>
  1412 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1413 +
  1414 +commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
  1415 +Author: Andy Fleming <afleming@freescale.com>
  1416 +Date: Sun Aug 31 16:33:29 2008 -0500
  1417 +
  1418 + Add SGMII support for the 8544 DS
  1419 +
  1420 + The 8544 DS has an optional SGMII Riser card, which uses different PHY
  1421 + addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
  1422 + setup code if so.
  1423 +
  1424 + Signed-off-by: Andy Fleming <afleming@freescale.com>
  1425 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1426 +
  1427 +commit 652f7c2eef76a1340928bd660845441e932d86a2
  1428 +Author: Andy Fleming <afleming@freescale.com>
  1429 +Date: Sun Aug 31 16:33:28 2008 -0500
  1430 +
  1431 + Add support for Freescale SGMII Riser Card
  1432 +
  1433 + The 8544DS and 8572DS systems have an optional SGMII riser card which
  1434 + exposes new ethernet ports which are connected to the eTSECs via an
  1435 + SGMII interface. The SGMII PHYs for this board are offset from the standard
  1436 + PHY addresses, so this code modifies the passed in tsec_info structure to
  1437 + use the SGMII PHYs on the card, instead.
  1438 +
  1439 + Signed-off-by: Andy Fleming <afleming@freescale.com>
  1440 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1441 +
  1442 +commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
  1443 +Author: Andy Fleming <afleming@freescale.com>
  1444 +Date: Sun Aug 31 16:33:27 2008 -0500
  1445 +
  1446 + Add SGMII support to the tsec
  1447 +
  1448 + Adds support for configuring the TBI to talk properly with the SerDes.
  1449 +
  1450 + Signed-off-by: Andy Fleming <afleming@freescale.com>
  1451 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1452 +
  1453 +commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
  1454 +Author: Andy Fleming <afleming@freescale.com>
  1455 +Date: Sun Aug 31 16:33:26 2008 -0500
  1456 +
  1457 + Pass in tsec_info struct through tsec_initialize
  1458 +
  1459 + The tsec driver contains a hard-coded array of configuration information
  1460 + for the tsec ethernet controllers. We create a default function that works
  1461 + for most tsecs, and allow that to be overridden by board code. It creates
  1462 + an array of tsec_info structures, which are then parsed by the corresponding
  1463 + driver instance to determine configuration. Also, add regs, miiregs, and
  1464 + devname fields to the tsec_info structure, so that we don't need the kludgy
  1465 + "index" parameter.
  1466 +
  1467 + Signed-off-by: Andy Fleming <afleming@freescale.com>
  1468 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1469 +
  1470 +commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
  1471 +Author: Andy Fleming <afleming@freescale.com>
  1472 +Date: Sun Aug 31 16:33:25 2008 -0500
  1473 +
  1474 + tsec: Move tsec.h to include/
  1475 +
  1476 + This is to prepare the way for board code passing in the tsec_info structure
  1477 +
  1478 + Signed-off-by: Andy Fleming <afleming@freescale.com>
  1479 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1480 +
  1481 +commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
  1482 +Author: Sergei Poselenov <sposelenov@emcraft.com>
  1483 +Date: Fri Jun 6 15:52:44 2008 +0200
  1484 +
  1485 + PHY: Add support for the M88E1121R Marvell chip.
  1486 +
  1487 + Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
  1488 + Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
  1489 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1490 +
  1491 +commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
  1492 +Author: Wolfgang Denk <wd@denx.de>
  1493 +Date: Tue Sep 2 21:17:36 2008 +0200
  1494 +
  1495 + fw_env.c: fix build problems with MTD_VERSION=old
  1496 +
  1497 + (as needed to support old 2.4 Linux kernel based releases)
  1498 +
  1499 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  1500 +
  1501 +commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
  1502 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1503 +Date: Mon Sep 1 17:11:26 2008 +0200
  1504 +
  1505 + device: make device_register() clone the device
  1506 +
  1507 + This is expected by the callers, but this fact was hidden well within
  1508 + the old list implementation.
  1509 +
  1510 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1511 +
  1512 +commit c75e772a2f061a508bba28ded1b5bea91f0442b0
  1513 +Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1514 +Date: Sun Aug 31 23:28:15 2008 +0900
  1515 +
  1516 + sh: Remove CC line from board's Makefile
  1517 +
  1518 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1519 +
  1520 +commit 468eae0660de6fdfd9999944c536ecc4797bd944
  1521 +Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1522 +Date: Sun Aug 31 23:25:57 2008 +0900
  1523 +
  1524 + sh: Replaced "@./mkconfig" for @$(MKCONFIG)
  1525 +
  1526 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1527 +
  1528 +commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
  1529 +Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1530 +Date: Thu Aug 28 14:50:52 2008 +0900
  1531 +
  1532 + sh: Add support sh2 to MAKEALL
  1533 +
  1534 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1535 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1536 +
  1537 +commit 6f3d8bb5faa12dbf3031382286784c978df038ee
  1538 +Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1539 +Date: Thu Aug 28 14:52:23 2008 +0900
  1540 +
  1541 + sh: Fix compile error rsk7203 board
  1542 +
  1543 + This boards used old type preprocessor.
  1544 + This patch fix compile error.
  1545 +
  1546 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1547 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1548 +
  1549 +commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
  1550 +Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1551 +Date: Thu Aug 28 14:53:31 2008 +0900
  1552 +
  1553 + sh: Fix compile error sh7785lcr board
  1554 +
  1555 + This boards used old type preprocessor.
  1556 + This patch fix compile error.
  1557 +
  1558 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1559 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1560 +
  1561 +commit 6f0da4972e48f99d37bc522814940a6022cd3084
  1562 +Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1563 +Date: Fri Aug 22 17:39:09 2008 +0900
  1564 +
  1565 + sh: Renesas Solutions AP325RXA board support
  1566 +
  1567 + AP325RXA is SH7723's reference board.
  1568 + This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
  1569 + In this patch, support SCIF, NOR Flash, and Ethernet.
  1570 +
  1571 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1572 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1573 +
  1574 +commit ab09f433b50bb83b5e440c335bc3839ee069e534
  1575 +Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1576 +Date: Fri Aug 22 17:48:51 2008 +0900
  1577 +
  1578 + sh: add support Renesas SH7723
  1579 +
  1580 + Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
  1581 + This patch supports CPU register's header file and SCIF serial driver.
  1582 +
  1583 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1584 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1585 +
  1586 +commit c655fad06ba3fb042dbc667724a40e1a9a091248
  1587 +Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1588 +Date: Sun Aug 31 23:02:04 2008 +0900
  1589 +
  1590 + sh: Renesas RSK+ 7203 board support
  1591 +
  1592 + This adds initial support for the RTE RSK+ SH7203 board.
  1593 +
  1594 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1595 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1596 +
  1597 +commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
  1598 +Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1599 +Date: Thu Jul 3 23:11:02 2008 +0900
  1600 +
  1601 + sh: Add support Renesas SH7203 processor
  1602 +
  1603 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1604 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1605 +
  1606 +commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
  1607 +Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1608 +Date: Sun Aug 31 22:48:33 2008 +0900
  1609 +
  1610 + sh: Add support SH2/SH2A which is CPU of Renesas Technology
  1611 +
  1612 + Add support SH2/SH2A basic function.
  1613 +
  1614 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
  1615 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1616 +
  1617 +commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
  1618 +Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1619 +Date: Sun Aug 31 22:45:08 2008 +0900
  1620 +
  1621 + sh: Renesas R0P7785LC0011RL board support
  1622 +
  1623 + This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
  1624 + Graphic, Ethernet, USB, SD, RTC, and I2C controller.
  1625 +
  1626 + This patch supports the following functions:
  1627 + - 128MB DDR2-SDRAM (29-bit address mode only)
  1628 + - NOR Flash
  1629 + - USB host
  1630 + - Ethernet
  1631 +
  1632 + Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
  1633 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1634 +
  1635 +commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
  1636 +Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
  1637 +Date: Thu Jul 10 19:32:53 2008 +0900
  1638 +
  1639 + sh: add support for SH7785
  1640 +
  1641 + Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
  1642 + This patch supports CPU register's header file.
  1643 +
  1644 + Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
  1645 + Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  1646 +
  1647 +commit d6e04258be8f2408845468d3cf722a4cf0433445
  1648 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1649 +Date: Sun Aug 31 04:45:42 2008 +0200
  1650 +
  1651 + davinci: fix remaining dm644x_eth
  1652 +
  1653 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1654 +
  1655 +commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
  1656 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1657 +Date: Sun Aug 31 04:24:56 2008 +0200
  1658 +
  1659 + fs: Move conditional compilation to Makefile
  1660 +
  1661 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1662 +
  1663 +commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
  1664 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1665 +Date: Sun Aug 31 04:24:55 2008 +0200
  1666 +
  1667 + devices: merge to list_head
  1668 +
  1669 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1670 +
  1671 +commit ef0255fc75f28655f9681422079287d68a14dbaa
  1672 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1673 +Date: Sun Aug 31 04:24:51 2008 +0200
  1674 +
  1675 + update linux/list
  1676 +
  1677 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1678 +
  1679 +commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
  1680 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1681 +Date: Sun Aug 31 00:39:48 2008 +0200
  1682 +
  1683 + smdk6400: add gitignore
  1684 +
  1685 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1686 +
  1687 +commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
  1688 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1689 +Date: Sun Aug 31 00:39:48 2008 +0200
  1690 +
  1691 + smdk6400: Use CONFIG_FLASH_CFI_DRIVER
  1692 +
  1693 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1694 +
  1695 +commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
  1696 +Author: Guennadi Liakhovetski <lg@denx.de>
  1697 +Date: Sun Aug 31 00:39:47 2008 +0200
  1698 +
  1699 + smdk6400: remove redundant bootargs definition
  1700 +
  1701 + Double bootargs setting leads to a duplicated environmant entry.
  1702 +
  1703 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  1704 +
  1705 +commit 11edcfe260f20dcea79284a3e95270989d433854
  1706 +Author: Guennadi Liakhovetski <lg@denx.de>
  1707 +Date: Sun Aug 31 00:39:47 2008 +0200
  1708 +
  1709 + ARM: Add support for S3C6400 based SMDK6400 board
  1710 +
  1711 + SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
  1712 + driver for it too. The board can also boot from the NOR flash, but due to
  1713 + hardware limitations it can only address 64KiB on it, which is not enough
  1714 + for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
  1715 +
  1716 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  1717 +
  1718 +commit e0056b341069796eaea11eae0fc8eb93a3dceaac
  1719 +Author: Guennadi Liakhovetski <lg@denx.de>
  1720 +Date: Sun Aug 31 00:39:47 2008 +0200
  1721 +
  1722 + NAND: add NAND driver for S3C64XX
  1723 +
  1724 + Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
  1725 +
  1726 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  1727 +
  1728 +commit 3fe7b589f9c7463df39056f8872006a67f56a91c
  1729 +Author: Guennadi Liakhovetski <lg@denx.de>
  1730 +Date: Sun Aug 31 00:39:47 2008 +0200
  1731 +
  1732 + S3C64XX: remove broken HWFLOW support from the serial driver
  1733 +
  1734 + As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
  1735 + broken and currently unused. Remove it.
  1736 +
  1737 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  1738 +
  1739 +commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
  1740 +Author: Guennadi Liakhovetski <lg@denx.de>
  1741 +Date: Sun Aug 31 00:39:47 2008 +0200
  1742 +
  1743 + serial: add S3C64XX serial driver
  1744 +
  1745 + Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
  1746 +
  1747 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  1748 +
  1749 +commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
  1750 +Author: Guennadi Liakhovetski <lg@denx.de>
  1751 +Date: Sun Aug 31 00:39:46 2008 +0200
  1752 +
  1753 + USB: Add support for OHCI controller on S3C6400
  1754 +
  1755 + Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
  1756 + try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
  1757 + it should work too and we could still profit from instruction cache.
  1758 +
  1759 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  1760 +
  1761 +commit 9b07773f8883665b002500c190507e9fd99b7181
  1762 +Author: Guennadi Liakhovetski <lg@denx.de>
  1763 +Date: Sun Aug 31 00:39:46 2008 +0200
  1764 +
  1765 + ARM: Add arm1176 core with S3C6400 SoC
  1766 +
  1767 + Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
  1768 +
  1769 + Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
  1770 +
  1771 +commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
  1772 +Author: Sandeep Paulraj <s-paulraj@ti.com>
  1773 +Date: Sun Aug 31 00:39:46 2008 +0200
  1774 +
  1775 + ARM DaVinci: Changing function names for EMAC driver
  1776 +
  1777 + DM644x is just one of a series of DaVinci chips that use the EMAC driver.
  1778 + By replacing all the function names that start with dm644x_* to davinci_*
  1779 + we make these function more portable. I have tested this change on my EVM.
  1780 + DM6467 is another DaVinci SOC which uses the EMAC driver and i will
  1781 + be sending patches that add DaVinci DM6467 support to the list soon.
  1782 +
  1783 + Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
  1784 +
  1785 +commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
  1786 +Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
  1787 +Date: Sat Aug 30 23:21:30 2008 +0200
  1788 +
  1789 + Integrator[AP/CP] - Remove unused file memsetup.S
  1790 +
  1791 + - memsetup.s is changed/merged to lowlevel_init.S
  1792 + memsetup.S has a global label memsetup that just returns back to caller
  1793 + - memsetup global label is changed/merged to lowlevel_init
  1794 + This label is not called from anywhere.
  1795 +
  1796 + Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
  1797 +
  1798 +commit 89d51d022a63be1a851eda983c8cbce1a044f65f
  1799 +Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
  1800 +Date: Wed Aug 27 21:35:52 2008 +0200
  1801 +
  1802 + ARM DaVinci: Standardize names of directories/files
  1803 +
  1804 + ARM DaVinci: Standardize names of directories/files.
  1805 +
  1806 + Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
  1807 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1808 +
  1809 +commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
  1810 +Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
  1811 +Date: Fri Jul 11 15:10:13 2008 -0400
  1812 +
  1813 + ARM DaVinci: Move common functions to board/davinci/common
  1814 +
  1815 + ARM DaVinci: Move common functions to board/davinci/common.
  1816 +
  1817 + Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
  1818 +
  1819 +commit c2b4b2e4814f4ace9015fdb64132894327400bf0
  1820 +Author: Stefan Roese <sr@denx.de>
  1821 +Date: Fri Aug 29 11:56:49 2008 +0200
  1822 +
  1823 + ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
  1824 +
  1825 + This function is needed for the new NAND infrastructure. We only need
  1826 + a dummy implementation though for the NDFC.
  1827 +
  1828 + Signed-off-by: Stefan Roese <sr@denx.de>
  1829 +
  1830 +commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
  1831 +Author: Stefan Roese <sr@denx.de>
  1832 +Date: Fri Aug 29 12:06:27 2008 +0200
  1833 +
  1834 + ppc4xx: Increase image size for NAND boot target
  1835 +
  1836 + This is needed since now with HUSH enabled (amcc-common.h) the image
  1837 + read from NAND exceeds the previous limit.
  1838 +
  1839 + Signed-off-by: Stefan Roese <sr@denx.de>
  1840 +
  1841 +commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
  1842 +Author: Ben Warren <biggerbadderben@gmail.com>
  1843 +Date: Thu Aug 28 23:58:30 2008 -0700
  1844 +
  1845 + Move MPC512x_FEC driver to drivers/net
  1846 +
  1847 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1848 +
  1849 +commit 80b00af01b3c9154774de2936f05a051e92f6a03
  1850 +Author: Ben Warren <biggerbadderben@gmail.com>
  1851 +Date: Thu Aug 28 23:58:29 2008 -0700
  1852 +
  1853 + Move MPC5xxx_FEC driver to drivers/net
  1854 +
  1855 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  1856 +
  1857 +commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
  1858 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1859 +Date: Fri Aug 29 21:53:57 2008 +0200
  1860 +
  1861 + cmd_terminal: remove no need ifdef
  1862 +
  1863 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1864 +
  1865 +commit 578118bdf122877ae769776be002255be447b4fa
  1866 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1867 +Date: Fri Aug 29 21:53:57 2008 +0200
  1868 +
  1869 + common/Makefile: order by functionality
  1870 +
  1871 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1872 +
  1873 +commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
  1874 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1875 +Date: Fri Aug 29 21:53:56 2008 +0200
  1876 +
  1877 + miiphyutil: Move conditional compilation to Makefile
  1878 +
  1879 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1880 +
  1881 +commit 81789c39db3f0f6b621df8c0ec66014d701f368e
  1882 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1883 +Date: Fri Aug 29 21:53:37 2008 +0200
  1884 +
  1885 + autoscript: Move conditional compilation to Makefile
  1886 +
  1887 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1888 +
  1889 +commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
  1890 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1891 +Date: Fri Aug 29 01:18:11 2008 +0200
  1892 +
  1893 + crc16: move to lib_generic
  1894 +
  1895 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1896 +
  1897 +commit 55195773eacefb22dd483a3c560ea30a14263ce1
  1898 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1899 +Date: Fri Aug 29 01:18:01 2008 +0200
  1900 +
  1901 + miiphybb: move to drivers/net/phy
  1902 +
  1903 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1904 +
  1905 +commit e8314035996a9118ac5948df2ff8a2f2161ed67a
  1906 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1907 +Date: Thu Aug 28 12:31:51 2008 +0200
  1908 +
  1909 + soft_spi: move to drivers/spi
  1910 +
  1911 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1912 +
  1913 +commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
  1914 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1915 +Date: Thu Aug 28 12:31:51 2008 +0200
  1916 +
  1917 + soft_i2c: move to drivers/i2c
  1918 +
  1919 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1920 +
  1921 +commit 717a222229fdb77703e9174d0eb08a4b41febf49
  1922 +Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1923 +Date: Thu Aug 28 12:31:48 2008 +0200
  1924 +
  1925 + gunzip: move to lib_generic
  1926 +
  1927 + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
  1928 +
  1929 +commit 52aef8f9ba28b747973bf76741c23db658d5773c
  1930 +Author: Wolfgang Ocker <weo@reccoware.de>
  1931 +Date: Tue Aug 26 19:55:23 2008 +0200
  1932 +
  1933 + ppc4xx: NAND configuration
  1934 +
  1935 + Made NAND bank configuration setting a config variable.
  1936 +
  1937 + Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
  1938 + Signed-off-by: Stefan Roese <sr@denx.de>
  1939 +
  1940 +commit 5bc542a593abc9e974fbd34704af85c37c366c60
  1941 +Author: Victor Gallardo <vgallardo@amcc.com>
  1942 +Date: Thu Aug 28 16:03:28 2008 -0700
  1943 +
  1944 + ppc4xx: fix UIC external_interrupt hang on UIC0
  1945 +
  1946 + This patch fixes a UIC external_interrupt hang if critical or non-critical
  1947 + interrupt is set at the same time as a normal interrupt is set on UIC0.
  1948 +
  1949 + Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
  1950 + Signed-off-by: Stefan Roese <sr@denx.de>
  1951 +
  1952 +commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
  1953 +Author: Prodyut Hazarika <phazarika@amcc.com>
  1954 +Date: Wed Aug 27 16:39:00 2008 -0700
  1955 +
  1956 + ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
  1957 +
  1958 + Removed Magic numbers from Initialization preload registers
  1959 + Tested with Kilauea, Glacier, Canyonlands and Katmai boards
  1960 + About 5-7% improvement seen for LMBench memtests
  1961 +
  1962 + Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
  1963 + Signed-off-by: Stefan Roese <sr@denx.de>
  1964 +
  1965 +commit 8a490422bed685c9491274ec997f62061d88620b
  1966 +Author: John Rigby <jrigby@freescale.com>
  1967 +Date: Thu Aug 28 13:17:07 2008 -0600
  1968 +
  1969 + ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
  1970 +
  1971 + MPC5121 rev 2 silicon has a new register for controlling how long
  1972 + CS is asserted after deassertion of ALE in multiplexed mode.
  1973 +
  1974 + The default is to assert CS together with ALE. The alternative
  1975 + is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
  1976 +
  1977 + The default is wrong for the NOR flash and CPLD on the ADS5121.
  1978 +
  1979 + This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
  1980 + it does so conditionally based on silicon rev 2.0 or greater.
  1981 +
  1982 + Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
  1983 + Signed-off-by: John Rigby <jrigby@freescale.com>
  1984 +
  1985 +commit 5d9a5efa4b332f442b54a755d49969123c3a8742
  1986 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  1987 +Date: Tue Aug 19 00:56:46 2008 +0600
  1988 +
  1989 + Add I2C frequency dividers for ColdFire
  1990 +
  1991 + The existing I2C freqency dividers for FDR does not apply
  1992 + to ColdFire platforms; thus, a seperate table is added
  1993 + based on MCF5xxx Reference Manual
  1994 +
  1995 + Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
  1996 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  1997 + Acked-by: Tabi Timur <timur@freescale.com>
  1998 +
  1999 +commit eec567a67e00d1ed8d941e9098b7d421f4091abf
  2000 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2001 +Date: Tue Aug 19 03:01:19 2008 +0600
  2002 +
  2003 + ColdFire: I2C fix for multiple platforms
  2004 +
  2005 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2006 +
  2007 +commit d53cf6a9c7423cba668b867978648645f71c3090
  2008 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2009 +Date: Tue Aug 19 00:37:13 2008 +0600
  2010 +
  2011 + ColdFire: Add CONFIG_MII_INIT for M5272C3
  2012 +
  2013 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2014 +
  2015 +commit f78ced3028d4130b24a318943a70cf5584ab16f4
  2016 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2017 +Date: Tue Aug 19 00:26:25 2008 +0600
  2018 +
  2019 + ColdFire: Multiple fixes for MCF5445x platforms
  2020 +
  2021 + Add FEC pin set and mii reset in __mii_init(). Change
  2022 + legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
  2023 + change cfi_offset to 0, and change CFG_FLASH_CFI to
  2024 + CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
  2025 + M54455EVB env settings in configuration file.
  2026 +
  2027 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2028 +
  2029 +commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
  2030 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2031 +Date: Fri Aug 15 18:24:25 2008 +0000
  2032 +
  2033 + ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
  2034 +
  2035 + The user manuals recommend 7.
  2036 +
  2037 + Signed-off-by: Kurt Mahan <kmahan@freescale.com>
  2038 + Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2039 +
  2040 +commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
  2041 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2042 +Date: Fri Aug 15 16:50:07 2008 +0000
  2043 +
  2044 + ColdFire: Raise uart baudrate to 115200 bps
  2045 +
  2046 + M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
  2047 + uart baudrate increase from 19200 to 115200 bps
  2048 +
  2049 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2050 +
  2051 +commit ab6ba842682552ccf071d0034da0a20633d1d1ac
  2052 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2053 +Date: Wed Aug 13 12:07:03 2008 +0000
  2054 +
  2055 + ColdFire: Fix board.c warning message
  2056 +
  2057 + Implicit declaration of nand_init() warning message
  2058 +
  2059 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2060 +
  2061 +commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
  2062 +Author: Kumar Gala <galak@kernel.crashing.org>
  2063 +Date: Wed Aug 27 01:10:34 2008 -0500
  2064 +
  2065 + FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
  2066 +
  2067 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2068 +
  2069 +commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
  2070 +Author: Heiko Schocher <hs@denx.de>
  2071 +Date: Thu Aug 21 20:44:49 2008 +0200
  2072 +
  2073 + mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
  2074 +
  2075 + Signed-off-by: Heiko Schocher <hs@denx.de>
  2076 +
  2077 +commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
  2078 +Author: Kumar Gala <galak@kernel.crashing.org>
  2079 +Date: Tue Aug 19 14:46:36 2008 -0500
  2080 +
  2081 + mpc85xx: remove redudant code with lib_ppc/interrupts.c
  2082 +
  2083 + For some reason we duplicated the majority of code in lib_ppc/interrupts.c
  2084 + not show how that happened, but there is no good reason for it.
  2085 +
  2086 + Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
  2087 + they exist.
  2088 +
  2089 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2090 +
  2091 +commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
  2092 +Author: Kumar Gala <galak@kernel.crashing.org>
  2093 +Date: Fri Jul 25 13:31:05 2008 -0500
  2094 +
  2095 + mpc85xx: Add support for the MPC8536DS reference board
  2096 +
  2097 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2098 + Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
  2099 + Signed-off-by: Dejan Minic <minic@freescale.com>
  2100 + Signed-off-by: Jason Jin <Jason.jin@freescale.com>
  2101 + Signed-off-by: Dave Liu <daveliu@freescale.com>
  2102 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2103 +
  2104 +commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
  2105 +Author: Kumar Gala <galak@kernel.crashing.org>
  2106 +Date: Tue Aug 12 11:14:19 2008 -0500
  2107 +
  2108 + mpc85xx: Add support for the MPC8536
  2109 +
  2110 + The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
  2111 + also have SERDES init code for the 8536.
  2112 +
  2113 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2114 + Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
  2115 + Signed-off-by: Dejan Minic <minic@freescale.com>
  2116 + Signed-off-by: Jason Jin <Jason.jin@freescale.com>
  2117 + Signed-off-by: Dave Liu <daveliu@freescale.com>
  2118 +
  2119 +commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
  2120 +Author: Kumar Gala <galak@kernel.crashing.org>
  2121 +Date: Tue Aug 12 11:13:08 2008 -0500
  2122 +
  2123 + mpc85xx: Add support for the MPC8572DS reference board
  2124 +
  2125 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2126 +
  2127 +commit 457caecdbca3df21a93abff19eab12dbc61b7897
  2128 +Author: Kumar Gala <galak@kernel.crashing.org>
  2129 +Date: Wed Aug 27 01:05:35 2008 -0500
  2130 +
  2131 + FSL DDR: Remove old SPD support from cpu/mpc85xx
  2132 +
  2133 + All 85xx boards have been converted to the new code so we can
  2134 + remove the old SPD DDR setup code.
  2135 +
  2136 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2137 +
  2138 +commit 0e7927db138976469e7257e29c1338050a50fcd9
  2139 +Author: Kumar Gala <galak@kernel.crashing.org>
  2140 +Date: Wed Aug 27 01:04:07 2008 -0500
  2141 +
  2142 + FSL DDR: Convert STXSSA to new DDR code.
  2143 +
  2144 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2145 +
  2146 +commit c360d9b970fbb9c13744c355879671165bbb9b9e
  2147 +Author: Kumar Gala <galak@kernel.crashing.org>
  2148 +Date: Wed Aug 27 01:03:42 2008 -0500
  2149 +
  2150 + FSL DDR: Convert STXGP3 to new DDR code.
  2151 +
  2152 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2153 +
  2154 +commit 8e55313b7ae12352a343f9b9962e662dbd897187
  2155 +Author: Kumar Gala <galak@kernel.crashing.org>
  2156 +Date: Tue Aug 26 23:52:58 2008 -0500
  2157 +
  2158 + FSL DDR: Convert SBC8560 to new DDR code.
  2159 +
  2160 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2161 +
  2162 +commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
  2163 +Author: Kumar Gala <galak@kernel.crashing.org>
  2164 +Date: Tue Aug 26 23:52:32 2008 -0500
  2165 +
  2166 + FSL DDR: Convert MPC8540EVAL to new DDR code.
  2167 +
  2168 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2169 +
  2170 +commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
  2171 +Author: Kumar Gala <galak@kernel.crashing.org>
  2172 +Date: Tue Aug 26 23:52:07 2008 -0500
  2173 +
  2174 + FSL DDR: Convert PM856 to new DDR code.
  2175 +
  2176 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2177 +
  2178 +commit d53bd3e17bd4f460257c19255569ea6dcfaae817
  2179 +Author: Kumar Gala <galak@kernel.crashing.org>
  2180 +Date: Tue Aug 26 23:51:49 2008 -0500
  2181 +
  2182 + FSL DDR: Convert PM854 to new DDR code.
  2183 +
  2184 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2185 +
  2186 +commit 33b9079ba20926f14238fff863b68a98e938948e
  2187 +Author: Kumar Gala <galak@kernel.crashing.org>
  2188 +Date: Tue Aug 26 23:15:28 2008 -0500
  2189 +
  2190 + FSL DDR: Convert sbc8548 to new DDR code.
  2191 +
  2192 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2193 +
  2194 +commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
  2195 +Author: Kumar Gala <galak@kernel.crashing.org>
  2196 +Date: Tue Aug 26 23:14:14 2008 -0500
  2197 +
  2198 + FSL DDR: Convert atum8548 to new DDR code.
  2199 +
  2200 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2201 +
  2202 +commit be0bd8234b9777ecd63c4c686f72af070d886517
  2203 +Author: Kumar Gala <galak@kernel.crashing.org>
  2204 +Date: Tue Aug 26 22:56:56 2008 -0500
  2205 +
  2206 + FSL DDR: Convert socrates to new DDR code.
  2207 +
  2208 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2209 +
  2210 +commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
  2211 +Author: Kumar Gala <galak@kernel.crashing.org>
  2212 +Date: Tue Aug 26 08:02:30 2008 -0500
  2213 +
  2214 + FSL DDR: Convert MPC8544DS to new DDR code.
  2215 +
  2216 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2217 +
  2218 +commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
  2219 +Author: Jon Loeliger <jdl@freescale.com>
  2220 +Date: Tue Mar 18 13:51:05 2008 -0500
  2221 +
  2222 + FSL DDR: Convert MPC8568MDS to new DDR code.
  2223 +
  2224 + Signed-off-by: Jon Loeliger <jdl@freescale.com>
  2225 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2226 +
  2227 +commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
  2228 +Author: Jon Loeliger <jdl@freescale.com>
  2229 +Date: Tue Mar 18 13:51:06 2008 -0500
  2230 +
  2231 + FSL DDR: Convert MPC8548CDS to new DDR code.
  2232 +
  2233 + Signed-off-by: Jon Loeliger <jdl@freescale.com>
  2234 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2235 +
  2236 +commit aa11d85cf318b961e029fe50d68ca47d004bce93
  2237 +Author: Jon Loeliger <jdl@freescale.com>
  2238 +Date: Mon Mar 17 15:48:18 2008 -0500
  2239 +
  2240 + FSL DDR: Convert MPC8541CDS to new DDR code.
  2241 +
  2242 + Signed-off-by: Jon Loeliger <jdl@freescale.com>
  2243 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2244 +
  2245 +commit 2b40edb10d81da7bba724edbccd7f53777112579
  2246 +Author: Jon Loeliger <jdl@freescale.com>
  2247 +Date: Tue Mar 18 11:12:42 2008 -0500
  2248 +
  2249 + FSL DDR: Convert MPC8555ADS to new DDR code.
  2250 +
  2251 + Signed-off-by: Jon Loeliger <jdl@freescale.com>
  2252 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2253 +
  2254 +commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
  2255 +Author: Jon Loeliger <jdl@freescale.com>
  2256 +Date: Tue Mar 18 11:12:44 2008 -0500
  2257 +
  2258 + FSL DDR: Convert MPC8560ADS to new DDR code.
  2259 +
  2260 + Signed-off-by: Jon Loeliger <jdl@freescale.com>
  2261 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2262 +
  2263 +commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
  2264 +Author: Kumar Gala <galak@kernel.crashing.org>
  2265 +Date: Fri Jun 6 13:12:18 2008 -0500
  2266 +
  2267 + FSL DDR: Convert MPC8540ADS to new DDR code.
  2268 +
  2269 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2270 +
  2271 +commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
  2272 +Author: Kumar Gala <galak@kernel.crashing.org>
  2273 +Date: Tue Aug 26 21:34:55 2008 -0500
  2274 +
  2275 + FSL DDR: Add 85xx specific register setting
  2276 +
  2277 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2278 +
  2279 +commit 6fb1b7346849ccd0c20306143e334f5b76143070
  2280 +Author: Kumar Gala <galak@kernel.crashing.org>
  2281 +Date: Mon Jun 9 11:07:46 2008 -0500
  2282 +
  2283 + FSL DDR: Add e500 TLB helper for DDR code
  2284 +
  2285 + Provide a helper function that board code can call to map TLBs when
  2286 + setting up DDR.
  2287 +
  2288 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2289 +
  2290 +commit d26b739afe5a6760bd345743188759cd9d0f3b47
  2291 +Author: Andrew Dyer <adyer@righthandtech.com>
  2292 +Date: Tue Aug 26 17:03:38 2008 -0500
  2293 +
  2294 + dm9000 remove dead external phy support, gpio fix
  2295 +
  2296 + dm9000 has code to detect and initialize external phy parts, but later
  2297 + on in the code the part is forced to use the internal phy
  2298 + unconditionally. Remove the unused/untested code.
  2299 +
  2300 + change the GPIO initialization so that only the GPIO used as an
  2301 + internal phy reset (hardwired in the chip) is set as an output. The
  2302 + remaining GPIO need to be handled by board specific code to prevent
  2303 + possible drive conflicts. Set as inputs for safety.
  2304 +
  2305 + replace a few magic numbers with defines
  2306 +
  2307 + Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
  2308 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2309 +
  2310 +commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
  2311 +Author: Peter Tyser <ptyser@xes-inc.com>
  2312 +Date: Tue Aug 26 11:17:48 2008 -0500
  2313 +
  2314 + Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
  2315 +
  2316 + cmd_net.c command descriptions were updated to describe the optional
  2317 + hostIPaddr argument. The dhcp command help message was also updated
  2318 + to more closely reflect the other commands in cmd_net.c
  2319 +
  2320 + Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
  2321 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2322 +
  2323 +commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
  2324 +Author: Remy Bohmer <linux@bohmer.net>
  2325 +Date: Wed Aug 20 11:30:28 2008 +0200
  2326 +
  2327 + Fix bogus error message in the DHCP handler
  2328 +
  2329 + The DHCP handler has 1 state that is not listed in this case, causing a
  2330 + failure message when there is actually no failure.
  2331 +
  2332 + Signed-off-by: Remy Bohmer <linux@bohmer.net>
  2333 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2334 +
  2335 +commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
  2336 +Author: Remy Bohmer <linux@bohmer.net>
  2337 +Date: Wed Aug 20 11:30:27 2008 +0200
  2338 +
  2339 + Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
  2340 +
  2341 + The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
  2342 + missing extern inside the net/bootp.h header
  2343 +
  2344 + Signed-off-by: Remy Bohmer <linux@bohmer.net>
  2345 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2346 +
  2347 +commit 1803f7f91ff35ca402259065df7557107dcf28a2
  2348 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2349 +Date: Tue Aug 19 21:26:32 2008 +0000
  2350 +
  2351 + ColdFire: Add FEC Buffer descriptors in SRAM
  2352 +
  2353 + Add FEC Buffer descriptors and data buffer in SRAM for
  2354 + faster execution and access.
  2355 +
  2356 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2357 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2358 +
  2359 +commit 429be27ce195210d4b9decf9e867b9ca6155a87d
  2360 +Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2361 +Date: Thu Aug 21 23:55:11 2008 +0000
  2362 +
  2363 + Fix ColdFire FEC warning messages
  2364 +
  2365 + Types mismatch and implicit declaration of icache_invalid()
  2366 + warning messages
  2367 +
  2368 + Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
  2369 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2370 +
  2371 +commit 6a002171098e968bd5b362347d2831224fab6048
  2372 +Author: Ben Warren <biggerbadderben@gmail.com>
  2373 +Date: Sat Jul 12 00:17:50 2008 -0700
  2374 +
  2375 + Moved initialization of SKGE Ethernet driver to board code.
  2376 +
  2377 + The only board using this driver is the SL8245 board.
  2378 + Removed initialization for the driver from net/eth.c
  2379 +
  2380 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2381 +
  2382 +commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
  2383 +Author: Ben Warren <biggerbadderben@gmail.com>
  2384 +Date: Sat Jul 12 00:08:45 2008 -0700
  2385 +
  2386 + Moved conditional compilation to Makefile for SK98 Ethernet driver
  2387 +
  2388 + Brute-force removal of #ifdefs. Didn't touch the code.
  2389 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2390 +
  2391 +commit 65d3d99c28dc363d15eaee78225ff643df499b97
  2392 +Author: Ben Warren <biggerbadderben@gmail.com>
  2393 +Date: Fri Jul 11 23:42:19 2008 -0700
  2394 +
  2395 + Moved initialization of ULI526X Ethernet driver to board code.
  2396 +
  2397 + The only board using this driver is the Freescale MPC8610HPCD board.
  2398 + Removed initialization for the driver from net/eth.c
  2399 +
  2400 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2401 +
  2402 +commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
  2403 +Author: Ben Warren <biggerbadderben@gmail.com>
  2404 +Date: Fri Jul 11 23:15:28 2008 -0700
  2405 +
  2406 + Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
  2407 +
  2408 + Added board_eth_init() function to bf537-stamp board.
  2409 + Removed initialization for the Blackin EMAC driver from net/eth.c
  2410 +
  2411 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2412 +
  2413 +commit fc363ce35408f348cacced68505f3747a53e3d7c
  2414 +Author: Ben Warren <biggerbadderben@gmail.com>
  2415 +Date: Wed Jul 9 01:04:19 2008 -0700
  2416 +
  2417 + Moved initialization of GRETH Ethernet driver to CPU directory
  2418 +
  2419 + Added a cpu_eth_init() function to leon2/leon3 CPU directories and
  2420 + removed code from net/eth.c
  2421 +
  2422 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2423 +
  2424 +commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
  2425 +Author: Ben Warren <biggerbadderben@gmail.com>
  2426 +Date: Tue Aug 26 22:16:25 2008 -0700
  2427 +
  2428 + Moved initialization of MCFFEC Ethernet driver to CPU directory
  2429 +
  2430 + Added a cpu_eth_init() function to coldfire CPU directories and
  2431 + removed code from net/eth.c
  2432 +
  2433 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2434 +
  2435 +commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
  2436 +Author: Ben Warren <biggerbadderben@gmail.com>
  2437 +Date: Tue Aug 26 22:12:36 2008 -0700
  2438 +
  2439 + Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
  2440 +
  2441 + Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
  2442 + removed code from net/eth.c
  2443 +
  2444 + Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
  2445 +
  2446 +commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
  2447 +Author: Kumar Gala <galak@kernel.crashing.org>
  2448 +Date: Tue Aug 26 15:01:38 2008 -0500
  2449 +
  2450 + FSL DDR: Remove old SPD support from cpu/mpc86xx
  2451 +
  2452 + All 86xx boards have been converted to the new code so we can
  2453 + remove the old SPD DDR setup code.
  2454 +
  2455 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2456 +
  2457 +commit 9bd4e5911b750837515466bc7449087698b88e0e
  2458 +Author: Kumar Gala <galak@kernel.crashing.org>
  2459 +Date: Tue Aug 26 15:01:37 2008 -0500
  2460 +
  2461 + FSL DDR: Convert SBC8641D to new DDR code.
  2462 +
  2463 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2464 +
  2465 +commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
  2466 +Author: Jon Loeliger <jdl@freescale.com>
  2467 +Date: Tue Aug 26 15:01:36 2008 -0500
  2468 +
  2469 + FSL DDR: Convert MPC8610HPCD to new DDR code.
  2470 +
  2471 + Signed-off-by: Jon Loeliger <jdl@freescale.com>
  2472 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2473 +
  2474 +commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
  2475 +Author: Kumar Gala <galak@kernel.crashing.org>
  2476 +Date: Tue Aug 26 15:01:35 2008 -0500
  2477 +
  2478 + FSL DDR: Convert MPC8641HPCN to new DDR code.
  2479 +
  2480 + Signed-off-by: Jon Loeliger <jdl@freescale.com>
  2481 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2482 +
  2483 +commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
  2484 +Author: Kumar Gala <galak@kernel.crashing.org>
  2485 +Date: Tue Aug 26 15:01:34 2008 -0500
  2486 +
  2487 + FSL DDR: Add 86xx specific register setting
  2488 +
  2489 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2490 +
  2491 +commit 233fdd502a6c227f476212b3097653ad48d7e254
  2492 +Author: Kumar Gala <galak@kernel.crashing.org>
  2493 +Date: Tue Aug 26 15:01:32 2008 -0500
  2494 +
  2495 + FSL DDR: Add DDR2 DIMM paramter support
  2496 +
  2497 + Compute DIMM parameters based upon the SPD information.
  2498 +
  2499 + Signed-off-by: James Yang <James.Yang@freescale.com>
  2500 + Signed-off-by: Jon Loeliger <jdl@freescale.com>
  2501 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2502 +
  2503 +commit 05c05a2363a6ac11e0e405926034546ffad71fad
  2504 +Author: Kumar Gala <galak@kernel.crashing.org>
  2505 +Date: Tue Aug 26 15:01:30 2008 -0500
  2506 +
  2507 + FSL DDR: Add DDR1 DIMM paramter support
  2508 +
  2509 + Compute DIMM parameters based upon the SPD information in spd.
  2510 +
  2511 + Signed-off-by: James Yang <James.Yang@freescale.com>
  2512 + Signed-off-by: Jon Loeliger <jdl@freescale.com>
  2513 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2514 +
  2515 +commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
  2516 +Author: Kumar Gala <galak@kernel.crashing.org>
  2517 +Date: Tue Aug 26 15:01:29 2008 -0500
  2518 +
  2519 + FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
  2520 +
  2521 + The main purpose of this rewrite it to be able to share the same
  2522 + initialization code on all FSL PowerPC products that have DDR
  2523 + controllers. (83xx, 85xx, 86xx).
  2524 +
  2525 + The code is broken up into the following steps:
  2526 + GET_SPD
  2527 + COMPUTE_DIMM_PARMS
  2528 + COMPUTE_COMMON_PARMS
  2529 + GATHER_OPTS
  2530 + ASSIGN_ADDRESSES
  2531 + COMPUTE_REGS
  2532 + PROGRAM_REGS
  2533 +
  2534 + This allows us to share more code an easily allow for board specific code
  2535 + overrides.
  2536 +
  2537 + Additionally this code base adds support for >4G of DDR and provides a
  2538 + foundation for supporting interleaving on processors with more than one
  2539 + controller.
  2540 +
  2541 + Signed-off-by: James Yang <James.Yang@freescale.com>
  2542 + Signed-off-by: Jon Loeliger <jdl@freescale.com>
  2543 + Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
  2544 + Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
  2545 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2546 +
  2547 +commit f784e32b4bce0013983506b11af4b85b8ca3d36e
  2548 +Author: Kumar Gala <galak@kernel.crashing.org>
  2549 +Date: Tue Aug 26 15:01:28 2008 -0500
  2550 +
  2551 + FSL DDR: Provide a generic set_ddr_laws()
  2552 +
  2553 + Provide a helper function that will setup the last available
  2554 + LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
  2555 +
  2556 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2557 +
  2558 +commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
  2559 +Author: James Yang <James.Yang@freescale.com>
  2560 +Date: Tue Aug 26 15:01:27 2008 -0500
  2561 +
  2562 + Add proper SPD definitions for DDR1/2/3
  2563 +
  2564 + Also adds helper functions for DDR1/2 to verify the checksum.
  2565 +
  2566 + Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  2567 +
  2568 +commit 285db74716c724ae8a0ff177878fd09a74428c7b
  2569 +Author: Wolfgang Denk <wd@denx.de>
  2570 +Date: Wed Aug 27 01:02:48 2008 +0200
  2571 +
  2572 + Update CHANGELOG
  2573 +
  2574 + Signed-off-by: Wolfgang Denk <wd@denx.de>
  2575 +
1 2576 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
2 2577 Author: Heiko Schocher <hs@denx.de>
3 2578 Date: Tue Aug 19 10:08:49 2008 +0200
... ... @@ -21,11 +21,15 @@
21 21 # MA 02111-1307 USA
22 22 #
23 23  
24   -VERSION = 1
25   -PATCHLEVEL = 3
26   -SUBLEVEL = 4
27   -EXTRAVERSION =
  24 +VERSION = 2008
  25 +PATCHLEVEL = 10
  26 +SUBLEVEL =
  27 +EXTRAVERSION = -rc1
  28 +ifneq "$(SUBLEVEL)" ""
28 29 U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
  30 +else
  31 +U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL)$(EXTRAVERSION)
  32 +endif
29 33 VERSION_FILE = $(obj)include/version_autogenerated.h
30 34  
31 35 HOSTARCH := $(shell uname -m | \