From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Thu, 06 Oct 2011 23:51:34 +0200 Subject: [U-Boot] [PATCH v4] OMAP3: mvblx: Initial support for mvBlueLYNX-X In-Reply-To: <1313571318-17795-1-git-send-email-michael.jones@matrix-vision.de> References: <1310720986-5474-1-git-send-email-michael.jones@matrix-vision.de> <1313571318-17795-1-git-send-email-michael.jones@matrix-vision.de> Message-ID: <20111006215134.DD7CA1408751@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Michael Jones, In message <1313571318-17795-1-git-send-email-michael.jones@matrix-vision.de> you wrote: > Add support for the MATRIX VISION mvBlueLYNX-X, an OMAP3-based > intelligent camera. > > Signed-off-by: Michael Jones > --- > > I haven't had any real feedback on this submission yet, and I don't > know if there is still any hope of getting it in to v2011.09. The > previous version didn't build on top of the latest u-boot-arm branch > anymore, so I'm rebasing it in the hopes that this will ease the > review process. > > v3 introduced a change which causes the board not to run on the > current arm master branch until this patch is applied: > http://patchwork.ozlabs.org/patch/107021/ > But this is a runtime problem. > > Changes for v4: > - rebased on top of u-boot-arm master (f0628a67) > > Changes for v3: > - Use CONFIG_MACH_TYPE to set gd->bd->bi_arch_number > > Changes for v2: > - None. Resubmitting to include custodian in cc: > > MAINTAINERS | 4 + > board/matrix_vision/mvblx/Makefile | 53 +++++ > board/matrix_vision/mvblx/config.mk | 33 +++ > board/matrix_vision/mvblx/fpga.c | 222 ++++++++++++++++++ > board/matrix_vision/mvblx/fpga.h | 32 +++ > board/matrix_vision/mvblx/mvblx.c | 169 ++++++++++++++ > board/matrix_vision/mvblx/mvblx.h | 362 +++++++++++++++++++++++++++++ > board/matrix_vision/mvblx/sys_eeprom.c | 395 ++++++++++++++++++++++++++++++++ > boards.cfg | 1 + > doc/README.omap3 | 5 + > include/configs/omap3_mvblx.h | 313 +++++++++++++++++++++++++ > 11 files changed, 1589 insertions(+), 0 deletions(-) > create mode 100644 board/matrix_vision/mvblx/Makefile > create mode 100644 board/matrix_vision/mvblx/config.mk > create mode 100644 board/matrix_vision/mvblx/fpga.c > create mode 100644 board/matrix_vision/mvblx/fpga.h > create mode 100644 board/matrix_vision/mvblx/mvblx.c > create mode 100644 board/matrix_vision/mvblx/mvblx.h > create mode 100644 board/matrix_vision/mvblx/sys_eeprom.c > create mode 100644 include/configs/omap3_mvblx.h Checkpatch says: total: 0 errors, 49 warnings, 1607 lines checked Please clean up and resubmit. Thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de If you believe that feeling bad or worrying long enough will change a past or future event, then you are residing on another planet with a different reality system.