summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
2019-08-11env: Drop the ENTRY typedefSimon Glass
2019-08-11env: Move env_valid to env.hSimon Glass
2019-08-11env: Rename environment to embedded_environmentSimon Glass
2019-08-11env: Move get/set_default_env() to env.hSimon Glass
2019-08-11env: Move set_default_vars to env.hSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_relocate() to env.hSimon Glass
2019-08-11env: Move env_init() to env.hSimon Glass
2019-07-18env: mmc: add erase-functionFrank Wunderlich
2019-07-18env: register erase commandFrank Wunderlich
2019-07-12stm32mp1: move CONFIG_ENV in KconfigPatrick Delaunay
2019-07-09env: ubi: support configurable VID offsetHamish Guthrie
2019-07-09at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigsMarkus Klotzbuecher
2019-07-09env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUNDMarkus Klotzbuecher
2019-06-17Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-06-13Kconfig: Add SPI / SPI_FLASH as dependenciesTom Rini
2019-06-06env: allow ENV_IS_NOWHERE with other storage targetPatrice Chotard
2019-06-06env: ext4: Allow overriding interface, device and partitionPatrice Chotard
2019-05-23env: solve compilation error in SPLPatrick Delaunay
2019-05-23stm32mp1: Move ENV_SIZE and ENV_OFFSET to KconfigPatrick Delaunay
2019-05-09env: spi: Fix incorrect entry descriptionMarek Vasut
2019-04-12env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL buildMartyn Welch
2019-04-09fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot
2019-03-25Convert CONFIG_ENV_SPI_* to KconfigPatrick Delaunay
2019-03-13Revert "env: add spi_flash_read_env function"Heiko Schocher
2019-01-26Merge branch '2019-01-25-master-imports'Tom Rini
2019-01-26env: Fix saving environment to "bad CRC" locationSam Protsenko
2019-01-26env: common: Return specific error code on bad CRCSam Protsenko
2019-01-25ARC: Move ENV_SIZE and ENV_OFFSET to KconfigAlexey Brodkin
2019-01-21Revert "env: sf: fix environment in SPI NOR"Tom Rini
2019-01-18env: sf: fix environment in SPI NORHeiko Schocher
2019-01-16env: add spi_flash_read_env functionHoratiu Vultur
2019-01-15common: command: Add support for $ auto-completionBoris Brezillon
2019-01-09env: sata: Fix saveenv issueYe Li
2019-01-09env: sata: Add missed env location for SATA bootYe Li
2018-12-04env: sf: define API to override sf environment addressRajesh Bhagat
2018-12-04env: allow flash and nand env driver to compile togetherRajesh Bhagat
2018-10-16arm64: versal: Add support for new Xilinx Versal ACAPsMichal Simek
2018-09-19fix: env: Fix the SPI flash device setup for DM modeKonstantin Porotchkin
2018-08-24env: ubi: Add missing ENV_NAMEMarek Vasut
2018-08-19env: Merge Rockchip, Sunxi, Zynq and ZynqMPMichal Simek
2018-08-10env: Don't show "Failed" error messageSam Protsenko
2018-07-30u-boot: remove driver lookup loop from env_save()Nicholas Faustini
2018-07-21env: Simplify Makefile using $(SPL_TPL_)York Sun
2018-07-21env: typo in description of ENV_IS_IN_REMOTEHeinrich Schuchardt
2018-07-20env: add the same prefix to error messages to make it detectable by testsQuentin Schulz
2018-07-19env: common: accept flags on reset to default envYaniv Levinsky
2018-07-19cmd: nvedit: set H_INTERACTIVE in do_env_defaultYaniv Levinsky
2018-07-19cmd: nvedit: propagate envflag to set_default_varsYaniv Levinsky