summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-3/+3
2022-01-14env: fat: Add new lines at the end of print statementsPeter Robinson1-4/+4
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini1-31/+8
2021-11-16bootm: Tidy up use of autostart env varSimon Glass1-0/+5
2021-11-16env: Allow U-Boot scripts to be placed in a .env fileSimon Glass2-0/+19
2021-11-13env: Simplify env_get_default()Marek Behún1-21/+24
2021-11-13env: Fix env_get() when returning empty string using env_get_f()Marek Behún1-1/+1
2021-11-13env: Don't set ready flag if import failed in env_set_default()Marek Behún1-1/+3
2021-10-31env: Use static_assert() to check if default_environment is too largeMarek Behún1-5/+0
2021-10-31env: Always use char for default_environmentMarek Behún1-3/+3
2021-10-31env: flash: Cosmetic fixMarek Behún1-1/+1
2021-10-31env: flash: Let generic env_init() assign default environmentMarek Behún1-3/+0
2021-10-31env: nowhere: Cosmetic fixMarek Behún1-2/+2
2021-10-31env: nowhere: Let generic env_init() assign default environmentMarek Behún1-1/+0
2021-10-31env: nvram: Cosmetic fix in env_nvram_init()Marek Behún1-2/+2
2021-10-31env: nvram: Let generic env_init() assign default environmentMarek Behún1-2/+1
2021-10-31env: nand: Put ENV_INVALID into gd->env_valid if default environmentMarek Behún1-2/+1
2021-10-31env: sf: Put ENV_INVALID into gd->env_valid on CRC failureMarek Behún1-2/+1
2021-10-31env: sf: Use ENV_VALID enum names instead of literalsMarek Behún1-2/+2
2021-10-31env: sf: Cosmetic fix in env_sf_init_addr()Marek Behún1-2/+2
2021-10-26env: superfluous check before free()Heinrich Schuchardt1-4/+2
2021-10-25env: mmc: Add support for redundant env in both eMMC boot partitionsMarek Vasut2-5/+47
2021-10-25env: mmc: Add missing eMMC bootpart restoration to env eraseMarek Vasut1-4/+10
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini1-3/+1
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún1-3/+1
2021-10-21env: Move non-cli env functions to env/common.cMarek Behún1-0/+180
2021-10-21env: Inline env_get_char() into its only userMarek Behún2-11/+2
2021-10-21env: Drop env_get_char_spec() and old, unused .get_char() implementationsMarek Behún3-38/+1
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass1-2/+3
2021-09-24Revert "env: Make _init() expect _INVALID when _IS_NOWHERE"Tom Rini1-1/+1
2021-09-23env: Make _init() expect _INVALID when _IS_NOWHEREPierre-Clément Tosi1-1/+1
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-3/+0
2021-08-30Convert CONFIG_SYS_I2C_EEPROM_ADDR et al to KconfigTom Rini1-9/+9
2021-08-30eeprom: Drop CONFIG_ENV_EEPROM_IS_ON_I2C usageTom Rini1-4/+0
2021-08-18env: Kconfig: Add default option for PHY_CORTINAKuldeep Singh1-1/+1
2021-08-01sunxi: Select environment MMC based on boot deviceSamuel Holland1-2/+1
2021-07-08ppc: Remove sbc8641d boardTom Rini1-1/+1
2021-07-08ppc: Remove xpedite boardsTom Rini1-1/+1
2021-07-08m68k: Remove M5475x boardsTom Rini1-1/+1
2021-05-04env: allow environment to be amended from control dtbRasmus Villemoes2-0/+48
2021-04-23xilinx: versal: Add support for saving env based on bootmodeAshok Reddy Soma1-1/+1
2021-04-23env: Setup default value for ENV_OFFSET_REDUNDMichal Simek1-0/+1
2021-04-17env: sf: remove the static env_flash variablePatrick Delaunay1-23/+18
2021-04-17env: sf: add missing spi_flash_freePatrick Delaunay1-0/+9
2021-04-17env: sf: add support of command env erasePatrick Delaunay1-0/+34
2021-04-17env: sf: update the use of macro ENV_SAVE_PTRPatrick Delaunay1-1/+1
2021-04-17env: add ENV_ERASE_PTR macroPatrick Delaunay2-7/+2
2021-04-16env: Fix invalid env handling in env_init()Marek Vasut1-0/+3
2021-04-16env/fat.c: support redund environmentBrandon Maier2-8/+40
2021-04-16env: Fix warning when forcing environment without ENV_ACCESS_IGNORE_FORCEMartin Fuzzey1-2/+3