From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sat, 24 Mar 2007 16:03:14 +0100 Subject: [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Message-ID: <200703241603.14645.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, please pull the latest 4xx changes. I cleaned up the open issues. Please let me know when you still see some problems. Sorry again this this "dirty" commit. The following changes since commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286: Stefan Roese (1): ppc4xx: Fix file mode of include/configs/acadia.h are found in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese (4): Clean up 40EZ/Acadia support Small Sequoia cleanup Add 4xx GPIO functions Merge with /home/stefan/git/u-boot/acadia board/amcc/acadia/acadia.c | 55 +-- board/amcc/acadia/config.mk | 11 +- board/amcc/acadia/cpr.c | 40 +- board/amcc/acadia/flash.c | 1108 ------------------------------------------ board/amcc/acadia/memory.c | 555 ++------------------- board/amcc/acadia/u-boot.lds | 13 - board/amcc/bamboo/bamboo.c | 1 + board/amcc/bamboo/bamboo.h | 10 - board/amcc/katmai/katmai.c | 1 + board/amcc/sequoia/sequoia.c | 4 +- common/serial.c | 4 +- cpu/ppc4xx/Makefile | 2 +- cpu/ppc4xx/cpu_init.c | 115 +----- cpu/ppc4xx/gpio.c | 214 ++++++++ cpu/ppc4xx/start.S | 51 +-- include/asm-ppc/gpio.h | 56 +++ include/configs/acadia.h | 300 ++++++------ include/configs/sequoia.h | 15 +- include/ppc440.h | 23 - include/serial.h | 2 +- 20 files changed, 511 insertions(+), 2069 deletions(-) delete mode 100644 board/amcc/acadia/flash.c create mode 100644 cpu/ppc4xx/gpio.c create mode 100644 include/asm-ppc/gpio.h