From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sun, 24 Aug 2014 11:50:39 +0800 (CST) Subject: [U-Boot] Pull request: u-boot-nios/master Message-ID: <20140824035039.11456E141@darkstar.wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Please pull The following changes since commit 7f6b8315d18f683c5181d0c3694818c1b2a20dcd: buildman: refactor help message (2014-08-22 10:42:36 -0400) are available in the git repository at: git://git.denx.de/u-boot-nios.git master Thomas Chou (3): nios2: remove obsolete PCI5441 and PK1C20 boards nios2: add generic board support nios2: remove EPCS driver Vasili Galka (1): nios2: Fix printf size_t format related warnings (again...) arch/nios2/Kconfig | 8 - arch/nios2/config.mk | 2 + arch/nios2/cpu/Makefile | 2 +- arch/nios2/cpu/cpu.c | 14 +- arch/nios2/cpu/epcs.c | 717 ---------------------------------- arch/nios2/cpu/start.S | 34 ++- arch/nios2/include/asm/config.h | 3 + arch/nios2/include/asm/posix_types.h | 4 + arch/nios2/include/asm/u-boot.h | 10 +- arch/nios2/lib/Makefile | 1 - arch/nios2/lib/board.c | 147 ------- board/psyent/common/AMDLV065D.c | 170 -------- board/psyent/pci5441/Kconfig | 15 - board/psyent/pci5441/MAINTAINERS | 6 - board/psyent/pci5441/Makefile | 8 - board/psyent/pci5441/config.mk | 14 - board/psyent/pci5441/pci5441.c | 24 -- board/psyent/pk1c20/Kconfig | 15 - board/psyent/pk1c20/MAINTAINERS | 6 - board/psyent/pk1c20/Makefile | 8 - board/psyent/pk1c20/config.mk | 14 - board/psyent/pk1c20/led.c | 46 --- board/psyent/pk1c20/pk1c20.c | 36 -- common/board_f.c | 6 +- common/board_r.c | 2 +- configs/PCI5441_defconfig | 2 - configs/PK1C20_defconfig | 2 - include/configs/PCI5441.h | 150 ------- include/configs/PK1C20.h | 225 ----------- include/configs/nios2-generic.h | 2 + include/nios2-epcs.h | 60 --- 31 files changed, 60 insertions(+), 1693 deletions(-) delete mode 100644 arch/nios2/cpu/epcs.c delete mode 100644 arch/nios2/lib/board.c delete mode 100644 board/psyent/common/AMDLV065D.c delete mode 100644 board/psyent/pci5441/Kconfig delete mode 100644 board/psyent/pci5441/MAINTAINERS delete mode 100644 board/psyent/pci5441/Makefile delete mode 100644 board/psyent/pci5441/config.mk delete mode 100644 board/psyent/pci5441/pci5441.c delete mode 100644 board/psyent/pk1c20/Kconfig delete mode 100644 board/psyent/pk1c20/MAINTAINERS delete mode 100644 board/psyent/pk1c20/Makefile delete mode 100644 board/psyent/pk1c20/config.mk delete mode 100644 board/psyent/pk1c20/led.c delete mode 100644 board/psyent/pk1c20/pk1c20.c delete mode 100644 configs/PCI5441_defconfig delete mode 100644 configs/PK1C20_defconfig delete mode 100644 include/configs/PCI5441.h delete mode 100644 include/configs/PK1C20.h delete mode 100644 include/nios2-epcs.h