| Commit message (Expand) | Author | Age | Files | Lines |
* | env: mmc: add erase-function | Frank Wunderlich | 2019-07-18 | 1 | -0/+51 |
* | env: register erase command | Frank Wunderlich | 2019-07-18 | 1 | -0/+30 |
* | stm32mp1: move CONFIG_ENV in Kconfig | Patrick Delaunay | 2019-07-12 | 1 | -3/+2 |
* | env: ubi: support configurable VID offset | Hamish Guthrie | 2019-07-09 | 2 | -4/+20 |
* | at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs | Markus Klotzbuecher | 2019-07-09 | 1 | -4/+7 |
* | env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND | Markus Klotzbuecher | 2019-07-09 | 1 | -0/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-spi | Tom Rini | 2019-06-17 | 1 | -1/+1 |
|\ |
|
| * | Kconfig: Add SPI / SPI_FLASH as dependencies | Tom Rini | 2019-06-13 | 1 | -1/+1 |
* | | env: allow ENV_IS_NOWHERE with other storage target | Patrice Chotard | 2019-06-06 | 1 | -12/+6 |
* | | env: ext4: Allow overriding interface, device and partition | Patrice Chotard | 2019-06-06 | 1 | -13/+21 |
|/ |
|
* | env: solve compilation error in SPL | Patrick Delaunay | 2019-05-23 | 1 | -1/+6 |
* | stm32mp1: Move ENV_SIZE and ENV_OFFSET to Kconfig | Patrick Delaunay | 2019-05-23 | 1 | -1/+1 |
* | env: spi: Fix incorrect entry description | Marek Vasut | 2019-05-09 | 1 | -2/+2 |
* | env: Don't check CONFIG_ENV_OFFSET_REDUND for SPL build | Martyn Welch | 2019-04-12 | 1 | -1/+1 |
* | fs: ext4: Add support for the creation of symbolic links | Jean-Jacques Hiblot | 2019-04-09 | 1 | -1/+1 |
* | Convert CONFIG_ENV_SPI_* to Kconfig | Patrick Delaunay | 2019-03-25 | 2 | -20/+46 |
* | Revert "env: add spi_flash_read_env function" | Heiko Schocher | 2019-03-13 | 1 | -45/+11 |
* | Merge branch '2019-01-25-master-imports' | Tom Rini | 2019-01-26 | 2 | -8/+21 |
|\ |
|
| * | env: Fix saving environment to "bad CRC" location | Sam Protsenko | 2019-01-26 | 1 | -6/+19 |
| * | env: common: Return specific error code on bad CRC | Sam Protsenko | 2019-01-26 | 1 | -2/+2 |
* | | ARC: Move ENV_SIZE and ENV_OFFSET to Kconfig | Alexey Brodkin | 2019-01-25 | 1 | -1/+3 |
|/ |
|
* | Revert "env: sf: fix environment in SPI NOR" | Tom Rini | 2019-01-21 | 1 | -1/+1 |
* | env: sf: fix environment in SPI NOR | Heiko Schocher | 2019-01-18 | 1 | -1/+1 |
* | env: add spi_flash_read_env function | Horatiu Vultur | 2019-01-16 | 1 | -11/+45 |
* | common: command: Add support for $ auto-completion | Boris Brezillon | 2019-01-15 | 1 | -4/+48 |
* | env: sata: Fix saveenv issue | Ye Li | 2019-01-09 | 1 | -1/+1 |
* | env: sata: Add missed env location for SATA boot | Ye Li | 2019-01-09 | 1 | -0/+3 |
* | env: sf: define API to override sf environment address | Rajesh Bhagat | 2018-12-04 | 1 | -1/+8 |
* | env: allow flash and nand env driver to compile together | Rajesh Bhagat | 2018-12-04 | 2 | -10/+8 |
* | arm64: versal: Add support for new Xilinx Versal ACAPs | Michal Simek | 2018-10-16 | 1 | -2/+2 |
* | fix: env: Fix the SPI flash device setup for DM mode | Konstantin Porotchkin | 2018-09-19 | 1 | -1/+2 |
* | env: ubi: Add missing ENV_NAME | Marek Vasut | 2018-08-24 | 1 | -0/+1 |
* | env: Merge Rockchip, Sunxi, Zynq and ZynqMP | Michal Simek | 2018-08-19 | 1 | -49/+15 |
* | env: Don't show "Failed" error message | Sam Protsenko | 2018-08-10 | 1 | -5/+9 |
* | u-boot: remove driver lookup loop from env_save() | Nicholas Faustini | 2018-07-30 | 1 | -18/+16 |
* | env: Simplify Makefile using $(SPL_TPL_) | York Sun | 2018-07-21 | 2 | -29/+126 |
* | env: typo in description of ENV_IS_IN_REMOTE | Heinrich Schuchardt | 2018-07-21 | 1 | -1/+1 |
* | env: add the same prefix to error messages to make it detectable by tests | Quentin Schulz | 2018-07-20 | 1 | -1/+2 |
* | env: common: accept flags on reset to default env | Yaniv Levinsky | 2018-07-19 | 8 | -33/+29 |
* | cmd: nvedit: set H_INTERACTIVE in do_env_default | Yaniv Levinsky | 2018-07-19 | 1 | -1/+1 |
* | cmd: nvedit: propagate envflag to set_default_vars | Yaniv Levinsky | 2018-07-19 | 1 | -2/+3 |
* | env: Added support to save env to spi through Kconfig | Vipul Kumar | 2018-07-19 | 1 | -0/+28 |
* | env: Add !ENV_IS_IN_EXT4 dependency to ENV_IS_NOWHERE | Alex Kiernan | 2018-06-13 | 1 | -0/+1 |
* | u-boot: Fix several typos | Shyam Saini | 2018-06-13 | 1 | -3/+3 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 20 | -41/+20 |
* | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2018-04-27 | 3 | -6/+0 |
* | env: mmc/fat/ext4: undefined reference to `mmc_initialize' | Heinrich Schuchardt | 2018-04-16 | 2 | -0/+4 |
* | env: Relocate env drivers if manual reloc is required | Siva Durga Prasad Paladugu | 2018-04-16 | 2 | -0/+22 |
* | Migrate CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG to Kconfig | Alex Kiernan | 2018-04-08 | 1 | -0/+7 |
* | env: Properly check for BLK support | Sjoerd Simons | 2018-04-06 | 1 | -1/+1 |