summaryrefslogtreecommitdiff
path: root/env
Commit message (Expand)AuthorAgeFilesLines
...
* env: Fix env_get() when returning empty string using env_get_f()Marek Behún2021-11-131-1/+1
* env: Don't set ready flag if import failed in env_set_default()Marek Behún2021-11-131-1/+3
* env: Use static_assert() to check if default_environment is too largeMarek Behún2021-10-311-5/+0
* env: Always use char for default_environmentMarek Behún2021-10-311-3/+3
* env: flash: Cosmetic fixMarek Behún2021-10-311-1/+1
* env: flash: Let generic env_init() assign default environmentMarek Behún2021-10-311-3/+0
* env: nowhere: Cosmetic fixMarek Behún2021-10-311-2/+2
* env: nowhere: Let generic env_init() assign default environmentMarek Behún2021-10-311-1/+0
* env: nvram: Cosmetic fix in env_nvram_init()Marek Behún2021-10-311-2/+2
* env: nvram: Let generic env_init() assign default environmentMarek Behún2021-10-311-2/+1
* env: nand: Put ENV_INVALID into gd->env_valid if default environmentMarek Behún2021-10-311-2/+1
* env: sf: Put ENV_INVALID into gd->env_valid on CRC failureMarek Behún2021-10-311-2/+1
* env: sf: Use ENV_VALID enum names instead of literalsMarek Behún2021-10-311-2/+2
* env: sf: Cosmetic fix in env_sf_init_addr()Marek Behún2021-10-311-2/+2
* env: superfluous check before free()Heinrich Schuchardt2021-10-261-4/+2
* env: mmc: Add support for redundant env in both eMMC boot partitionsMarek Vasut2021-10-252-5/+47
* env: mmc: Add missing eMMC bootpart restoration to env eraseMarek Vasut2021-10-251-4/+10
* Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2021-10-231-3/+1
|\
| * mtd: Remove mtd_erase_callback() entirelyMarek Behún2021-10-231-3/+1
* | env: Move non-cli env functions to env/common.cMarek Behún2021-10-211-0/+180
* | env: Inline env_get_char() into its only userMarek Behún2021-10-212-11/+2
* | env: Drop env_get_char_spec() and old, unused .get_char() implementationsMarek Behún2021-10-213-38/+1
|/
* treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass2021-09-251-2/+3
* Revert "env: Make _init() expect _INVALID when _IS_NOWHERE"Tom Rini2021-09-241-1/+1
* env: Make _init() expect _INVALID when _IS_NOWHEREPierre-Clément Tosi2021-09-231-1/+1
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-3/+0
* Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini2021-08-301-9/+9
* eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usageTom Rini2021-08-301-4/+0
* env: Kconfig: Add default option for PHY_CORTINAKuldeep Singh2021-08-181-1/+1
* sunxi: Select environment MMC based on boot deviceSamuel Holland2021-08-011-2/+1
* ppc: Remove sbc8641d boardTom Rini2021-07-071-1/+1
* ppc: Remove xpedite boardsTom Rini2021-07-071-1/+1
* m68k: Remove M5475x boardsTom Rini2021-07-071-1/+1
* env: allow environment to be amended from control dtbRasmus Villemoes2021-05-042-0/+48
* xilinx: versal: Add support for saving env based on bootmodeAshok Reddy Soma2021-04-231-1/+1
* env: Setup default value for ENV_OFFSET_REDUNDMichal Simek2021-04-231-0/+1
* env: sf: remove the static env_flash variableWIP/2021-04-16-env-updatesPatrick Delaunay2021-04-161-23/+18
* env: sf: add missing spi_flash_freePatrick Delaunay2021-04-161-0/+9
* env: sf: add support of command env erasePatrick Delaunay2021-04-161-0/+34
* env: sf: update the use of macro ENV_SAVE_PTRPatrick Delaunay2021-04-161-1/+1
* env: add ENV_ERASE_PTR macroPatrick Delaunay2021-04-162-7/+2
* env: Fix invalid env handling in env_init()Marek Vasut2021-04-161-0/+3
* env/fat.c: support redund environmentBrandon Maier2021-04-162-8/+40
* env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCEMartin Fuzzey2021-04-161-2/+3
* env: increment redund flag on read failBrandon Maier2021-04-162-20/+9
* env: add CONFIG_ENV_SECT_SIZE_AUTORasmus Villemoes2021-04-162-2/+22
* env/sf.c: use a variable to hold the sector sizeRasmus Villemoes2021-04-161-10/+12
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-0214-0/+14
* env: sf: cosmetic: remove unnecessary spacePatrick Delaunay2021-01-291-2/+2
* env: Remove all dependencies for SYS_REDUNDAND_ENVIRONMENTMichal Simek2021-01-201-2/+3