- 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · 8 weeks ago
- 29cab7c include: export uuid.h by Caleb Connolly · 3 months ago
- e5d34db env_spi: support overriding spi dev from board code by Venkatesh Yadav Abbarapu · 5 months ago
- dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
- abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- e9edb7f env: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- c8dec27 env: sf: report malloc error to caller by Ralph Siemsen · 10 months ago
- 063c938 Audit <flash.h> inclusion by Tom Rini · 2 years, 4 months ago
- 05b1aa6 spi: spi_flash_probe_bus_cs() rely on DT for spi speed and mode by Patrice Chotard · 2 years, 8 months ago
- db64efd env: sf: Allow to use env_sf_init_addr() at any stage by Pali Rohár · 2 years, 9 months ago
- c33f42f env: sf: Put ENV_INVALID into gd->env_valid on CRC failure by Marek Behún · 3 years, 1 month ago
- 792f237 env: sf: Use ENV_VALID enum names instead of literals by Marek Behún · 3 years, 1 month ago
- 1de1de4 env: sf: Cosmetic fix in env_sf_init_addr() by Marek Behún · 3 years, 1 month ago
- 625dd91 env: sf: remove the static env_flash variable by Patrick Delaunay · 3 years, 9 months ago
- a1b3eef env: sf: add missing spi_flash_free by Patrick Delaunay · 3 years, 9 months ago
- b1096c3 env: sf: add support of command env erase by Patrick Delaunay · 3 years, 10 months ago
- 5c7c2d0 env: sf: update the use of macro ENV_SAVE_PTR by Patrick Delaunay · 3 years, 10 months ago
- 61374b0 env: increment redund flag on read fail by Brandon Maier · 4 years ago
- e535f5b env: add CONFIG_ENV_SECT_SIZE_AUTO by Rasmus Villemoes · 3 years, 7 months ago
- 1ee1984 env/sf.c: use a variable to hold the sector size by Rasmus Villemoes · 3 years, 7 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- 480b6e6 env: sf: cosmetic: remove unnecessary space by Patrick Delaunay · 3 years, 11 months ago
- 8ba7b61 env: sf: fix init function behaviour by Heiko Schocher · 4 years, 1 month ago
- 704d21c env: Access Environment in SPI flashes before relocation by Heiko Schocher · 4 years, 2 months ago
- dfe4b7e env: Discern environment coming from external storage by Marek Vasut · 4 years, 5 months ago
- a4433de env: sf: avoid space in backend name by Patrick Delaunay · 4 years, 4 months ago
- 76f44298 spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI* by Lukasz Majewski · 4 years, 6 months ago
- 9017309 env: sf: Free the old env_flash by Jagan Teki · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- 8e20188 common: Drop flash.h from common header by Simon Glass · 4 years, 7 months ago
- fcff09a env/sf.c: honour CONFIG_SPL_SAVEENV by Rasmus Villemoes · 4 years, 8 months ago
- 4886ebc env/sf.c: drop private CMD_SAVEENV logic by Rasmus Villemoes · 4 years, 9 months ago
- 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
- 5cd7ece env: Finish migration of common ENV options by Tom Rini · 5 years ago
- 9d1f619 env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
- 4686d8f env: Rename the redundancy flags by Simon Glass · 5 years ago
- 9738586 env: Move get/set_default_env() to env.h by Simon Glass · 5 years ago
- f8e932e Convert CONFIG_ENV_SPI_* to Kconfig by Patrick Delaunay · 6 years ago
- f45775c Revert "env: add spi_flash_read_env function" by Heiko Schocher · 6 years ago
- f92421c Revert "env: sf: fix environment in SPI NOR" by Tom Rini · 6 years ago
- 6a6c75e env: sf: fix environment in SPI NOR by Heiko Schocher · 6 years ago
- 5e7fae7 env: add spi_flash_read_env function by Horatiu Vultur · 6 years ago
- 9a90cc9 env: sf: define API to override sf environment address by Rajesh Bhagat · 6 years ago
- 0be67b2 fix: env: Fix the SPI flash device setup for DM mode by Konstantin Porotchkin · 6 years ago
- b2bb9bc env: common: accept flags on reset to default env by Yaniv Levinsky · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 8f9ce3a env: sf: use env_import_redund to simplify env_sf_load by Simon Goldschmidt · 7 years ago
- 32c3eb5 env: make env_import(_redund) return 0 on success, not 1 by Simon Goldschmidt · 7 years ago
- a7bf68a env: sf: Add support for env init for QSPI-NOR by Ashish Kumar · 7 years ago
- 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
- 9977849 env: Adjust the load() method to return an error by Simon Glass · 7 years ago
- d8273ed env: Drop the env_name_spec global by Simon Glass · 7 years ago
- d40d804 env: Drop common init() functions by Simon Glass · 7 years ago
- 082af92 env: Switch over to use environment location drivers by Simon Glass · 7 years ago
- c10a88e env: Create a location driver for each location by Simon Glass · 7 years ago
- 4bc2ad2 env: Add an enum for environment state by Simon Glass · 7 years ago
- 547cb40 Move environment files from common/ to env/ by Simon Glass · 7 years ago[Renamed from common/env_sf.c]
- 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · 8 years ago
- df70191 env_sf: use DIV_ROUND_UP to calculate number of sectors to erase by Andreas Fenkart · 8 years ago
- a2c6585 env_sf: re-order error handling in single-buffer env_relocate_spec by Andreas Fenkart · 8 years ago
- a2d1883 enf_sf: reuse setup_flash_device instead of open coding it by Andreas Fenkart · 8 years ago
- 52b9444 env_sf: factor out prepare_flash_device by Andreas Fenkart · 8 years ago
- 464eee1 common: env_sf: Use CONFIG_SF_DEFAULT_xxx as the default value for CONFIG_ENV_SPI_xxx by Jean-Jacques Hiblot · 8 years ago
- ae56979 dm: spi: Read default speed and mode values from DT by Vignesh R · 8 years ago
- 3e21c72 common: env_sf: Add exclamation mark by Peng Fan · 9 years ago
- 6d85a60 dm: env_sf: fix saveenv() to use driver model by Gong Qianyu · 9 years ago
- 20d93fc env: use cache line aligned memory for flash read by Ravi Babu · 9 years ago
- 12f1a54 env_sf: Fix recovery default by Mario Schuknecht · 10 years ago
- def9215 dm: Add spi.h header to a few files by Simon Glass · 10 years ago
- d73c129 env: Add env_export() wrapper by Marek Vasut · 11 years ago
- 354846f SPL: P2020RDB: fix the problem booting from spi flash by Ying Zhang · 11 years ago
- b1df922 cmd_sf|env_sf: Fix code cleanup by Jagannadha Sutradharudu Teki · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- a840b8e Revert "env: fix potential stack overflow in environment functions" by Tom Rini · 12 years ago
- 04cae82 env: fix potential stack overflow in environment functions by Rob Herring · 12 years ago
- 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
- 76c02dc env: factor out the env_get_char_spec() function by Igor Grinberg · 13 years ago
- c3c1bed env: clean env_sf.c checkpatch and code style by Igor Grinberg · 13 years ago
- 6d67c73 env: move extern default_environment[] to environment.h by Igor Grinberg · 13 years ago
- 1e3cdf3 env: allow to export only selected variables by Wolfgang Denk · 13 years ago
- 97dfdcf fix redundant environment for serial flash by thomas.langer@lantiq.com · 14 years ago
- 92d7a99 hashtable: drop all non-reentrant versions by Mike Frysinger · 14 years ago
- 5e26a1f env_sf: remove warning introduced with last patch by Stefano Babic · 14 years ago
- 5f6c286 env_sf: updated to the new environment code by Stefano Babic · 14 years ago
- 460a9ff New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
- 0cae3d4 add redundant environment for env_sf.c by Wolfgang Wegner · 15 years ago
- 09304f5 env: kill off default_environment_size by Mike Frysinger · 15 years ago
- 9af10d5 env_sf: support embedded environments by Mike Frysinger · 16 years ago
- 7e1cda6 rename CFG_ENV macros to CONFIG_ENV by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 1b3c7e8 env_sf: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 4539b1c rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 08792d7 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase by TsiChung Liew · 16 years ago
- eb8951c Add support for environment in SPI flash by Haavard Skinnemoen · 17 years ago