From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 4 Nov 2015 15:21:50 -0800 Subject: [U-Boot] [PATCH v3] mpc85xx: Add support for the Varisys Cyrus board In-Reply-To: <1446673712-19968-1-git-send-email-afleming@gmail.com> References: <1446673712-19968-1-git-send-email-afleming@gmail.com> Message-ID: <563A930E.2020808@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/04/2015 01:48 PM, Andy Fleming wrote: > This board runs a P5020 or P5040 chip, and utilizes > an EEPROM with similar formatting to the Freescale P5020DS. > > Large amounts of this code were developed by > Adrian Cox > > Signed-off-by: Andy Fleming > --- > v3: > * Clarified sys_eeprom.c comments > * Removed errant whitespace > * Added MAINTAINERS file > v2: > * Cleaned up sys_eeprom.c > * Removed redundant CONFIG_CMD_ELF, CONFIG_SYS_GENERIC_BOARD Applied to u-boot-mpc85xx, awaiting upstream. York