]> git.ipfire.org Git - thirdparty/u-boot.git/history - env/ubi.c
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-watchdog
[thirdparty/u-boot.git] / env / ubi.c
2024-05-30  Tom RiniMerge patch series "omap3: igep0x00: Fix boot failure...
2024-05-19  Tom RiniRevert "Merge patch series "arm: dts: am62-beagleplay...
2024-05-14  Tom RiniMerge branch 'qcom-main' of https://source.denx.de...
2024-05-13  Tom RiniMerge patch series "arm: dts: am62-beagleplay: Fix...
2024-05-10  Tom RiniMerge patch series "Add AM64x Support to PRUSS and...
2024-05-10  Tom RiniMerge patch series "Generate all SR boot binaries"
2024-05-10  Tom RiniMerge patch series "*** Commonize board code for K3...
2024-05-08  Tom RiniMerge patch series "arm: Add Analog Devices SC5xx Machi...
2024-05-07  Tom RiniMerge branch '2024-05-06-remove-include-common_h' into...
2024-05-06  Tom Rinienv: Remove <common.h> and add needed includes
2024-04-01  Tom RiniSubtree merge tag 'v6.8-dts' of devicetree-rebasing...
2024-02-29  Tom RiniMerge commit '53633a893a06bd5a0c807287d9cc29337806eaf7...
2023-01-31  Tom RiniMerge tag 'u-boot-amlogic-20230131' of https://source...
2023-01-27  Tom RiniMerge tag 'xilinx-for-v2023.04-rc1' of https://source...
2023-01-13  Tom RiniMerge tag 'u-boot-stm32-20230113' of https://source...
2023-01-12  Tom RiniMerge branch '2023-01-11-assorted-general-updates'
2023-01-11  Patrick Delaunayenv: ubi: add support of command env erase
2021-02-23  Tom RiniMerge tag 'xilinx-for-v2021.04-rc3' of https://gitlab...
2021-02-15  Tom RiniMerge branch '2021-02-02-drop-asm_global_data-when...
2021-02-02  Simon Glasscommon: Drop asm/global_data.h from common header
2020-08-04  Tom RiniMerge tag 'u-boot-imx-20200804' of https://gitlab.denx...
2020-07-31  Tom RiniMerge branch '2020-07-31-more-env-updates'
2020-07-31  Marek Vasutenv: Discern environment coming from external storage
2019-08-13  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2019-08-13  Tom RiniMerge tag 'u-boot-amlogic-20190812' of https://gitlab...
2019-08-12  Tom RiniMerge branch '2019-08-11-ti-imports'
2019-08-12  Tom RiniMerge branch '2019-08-11-master-imports'
2019-08-11  Simon Glassenv: Rename environment.h to env_internal.h
2019-08-11  Simon Glassenv: Move get/set_default_env() to env.h
2019-07-11  Tom RiniMerge tag 'uniphier-v2019.10' of https://gitlab.denx...
2019-07-10  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c
2019-07-10  Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot-ubi
2019-07-09  Hamish Guthrieenv: ubi: support configurable VID offset
2018-08-24  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2018-08-24  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2018-08-24  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-08-24  Marek Vasutenv: ubi: Add missing ENV_NAME
2018-07-20  Tom RiniMerge git://git.denx.de/u-boot-x86
2018-07-19  Yaniv Levinskyenv: common: accept flags on reset to default env
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-02-01  Simon Goldschmidtenv: make env drivers propagate env_import return value
2018-02-01  Simon Goldschmidtenv: move more common code to env_import_redund
2017-08-18  Tom RiniMerge tag 'signed-efi-next' of git://github.com/agraf...
2017-08-18  Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2017-08-16  Tom RiniMerge git://git.denx.de/u-boot-tegra
2017-08-16  Tom RiniMerge git://git.denx.de/u-boot-sunxi
2017-08-16  Tom RiniMerge git://www.denx.de/git/u-boot-imx
2017-08-16  Tom RiniMerge git://git.denx.de/u-boot-spi
2017-08-16  Simon Glassenv: Adjust the load() method to return an error
2017-08-16  Simon Glassenv: Drop unused env_ptr variables
2017-08-16  Simon Glassenv: Drop the env_name_spec global
2017-08-16  Simon Glassenv: Drop common init() functions
2017-08-16  Simon Glassenv: Switch over to use environment location drivers
2017-08-15  Simon Glassenv: Create a location driver for each location
2017-08-15  Simon Glassenv: Add an enum for environment state
2017-08-15  Simon GlassMove environment files from common/ to env/