From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Fri, 29 Oct 2010 23:58:40 +0530 Subject: [U-Boot] [PATCH 3/3 V4] Add board support for hawkboard In-Reply-To: <1288294272-15943-1-git-send-email-urwithsughosh@gmail.com> References: <1288294272-15943-1-git-send-email-urwithsughosh@gmail.com> Message-ID: <20101029182840.GH18342@Hardy> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri Oct 29, 2010 at 01:01:12AM +0530, Sughosh Ganu wrote: > > Signed-off-by: Sughosh Ganu > --- > Changes since V3 > * Added README.hawkboard > * Moved setting of select_chip to nand_boot function > * Removed the superfluous entry in board/davinci/da8xxevm/Makefile > added earlier. > > MAINTAINERS | 5 + > arch/arm/include/asm/arch-davinci/da8xx_common.h | 3 + > arch/arm/include/asm/arch-davinci/hardware.h | 5 +- > board/davinci/common/Makefile | 2 +- > board/davinci/common/davinci_pinmux.c | 105 +++++++++++ > board/davinci/common/misc.c | 75 -------- > board/davinci/da8xxevm/Makefile | 1 + > board/davinci/da8xxevm/hawkboard.c | 69 ++++++++ > board/davinci/da8xxevm/hawkboard_nand_spl.c | 164 +++++++++++++++++ > boards.cfg | 3 + > doc/README.hawkboard | 93 ++++++++++ > include/configs/hawkboard.h | 204 ++++++++++++++++++++++ > nand_spl/board/davinci/da8xxevm/Makefile | 141 +++++++++++++++ > nand_spl/board/davinci/da8xxevm/u-boot.lds | 75 ++++++++ > nand_spl/nand_boot.c | 1 + > 15 files changed, 869 insertions(+), 77 deletions(-) > create mode 100644 board/davinci/common/davinci_pinmux.c > create mode 100644 board/davinci/da8xxevm/hawkboard.c > create mode 100644 board/davinci/da8xxevm/hawkboard_nand_spl.c > create mode 100644 doc/README.hawkboard > create mode 100644 include/configs/hawkboard.h > create mode 100644 nand_spl/board/davinci/da8xxevm/Makefile > create mode 100644 nand_spl/board/davinci/da8xxevm/u-boot.lds Can this be reviewed please. I would need to make some changes for the nand_spl due to the removal of CONFIG_SKIP_RELOCATE_UBOOT. I can post the next version incorporating all the review comments along with this change. Thanks. -sughosh