From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 26 Nov 2010 21:15:52 +0100 Subject: [U-Boot] Pull request u-boot-marvell.git In-Reply-To: References: Message-ID: <20101126201552.6FFC511D94F7@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 Prafulla Wadaskar, In message you wrote: > > Please pull > > The following changes since commit e81bb57f2d98a65aa1a3c61d54cf40294f9039c8= > : > Wolfgang Denk (1): > DaVinci: remove bogus DEF_BOOTM definition > > are available in the git repository at: > > u-boot-marvell.git master branch > > Eric Cooper (2): > Seagate FreeAgent DockStar support > sort and reformat boards.cfg > > MAINTAINERS | 4 + > board/Seagate/dockstar/Makefile | 54 ++ > board/Seagate/dockstar/dockstar.c | 181 +++++ > board/Seagate/dockstar/dockstar.h | 44 ++ > board/Seagate/dockstar/kwbimage.cfg | 165 ++++ > boards.cfg | 1452 ++++++++++++++++++-------------= > ---- > include/configs/dockstar.h | 125 +++ > 7 files changed, 1303 insertions(+), 722 deletions(-) > create mode 100644 board/Seagate/dockstar/Makefile > create mode 100644 board/Seagate/dockstar/dockstar.c > create mode 100644 board/Seagate/dockstar/dockstar.h > create mode 100644 board/Seagate/dockstar/kwbimage.cfg > create mode 100644 include/configs/dockstar.h Thanks - I cherry-picked (into u-boot-arm) the "Seagate FreeAgent DockStar support" commit but omitted the "sort and reformat boards.cfg" commit so far as it causes me a number of merge conflicts with my pending "PPC gc-sections" patch series. I will apply this patch later, after merging the gc-sections stuff. 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 When a program is being tested, it is too late to make design changes. -- Geoffrey James, "The Tao of Programming"