From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Wed, 23 Apr 2014 15:11:29 -0700 Subject: [U-Boot] [u-boot-release] [PATCH][v5] board/t104xrdb: Add support of CPLD In-Reply-To: <1396524006-23983-1-git-send-email-prabhakar@freescale.com> References: <1396524006-23983-1-git-send-email-prabhakar@freescale.com> Message-ID: <53583A91.9060906@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 04/03/2014 04:20 AM, Prabhakar Kushwaha wrote: > T1040RDB and T1042RDB_PI has CPLD. Here CPLD controls board mux/features. > > This support of CPLD includes > - files and register defintion > - Commands to swtich alternate bank and default bank > > Signed-off-by: Prabhakar Kushwaha > --- > Changes for v2: > - Updated the cpld command > Changes for v3: > - fix typo > Changes for v4: > - fix typo > Changes for v5: > - fix cpld registers while printing > - rebased on top of below patch > powerpc/t104xrdb: Unification of T104xRDB header files > http://patchwork.ozlabs.org/patch/335207/ > Applied to u-boot-mpc85xx/master, thanks. York