summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)AuthorFilesLines
2023-07-17env: Fix default environment saving issueAshok Reddy Soma1-0/+1
2023-07-14env: mmc: statically set the environment partition nameEmmanuel Di Fede2-0/+17
2023-05-16env: Remove misuse of env is nowhere leftoverStefan Herbrechtsmeier1-2/+0
2023-05-09cmd: nvedit: remove error check, handle with KconfigTroy Kisky1-7/+10
2023-03-03env: Allow VPL environment to be nowhereSimon Glass1-0/+10
2023-02-23env: mmc: Apply GPT only on eMMC user HW partitionMarek Vasut1-4/+8
2023-02-10env: Couple networking-related variable flags to CONFIG_NETJan Kiszka1-5/+5
2023-02-10env: Complete generic support for writable listJan Kiszka2-0/+9
2023-02-07env: Drop ENV_IS_IN_SATASimon Glass3-126/+0
2023-02-07env: mmc: Fix offset issue for env saveYe Li1-4/+4
2023-01-11env: add failing trace in env_erasePatrick Delaunay1-2/+6
2023-01-11env: ubi: add support of command env erasePatrick Delaunay1-0/+40
2023-01-10env: mmc: cosmetic: remove unused macro STR(X)Patrick Delaunay1-3/+0
2023-01-10env: mmc: add debug message when mmc-env-partition is not foundPatrick Delaunay1-0/+1
2023-01-10env: mmc: select GPT env partition by type guidPatrick Delaunay1-1/+18
2023-01-10env: mmc: add CONFIG_ENV_MMC_USE_DTPatrick Delaunay2-0/+23
2023-01-10env: mcc: fix compilation error with ENV_IS_EMBEDDEDPatrick Delaunay1-5/+7
2023-01-10env: mcc: Drop unnecessary #ifdefsPatrick Delaunay1-56/+64
2023-01-10env: mmc: introduced ENV_MMC_OFFSETPatrick Delaunay1-4/+20
2022-12-23global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFGTom Rini1-2/+2
2022-12-22Convert CONFIG_OVERWRITE_ETHADDR_ONCE to KconfigTom Rini1-0/+9
2022-12-22env: eeprom: Remove CONFIG_I2C_ENV_EEPROM_BUS supportTom Rini2-58/+8
2022-12-22Convert CONFIG_HOSTNAME et al to KconfigTom Rini1-0/+10
2022-12-22env: nvram: Drop CONFIG_SYS_NVRAM_ACCESS_ROUTINETom Rini1-40/+2
2022-12-22env: Rework ENV_IS_EMBEDDED and related logic slightlyTom Rini2-2/+1
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-2/+2
2022-09-29dm: core: Rename ofnode_get_property_by_prop()Simon Glass1-1/+1
2022-09-29dm: core: Rename ofnode_get_first/next_property()Simon Glass1-2/+2
2022-09-26arm64: versal-net: Add support for Versal NET platformMichal Simek1-3/+3
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-2/+2
2022-09-13xilinx: Add env redund offsetT Karthik Reddy1-0/+1
2022-08-04Audit <flash.h> inclusionTom Rini2-2/+1
2022-07-08Add SCSI scan for ENV in EXT4 or FATRogier Stam2-1/+12
2022-06-29Convert CONFIG_ENV_RANGE to KconfigTom Rini2-16/+10
2022-06-29Convert CONFIG_ENV_MIN_ENTRIES et al to KconfigTom Rini1-0/+16
2022-06-15env: mmc : align erase address and size on erase_grp_sizePatrick Delaunay1-3/+7
2022-05-23spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard1-1/+0
2022-05-02env: sf: Allow to use env_sf_init_addr() at any stagePali Rohár1-11/+11
2022-04-21env: Implement lower priority arch_env_get_location()Marek Vasut1-3/+26
2022-04-10Revert "env: Load env when ENV_IS_NOWHERE is only location selected"Marek Vasut1-7/+6
2022-04-07env: fat: Allow overriding interface, device and partitionHe Yong1-15/+19
2022-04-07env: Load env when ENV_IS_NOWHERE is only location selectedFelix.Vietmeyer@jila.colorado.edu1-6/+7
2022-03-18Convert CONFIG_ETHPRIME to KconfigTom Rini1-0/+12
2022-03-15Merge tag 'v2022.04-rc4' into nextTom Rini1-2/+5
2022-03-10env: sunxi: enable ENV_IS_IN_SPI_FLASHAndre Przywara1-0/+1
2022-03-10env: sunxi: Define location in SPI flashAndre Przywara1-2/+4
2022-03-04Convert CONFIG_BOOTFILE to KconfigTom Rini1-0/+13
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