From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 23 Sep 2010 10:28:40 +0200 Subject: [U-Boot] Please pull u-boot-ppc4xx/master (updated as reqeusted) Message-ID: <201009231028.40280.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 following 4xx fixes into master: The following changes since commit e6e1fb3050351ae96153b1ba6a5bd0a2d745794b: Merge branch 'master' of git://git.denx.de/u-boot-blackfin (2010-09-22 22:36:42 +0200) are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Stefan Roese (3): ppc4xx: Fix CATcenter build ppc4xx: POST UART: Use in/out_8() io-accessor functions ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size arch/powerpc/cpu/ppc4xx/fdt.c | 10 ++-- board/amcc/ebony/flash.c | 31 ++++++++++++ common/fdt_support.c | 51 ++++++++++++++++---- include/configs/CATcenter.h | 23 +-------- include/configs/acadia.h | 8 +++- include/fdt_support.h | 2 +- include/ppc4xx.h | 10 ++++ post/cpu/ppc4xx/uart.c | 105 ++++++++++++++++------------------------- 8 files changed, 138 insertions(+), 102 deletions(-)