From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 8 Jan 2008 22:22:00 +0100 Subject: [U-Boot-Users] Pull request: u-boot-ixp Message-ID: <20080108212200.GD674@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Please pull u-boot-ixp The following changes since commit 74ac5facb988fc488a707db228b177ead63a6541: Wolfgang Denk (1): Merge branch 'inka4x0-ng' of /home/m8/git/u-boot/ are available in the git repository at: git://denx.de/git/u-boot-ixp.git master Jean-Christophe PLAGNIOL-VILLARD (4): Add missing file in gitignore and comments IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x ARM: support board-specific ethernet PHY init Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime Michael Schwingen (1): PATCH: load ixp42x NPE firmware from separate flash block, remove dead code .gitignore | 32 ++++++++++++++++++++++++++++++-- common/main.c | 26 ++++++++++++++++++++++++-- cpu/ixp/npe/IxNpeDl.c | 2 ++ cpu/ixp/npe/IxNpeDlImageMgr.c | 12 ++++++++---- cpu/ixp/serial.c | 24 ++++++++++-------------- include/.gitignore | 1 + lib_arm/board.c | 4 ++++ 7 files changed, 79 insertions(+), 22 deletions(-) Best Regards, J.