From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Tue, 17 Nov 2015 21:41:45 +0000 Subject: [U-Boot] Please pull ARC changes Message-ID: <1447796504.4157.0.camel@synopsys.com> 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, The following changes since commit 3d4825446e4258192e1f2302d691a8c0c82a0975: Prepare v2016.01-rc1 (2015-11-16 20:29:51 -0500) are available in the git repository at: git://git.denx.de/u-boot-arc.git for you to fetch changes up to fb2dea60e8f355ae00d427db09112a90839c96ec: board: axs10x switch serial port and Ethernet to driver model (2015-11-18 00:39:22 +0300) ---------------------------------------------------------------- Alexey Brodkin (3): arc: add stubs for map_physmem() and unmap_physmem() arc: add empty asm/processor.h to satisfy compilation of USB code board: axs10x switch serial port and Ethernet to driver model arch/arc/dts/Makefile | 1 + arch/arc/dts/axs10x.dts | 45 +++++++++++++++++++++++++++++++++++++++++++++ arch/arc/include/asm/io.h | 24 ++++++++++++++++++++++++ arch/arc/include/asm/processor.h | 12 ++++++++++++ board/synopsys/axs101/axs101.c | 12 ------------ configs/axs101_defconfig | 11 ++++++++++- configs/axs103_defconfig | 11 ++++++++++- include/configs/axs101.h | 31 ++++++------------------------- 8 files changed, 108 insertions(+), 39 deletions(-) create mode 100644 arch/arc/dts/axs10x.dts create mode 100644 arch/arc/include/asm/processor.h Regards, Alexey