aboutsummaryrefslogtreecommitdiffstats
path: root/env
Commit message (Expand)AuthorAgeFilesLines
* Init virtio before loading ENV from EXT4 or FATWIP/17May2024Fiona Klute2024-05-172-0/+10
* env: Remove <common.h> and add needed includesTom Rini2024-05-0617-19/+6
* cmd/Kconfig: Add some missing dependenciesTom Rini2024-05-061-1/+1
* env: mmc: print MMC device being readWIP/18Apr2024Quentin Schulz2024-04-181-0/+3
* xilinx: versal-net: Add support for saving env based on bootmodeVenkatesh Yadav Abbarapu2024-03-221-1/+1
* env: sf: report malloc error to callerRalph Siemsen2024-01-291-1/+3
* env: Make ENV_IS_IN_SPI_FLASH depend on SPI flash being presentTom Rini2024-01-221-1/+1
* Merge branch '2024-01-18-assorted-fixes'Tom Rini2024-01-191-1/+1
|\
| * cmd: nvedit: Fix typo in 'illegal character' errorIvan Orlov2024-01-181-1/+1
* | env: migrate env_get_default to call env_get_default_intoQuentin Schulz2024-01-191-3/+5
* | env: allow to copy value from default environment into a bufferQuentin Schulz2024-01-191-0/+8
|/
* global: Restrict use of '#include <linux/kconfig.h>'Tom Rini2023-12-211-0/+2
* Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini2023-12-131-1/+1
|\
| * mmc: env: Unify the U_BOOT_ENV_LOCATION conditionsSimon Glass2023-12-131-1/+1
* | fs: ext4: Remove unused parameter from ext4_mountSean Anderson2023-11-161-2/+2
|/
* env: Move env_set() out of cmd/nvedit.c and in to env/common.cTom Rini2023-11-071-4/+109
* env: Improve ENV_OFFSET help messagePaul Barker2023-10-111-1/+11
* fsl-layerscape: drop obsolete PPA secure firmware supportLaurentiu Tudor2023-10-101-1/+1
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* env: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-143-39/+0
* cmd: nvedit: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-1/+0
* Kconfigs: Correct default of "0" on hex type entriesTom Rini2023-08-091-2/+2
* env: Fix default environment saving issueWIP/2023-07-17-assorted-updatesAshok Reddy Soma2023-07-171-0/+1
* env: mmc: statically set the environment partition nameEmmanuel Di Fede2023-07-142-0/+17
* env: Remove misuse of env is nowhere leftoverWIP/2023-05-16-remove-misuse-of-env-is-nowhereStefan Herbrechtsmeier2023-05-161-2/+0
* cmd: nvedit: remove error check, handle with KconfigTroy Kisky2023-05-091-7/+10
* env: Allow VPL environment to be nowhereSimon Glass2023-03-021-0/+10
* env: mmc: Apply GPT only on eMMC user HW partitionWIP/2023-02-23-assorted-fixesMarek 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)WIP/2023-01-10-env-mmc-improvements-and-correctionsPatrick 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