From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Guinot Date: Mon, 31 Oct 2011 14:58:33 +0100 Subject: [U-Boot] [PATCH 0/3] netspace_v2: fixes and features Message-ID: <1320069516-2105-1-git-send-email-simon@sequanux.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Simon Guinot This patch series provides some bug fixes and features for the Network Space v2 machine (and parents). Simon Guinot (3): netspace_v2: fix SDRAM configuration netspace_v2: enable I2C EEPROM support netspace_v2: Read Ethernet MAC address from EEPROM board/LaCie/netspace_v2/kwbimage-is2.cfg | 162 +++++++++++++++++++++++++ board/LaCie/netspace_v2/kwbimage.cfg | 4 +- board/LaCie/netspace_v2/netspace_v2.c | 43 +++++++ include/configs/netspace_v2.h | 19 +++- 4 files changed, 225 insertions(+), 3 deletions(-) delete mode 100644 arch/arm/cpu/arm926ejs/kirkwood/asm-offsets.s create mode 100644 board/LaCie/netspace_v2/kwbimage-is2.cfg -- 1.7.5.1