Skip to content
Snippets Groups Projects
Select Git revision
  • 329f0f52fa9fa572b0edbc8dfc34698dbe8efb6a
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

mmc

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
user avatar
u-boot@lakedaemon.net authored
This patch dramatically drops the amount of time u-boot needs to read a
file from an ext2 partition.  On a typical 2 to 5 MB file (kernels and
initrds) it goes from tens of seconds to a couple seconds.

All we are doing here is grouping contiguous blocks into one read.

Boot tested on Globalscale Technologies Dreamplug (Kirkwood ARM SoC)
with three different files.  sha1sums were calculated in Linux
userspace, and then confirmed after ext2load.

Signed-off-by: default avatarJason Cooper <u-boot@lakedaemon.net>
Tested-by: default avatarEric Nelson <eric.nelson@boundarydevices.com>
Tested-by: default avatarThierry Reding <thierry.reding@avionic-design.de>
436da3cd
History
Name Last commit Last update
..