aboutsummaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2020-04-24env/sf.c: drop private CMD_SAVEENV logicRasmus Villemoes1-11/+1
2020-04-24env/ext4.c: remove CONFIG_CMD_SAVEENV ifdefRasmus Villemoes1-3/+1
2020-04-24env/fat.c: remove private CMD_SAVEENV logicRasmus Villemoes1-8/+1
2020-04-24env: add SAVEENV as an alias of the CMD_SAVEENV symbolRasmus Villemoes1-0/+3
2020-04-24make env_entry::callback conditional on !CONFIG_SPL_BUILDRasmus Villemoes2-1/+2
2020-04-24env: remove callback.o for an SPL buildRasmus Villemoes1-1/+1
2020-04-17env: make file-scope env_ptr variables staticRasmus Villemoes2-3/+3
2020-04-06env: Make mmc as default option for CONFIG_ENV_FAT_INTERFACEMichal Simek1-2/+1
2020-04-06env: Kconfig: Adding default values for MicroblazeVaralaxmi Bingi1-0/+2
2020-03-09env: Update env_addr for mmc environment driverPankit Garg1-0/+5
2020-01-30env: Enable SPI flash env for rockchipJagan Teki1-0/+3
2020-01-30env: kconfig: Restrict rockchip env for MMCJagan Teki1-2/+3
2020-01-22env: another attempt at fixing SPL build failuresRasmus Villemoes2-8/+8
2020-01-17common: Move flash_perror() to flash.hSimon Glass1-0/+1
2019-12-04mtd: ensure UBI is compiled when ENV_IS_IN_UBI is selectedMiquel Raynal1-0/+2
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move sorting functions to their own header fileSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass7-0/+7
2019-11-20env: Finish migration of common ENV optionsTom Rini5-18/+30
2019-11-20env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini5-23/+1
2019-11-20env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbolTom Rini1-0/+6
2019-11-12defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENTTom Rini1-7/+11
2019-10-16ubi: env: fix redundand managementPhilippe Reynes1-0/+6
2019-10-08env: Kconfig: Add environment default offset in versalT Karthik Reddy1-2/+3
2019-10-04Revert "env: solve compilation error in SPL"Tom Rini1-6/+1
2019-08-11env: Rename environment.h to env_internal.hSimon Glass18-18/+18
2019-08-11env: Drop the ACTION typedefSimon Glass2-2/+2
2019-08-11env: Rename the redundancy flagsSimon Glass3-16/+18
2019-08-11env: Drop the ENTRY typedefSimon Glass3-9/+9
2019-08-11env: Move env_valid to env.hSimon Glass2-0/+2
2019-08-11env: Rename environment to embedded_environmentSimon Glass1-1/+1
2019-08-11env: Move get/set_default_env() to env.hSimon Glass8-23/+30
2019-08-11env: Move set_default_vars to env.hSimon Glass1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass3-0/+3
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_relocate() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2019-07-18env: mmc: add erase-functionFrank Wunderlich1-0/+51
2019-07-18env: register erase commandFrank Wunderlich1-0/+30
2019-07-12stm32mp1: move CONFIG_ENV in KconfigPatrick Delaunay1-3/+2
2019-07-09env: ubi: support configurable VID offsetHamish Guthrie2-4/+20
2019-07-09at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigsMarkus Klotzbuecher1-4/+7
2019-07-09env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUNDMarkus Klotzbuecher1-0/+6
2019-06-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-1/+1
2019-06-13Kconfig: Add SPI / SPI_FLASH as dependenciesTom Rini1-1/+1
2019-06-06env: allow ENV_IS_NOWHERE with other storage targetPatrice Chotard1-12/+6
2019-06-06env: ext4: Allow overriding interface, device and partitionPatrice Chotard1-13/+21
2019-05-23env: solve compilation error in SPLPatrick Delaunay1-1/+6
2019-05-23stm32mp1: Move ENV_SIZE and ENV_OFFSET to KconfigPatrick Delaunay1-1/+1
2019-05-09env: spi: Fix incorrect entry descriptionMarek Vasut1-2/+2