mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] 64bit file support
Date: Tue, 26 Jun 2012 21:54:53 +0200	[thread overview]
Message-ID: <1340740503-7003-1-git-send-email-s.hauer@pengutronix.de> (raw)

Hi All,

The following adds 64bit file support for barebox. It has been runtime
tested on a babbage board with a 8G SD card and on a pcm038 board with a
8G USB stick. Compile tested with all defconfigs.

Sascha

----------------------------------------------------------------
Sascha Hauer (10):
      mtd: fix arguments to bad block ioctls
      nand-bb: bb->offset may become a 64bit type
      use loff_t for file offsets
      introduce strtoull_suffix function
      make parse_area_spec arguments loff_t
      make memory display 64bit capable
      make st_size in struct stat 64 bit
      make cdev 64bit capable
      memory commands: Make 64bit capable
      partitions: Make 64bit capable

 arch/arm/mach-imx/iim.c       |    8 +++----
 arch/arm/mach-mxs/ocotp.c     |    4 ++--
 arch/sandbox/board/hostfile.c |    4 ++--
 commands/crc.c                |    4 ++--
 commands/digest.c             |    4 ++--
 commands/flash.c              |    4 ++--
 commands/ls.c                 |    2 +-
 commands/mem.c                |   49 ++++++++++++++++++++---------------------
 common/block.c                |    6 ++---
 common/partitions.c           |   29 ------------------------
 drivers/base/driver.c         |    2 +-
 drivers/eeprom/at25.c         |    8 +++----
 drivers/mfd/lp3972.c          |    2 +-
 drivers/mfd/mc13xxx.c         |    4 ++--
 drivers/mfd/mc34704.c         |    4 ++--
 drivers/mfd/mc34708.c         |    6 +++--
 drivers/mfd/mc9sdz60.c        |    4 ++--
 drivers/mfd/twl-core.c        |    4 ++--
 drivers/mtd/core.c            |   20 ++++++++++-------
 drivers/mtd/mtdoob.c          |    3 ++-
 drivers/mtd/mtdraw.c          |    9 +++++---
 drivers/mtd/nand/nand-bb.c    |   30 ++++++++++++-------------
 drivers/mtd/ubi/cdev.c        |    8 +++----
 drivers/net/miidev.c          |    4 ++--
 drivers/nor/cfi_flash.c       |    8 +++----
 drivers/nor/m25p80.c          |   16 +++++++++-----
 fs/cramfs/cramfs.c            |    2 +-
 fs/devfs-core.c               |   17 +++++++-------
 fs/devfs.c                    |   10 ++++-----
 fs/fat/fat.c                  |    6 ++---
 fs/fs.c                       |   12 +++++-----
 fs/nfs.c                      |    2 +-
 fs/ramfs.c                    |    2 +-
 fs/tftp.c                     |    2 +-
 include/common.h              |    5 +++--
 include/driver.h              |   28 +++++++++++------------
 include/fs.h                  |   12 +++++-----
 include/linux/stat.h          |    2 +-
 include/partition.h           |    2 +-
 lib/misc.c                    |   24 ++++++++++++--------
 lib/vsprintf.c                |    1 +
 41 files changed, 183 insertions(+), 190 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

             reply	other threads:[~2012-06-26 19:55 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-26 19:54 Sascha Hauer [this message]
2012-06-26 19:54 ` [PATCH 01/10] mtd: fix arguments to bad block ioctls Sascha Hauer
2012-06-26 19:54 ` [PATCH 02/10] nand-bb: bb->offset may become a 64bit type Sascha Hauer
2012-06-26 19:54 ` [PATCH 03/10] use loff_t for file offsets Sascha Hauer
2012-06-26 19:54 ` [PATCH 04/10] introduce strtoull_suffix function Sascha Hauer
2012-06-26 19:54 ` [PATCH 05/10] make parse_area_spec arguments loff_t Sascha Hauer
2012-06-26 19:54 ` [PATCH 06/10] make memory display 64bit capable Sascha Hauer
2012-06-26 19:55 ` [PATCH 07/10] make st_size in struct stat 64 bit Sascha Hauer
2012-06-26 19:55 ` [PATCH 08/10] make cdev 64bit capable Sascha Hauer
2012-06-26 19:55 ` [PATCH 09/10] memory commands: Make " Sascha Hauer
2012-06-26 19:55 ` [PATCH 10/10] partitions: " Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1340740503-7003-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox