public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sangmoon Kim <dogoil@etinsys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [Patch] KVME080 Support
Date: Thu, 18 Aug 2005 18:57:13 +0900	[thread overview]
Message-ID: <004e01c5a3db$3840e6f0$212d4cdc@smkim> (raw)

Hi,
This patch adds support for KVME080 board.
KVME080 is a VME board with MPC8245 CPU.

It also patches drivers/cfi_flash.c.

First, it adds CFG_FLASH_PROTECT_CLEAR
because for some flash memories(such as 28F320C3)
all banks are protected after reset.

Second, it makes write_buff not to call flash_write_cfibuffer
if buffer_size is1. Because for flash memories with buffer_size 1,
buffer write is not supported.

Third, it makes 64 bit writes to use FLASH_WRITE64
if FLASH_WRITE64 is defined.
Because KVME080 needs it.

Fourth, it makes flash_detect_cfi call FLASH_PORTWIDTH
when changing portwidth if FLASH_PORTWIDTH is defined.
Because on some CPUs (such as MPC8245),
port width should be changed.

Regards,
Sangmoon Kim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kvme080.patch.gz
Type: application/x-gzip
Size: 8675 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20050818/9ca1bcd7/attachment.bin 

             reply	other threads:[~2005-08-18  9:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-18  9:57 Sangmoon Kim [this message]
2005-08-18 20:41 ` [U-Boot-Users] [Patch] KVME080 Support Wolfgang Denk
2005-08-19  3:22   ` Sangmoon Kim
2006-07-22 18:56     ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='004e01c5a3db$3840e6f0$212d4cdc@smkim' \
    --to=dogoil@etinsys.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox