summaryrefslogtreecommitdiff
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* env: Allow VPL environment to be nowhereSimon Glass2023-03-021-0/+10
* env: mmc: Apply GPT only on eMMC user HW partitionMarek Vasut2023-02-231-4/+8
* env: Couple networking-related variable flags to CONFIG_NETJan Kiszka2023-02-101-5/+5
* env: Complete generic support for writable listJan Kiszka2023-02-102-0/+9
* env: Drop ENV_IS_IN_SATASimon Glass2023-02-073-126/+0
* env: mmc: Fix offset issue for env saveYe Li2023-02-061-4/+4
* env: add failing trace in env_erasePatrick Delaunay2023-01-111-2/+6
* env: ubi: add support of command env erasePatrick Delaunay2023-01-111-0/+40
* env: mmc: cosmetic: remove unused macro STR(X)Patrick Delaunay2023-01-101-3/+0
* env: mmc: add debug message when mmc-env-partition is not foundPatrick Delaunay2023-01-101-0/+1
* env: mmc: select GPT env partition by type guidPatrick Delaunay2023-01-101-1/+18
* env: mmc: add CONFIG_ENV_MMC_USE_DTPatrick Delaunay2023-01-102-0/+23
* env: mcc: fix compilation error with ENV_IS_EMBEDDEDPatrick Delaunay2023-01-101-5/+7
* env: mcc: Drop unnecessary #ifdefsPatrick Delaunay2023-01-101-56/+64
* env: mmc: introduced ENV_MMC_OFFSETPatrick Delaunay2023-01-101-4/+20
* global: Migrate CONFIG_EXTRA_ENV_SETTINGS to CFGTom Rini2022-12-231-2/+2
* Convert CONFIG_OVERWRITE_ETHADDR_ONCE to KconfigTom Rini2022-12-221-0/+9
* env: eeprom: Remove CONFIG_I2C_ENV_EEPROM_BUS supportTom Rini2022-12-222-58/+8
* Convert CONFIG_HOSTNAME et al to KconfigTom Rini2022-12-221-0/+10
* env: nvram: Drop CONFIG_SYS_NVRAM_ACCESS_ROUTINETom Rini2022-12-221-40/+2
* env: Rework ENV_IS_EMBEDDED and related logic slightlyTom Rini2022-12-222-2/+1
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-052-2/+2
* dm: core: Rename ofnode_get_property_by_prop()Simon Glass2022-09-291-1/+1
* dm: core: Rename ofnode_get_first/next_property()Simon Glass2022-09-291-2/+2
* arm64: versal-net: Add support for Versal NET platformMichal Simek2022-09-261-3/+3
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-1/+1
* blk: Switch over to using uclass IDsSimon Glass2022-09-161-2/+2
* xilinx: Add env redund offsetT Karthik Reddy2022-09-131-0/+1
* Audit <flash.h> inclusionTom Rini2022-08-042-2/+1
* Add SCSI scan for ENV in EXT4 or FATRogier Stam2022-07-082-1/+12
* Convert CONFIG_ENV_RANGE to KconfigTom Rini2022-06-282-16/+10
* Convert CONFIG_ENV_MIN_ENTRIES et al to KconfigTom Rini2022-06-281-0/+16
* env: mmc : align erase address and size on erase_grp_sizePatrick Delaunay2022-06-151-3/+7
* spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard2022-05-231-1/+0
* env: sf: Allow to use env_sf_init_addr() at any stagePali Rohár2022-05-021-11/+11
* env: Implement lower priority arch_env_get_location()Marek Vasut2022-04-211-3/+26
* Revert "env: Load env when ENV_IS_NOWHERE is only location selected"Marek Vasut2022-04-101-7/+6
* env: fat: Allow overriding interface, device and partitionHe Yong2022-04-071-15/+19
* env: Load env when ENV_IS_NOWHERE is only location selectedFelix.Vietmeyer@jila.colorado.edu2022-04-071-6/+7
* Convert CONFIG_ETHPRIME to KconfigTom Rini2022-03-181-0/+12
* Merge tag 'v2022.04-rc4' into nextTom Rini2022-03-141-2/+5
|\
| * env: sunxi: enable ENV_IS_IN_SPI_FLASHAndre Przywara2022-03-101-0/+1
| * env: sunxi: Define location in SPI flashAndre Przywara2022-03-101-2/+4
* | Convert CONFIG_BOOTFILE to KconfigTom Rini2022-03-031-0/+13
|/
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-3/+3
* env: fat: Add new lines at the end of print statementsPeter Robinson2022-01-141-4/+4
* Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini2021-12-271-31/+8
* bootm: Tidy up use of autostart env varSimon Glass2021-11-161-0/+5
* env: Allow U-Boot scripts to be placed in a .env fileSimon Glass2021-11-162-0/+19
* env: Simplify env_get_default()Marek Behún2021-11-131-21/+24