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

math64.h

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Stefan Roese's avatar
    9eefe2a2
    UBIFS: Implement read-only UBIFS support in U-Boot · 9eefe2a2
    Stefan Roese authored
    
    The U-Boot UBIFS implementation is largely a direct copy from the current
    Linux version (2.6.29-rc6). As already done in the UBI version we have an
    "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
    ...). This makes it possible to use the original Linux code with very
    little changes. And by this we can better update to later Linux versions.
    
    I removed some of the Linux features that are not used in the U-Boot
    version (e.g. garbage-collection, write support).
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    CC: Artem Bityutskiy <dedekind@infradead.org>
    CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
    9eefe2a2
    History
    UBIFS: Implement read-only UBIFS support in U-Boot
    Stefan Roese authored
    
    The U-Boot UBIFS implementation is largely a direct copy from the current
    Linux version (2.6.29-rc6). As already done in the UBI version we have an
    "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
    ...). This makes it possible to use the original Linux code with very
    little changes. And by this we can better update to later Linux versions.
    
    I removed some of the Linux features that are not used in the U-Boot
    version (e.g. garbage-collection, write support).
    
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    CC: Artem Bityutskiy <dedekind@infradead.org>
    CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>