[U-Boot] [UBI] git pull request

Wolfgang Denk wd at denx.de
Tue Oct 21 08:47:33 CEST 2008


Dear "Kyungmin Park",

In message <9c9fda240810201841m38b5b120gb10930d5b5407007 at mail.gmail.com> you wrote:
> 
> Now you can use the latest UBI u-boot tree at
> http://git.denx.de/?p=u-boot/u-boot-ubi.git;a=summary

Please use  the  "git-request-pull"  command  to  generate  the  pull
requests.  Also, please make sure to include information which branch
to pull from (please include this information even if  you  mean  the
master branch - just to be sure).

> It has minor cleanup after previous post and provides the reference
> usage using apollon board which has OneNAND.
> 
>  Makefile                       |    1
>  board/apollon/Makefile         |    4
>  board/apollon/ubi.c            |   55 +
>  common/Makefile                |    1
>  common/cmd_ubi.c               |  535 +++++++++++++
>  drivers/mtd/Makefile           |    1
>  drivers/mtd/mtdcore.c          |  142 +++
>  drivers/mtd/mtdpart.c          |  531 +++++++++++++
>  drivers/mtd/ubi/Makefile       |   48 +
>  drivers/mtd/ubi/build.c        | 1182 ++++++++++++++++++++++++++++
>  drivers/mtd/ubi/crc32.c        |  514 ++++++++++++
>  drivers/mtd/ubi/crc32defs.h    |   32 +
>  drivers/mtd/ubi/crc32table.h   |  136 +++
>  drivers/mtd/ubi/debug.c        |  192 +++++
>  drivers/mtd/ubi/debug.h        |  152 ++++
>  drivers/mtd/ubi/eba.c          | 1256 ++++++++++++++++++++++++++++++
>  drivers/mtd/ubi/io.c           | 1274 +++++++++++++++++++++++++++++++
>  drivers/mtd/ubi/kapi.c         |  638 +++++++++++++++
>  drivers/mtd/ubi/misc.c         |  106 +++
>  drivers/mtd/ubi/scan.c         | 1361 +++++++++++++++++++++++++++++++++
>  drivers/mtd/ubi/scan.h         |  165 ++++
>  drivers/mtd/ubi/ubi-media.h    |  372 +++++++++
>  drivers/mtd/ubi/ubi.h          |  641 +++++++++++++++
>  drivers/mtd/ubi/upd.c          |  441 +++++++++++
>  drivers/mtd/ubi/vmt.c          |  862 +++++++++++++++++++++
>  drivers/mtd/ubi/vtbl.c         |  837 ++++++++++++++++++++
>  drivers/mtd/ubi/wl.c           | 1670 ++++++++++++++++++++++++++++++++++++++++
>  include/configs/apollon.h      |   27 +
>  include/linux/crc32.h          |   27 +
>  include/linux/mtd/mtd.h        |    1
>  include/linux/mtd/partitions.h |   84 ++
>  include/linux/mtd/ubi.h        |  186 ++++
>  include/linux/types.h          |   24 +
>  include/mtd/ubi-header.h       |  372 +++++++++
>  include/mtd/ubi-user.h         |  268 ++++++
>  include/ubi_uboot.h            |  209 +++++
>  36 files changed, 14343 insertions(+), 4 deletions(-)

I am sorry, but none of this stuff has been posted before here on the
mailing list, so I cannot pull it.

All code must go through the peer review process here on the mailing
list.

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
Overdrawn?  But I still have checks left!


More information about the U-Boot mailing list