]> git.ipfire.org Git - thirdparty/u-boot.git/history - fs/cbfs
fs: Create functions to load and allocate a file
[thirdparty/u-boot.git] / fs / cbfs /
2022-08-09  Tom RiniMerge tag 'u-boot-amlogic-20220809' of https://source...
2022-07-11  Tom RiniMerge branch 'next'
2022-07-08  Tom RiniMerge tag 'dm-pull-28jun22' of https://source.denx...
2022-07-07  Tom RiniMerge branch '2022-07-07-Kconfig-migrations-dead-code...
2022-07-07  Tom Rinispl: Ensure all SPL symbols in Kconfig have some SPL...
2022-01-22  Tom RiniMerge tag 'efi-2022-04-rc1-2' of https://source.denx...
2022-01-20  Tom RiniMerge https://source.denx.de/u-boot/custodians/u-boot...
2022-01-20  Tom RiniMerge tag 'u-boot-amlogic-20220120' of https://source...
2022-01-20  Tom RiniMerge tag 'doc-2022-04-rc1' of https://source.denx...
2022-01-19  Heinrich Schuchardtdoc: replace @return by Return:
2021-07-19  Tom RiniMerge tag 'ti-v2021.10-rc1' of https://source.denx...
2021-07-17  Tom RiniMerge tag 'u-boot-imx-20210717' of https://gitlab.denx...
2021-07-16  Tom RiniMerge branch '2021-07-15-assorted-fixes'
2021-07-15  Simon Glasscbfs: Check offset range when reading a file
2021-04-18  Tom RiniMerge tag 'ti-v2021.07-rc1' of https://source.denx...
2021-04-09  Tom RiniMerge tag 'u-boot-stm32-20210409' of https://source...
2021-04-05  Tom RiniMerge branch 'next'
2021-03-31  Tom RiniMerge tag 'xilinx-for-v2021.07' of https://source.denx...
2021-03-30  Tom RiniMerge tag 'u-boot-atmel-2021.07-a' of https://source...
2021-03-29  Tom RiniMerge tag 'v2021.04-rc5' into next
2021-03-29  Tom RiniMerge tag 'dm-pull-28mar21' of git://git.denx.de/u...
2021-03-27  Simon Glasscbfs: Drop unnecessary cast in file_cbfs_fill_cache()
2021-03-27  Simon Glasscbfs: Support reading compression information
2021-03-27  Simon Glasscbfs: Simplify file iteration
2021-03-27  Simon Glasscbfs: Factor out filling a cache node into a new function
2021-03-27  Simon Glasscbfs: Allow file traversal with any CBFS
2021-03-27  Simon Glasscbfs: Allow access to CBFS without a header
2021-03-27  Simon Glasscbfs: Rename new_node to node
2021-03-27  Simon Glasscbfs: Add support for attributes
2020-06-04  Tom RiniMerge tag 'u-boot-atmel-fixes-2020.07-a' of https:...
2020-05-27  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-05-27  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2020-05-27  Simon Glasscbfs: Don't require the CBFS size with cbfs_init_mem()
2020-05-27  Simon Glasscbfs: Allow reading a file from a CBFS given its base...
2020-05-27  Simon Glasscbfs: Change file_cbfs_find_uncached() to return an...
2020-05-27  Simon Glasscbfs: Return the error code from file_cbfs_init()
2020-05-27  Simon Glasscbfs: Record the start address in cbfs_priv
2020-05-27  Simon Glasscbfs: Use void * for the position pointers
2020-05-27  Simon Glasscbfs: Unify the two header loaders
2020-05-27  Simon Glasscbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv
2020-05-27  Simon Glasscbfs: Adjust file_cbfs_load_header() to use cbfs_priv
2020-05-27  Simon Glasscbfs: Adjust return value of file_cbfs_next_file()
2020-05-27  Simon Glasscbfs: Use bool type for whether initialised
2020-05-27  Simon Glasscbfs: Use ulong consistently
2020-05-27  Simon Glasscbfs: Rename the result variable
2019-08-19  Tom RiniMerge tag 'u-boot-rockchip-20190819' of https://gitlab... WIP/19Aug2019
2019-08-19  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
2019-08-18  Simon Glasscbfs: Rename camel-case variables
2019-08-18  Simon Glasscbfs: Add functions to support multiple CBFSs
2019-08-18  Simon Glasscbfs: Move result variable into the struct
2019-08-18  Simon Glasscbfs: Move static variables into a struct
2019-08-18  Simon Glasscbfs: Move declarations above functions
2019-08-18  Simon Glasscbfs: Allow CBFS to be used in SPL
2019-07-30  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2019-07-29  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-07-27  Tom RiniMerge tag 'u-boot-imx-20190719' of https://gitlab.denx...
2019-07-27  Tom RiniMerge branch 'master' of https://gitlab.denx.de/u-boot...
2019-07-25  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-net
2019-07-24  Tom RiniMerge tag 'dm-pull-24jul19-take3' of https://gitlab...
2019-07-24  Simon Glasscbfs: Rename checksum to attributes_offset
2019-01-07  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2019-01-03  Tom RiniMerge tag 'for-v2019.01' of git://git.denx.de/u-boot...
2019-01-02  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2019-01-01  Tom RiniMerge tag 'u-boot-imx-20190101' of git://www.denx.de...
2018-12-31  Tom RiniMerge git://git.denx.de/u-boot-x86
2018-12-31  Bin Mengfs: cbfs: Fix out of bound access during CBFS walking...
2018-12-31  Christian Gmeinerfs: cbfs: remove wrong header validation
2018-05-09  Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-05-07  Tom RiniSPDX: Convert all of our single license tags to Linux...
2018-04-15  Tom RiniMerge git://git.denx.de/u-boot-imx
2018-04-04  Tom RiniMerge git://git.denx.de/u-boot-sunxi
2018-04-03  Tom RiniMerge tag 'arc-for-2018.05' of git://git.denx.de/u...
2018-04-02  Tom RiniMerge git://git.denx.de/u-boot-dm
2018-03-31  Andre Heiderfs: cbfs: fix locating the cbfs header
2017-05-09  Stefano BabicMerge branch 'master' of git://git.denx.de/u-boot
2017-05-08  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2017-04-30  Simon Glassfs: Kconfig: Add a separate config for FS_CBFS
2016-08-20  Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2016-08-16  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-x86
2016-08-16  Yaroslav Kcbfs: Fix incorrect CBFS file header size being used
2016-06-20  Tom RiniMerge git://git.denx.de/u-boot-nand-flash
2016-06-19  Guillaume GARDETfs: cbfs: Fix build of fs/cbfs/cbfs.c when building...
2014-01-06  Albert ARIBAUDMerge branch 'u-boot-imx/master' into 'u-boot-arm/master'
2013-12-10  Albert ARIBAUDMerge branch 'u-boot/master' into 'u-boot-arm/master'
2013-11-25  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-nand...
2013-11-22  Albert ARIBAUDMerge branch 'u-boot-microblaze/zynq' into 'u-boot...
2013-11-17  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2013-11-17  Masahiro Yamadafs: descend into sub directories when it is necessary
2013-11-09  Albert ARIBAUDMerge branch 'iu-boot/master' into 'u-boot-arm/master'
2013-11-04  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-blackfin
2013-10-31  Masahiro Yamadafs: convert makefiles to Kbuild style
2013-10-09  Tom RiniMerge branch 'next' of git://git.denx.de/u-boot-mpc83xx
2013-07-31  Stefano BabicMerge git://git.denx.de/u-boot-arm
2013-07-26  Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot...
2013-07-25  Albert ARIBAUDMerge branch 'u-boot/master' into u-boot-arm/master
2013-07-25  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-nds32
2013-07-24  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c
2013-07-24  Wolfgang DenkAdd GPL-2.0+ SPDX-License-Identifier to source files
2013-01-09  Albert ARIBAUDMerge 'u-boot-atmel/master' into 'u-boot-arm/master'
2013-01-08  Albert ARIBAUDMerge branch 'u-boot-ti/master' into 'u-boot-arm/master'
next