summaryrefslogtreecommitdiffstats
path: root/tools/envcrc.c
Commit message (Expand)AuthorAgeFilesLines
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* crc: Fix code style with crc functionsSimon Glass2019-12-021-2/+2
* env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini2019-11-201-3/+0
* defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENTTom Rini2019-11-121-3/+0
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Rename environment to embedded_environmentSimon Glass2019-08-111-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* tools/env: Correct include kconfigYork Sun2016-11-231-0/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* env: remove value from boolean definesIgor Grinberg2012-01-051-3/+3
* tools/envcrc: fix compile breakageIgor Grinberg2011-12-061-3/+3
* env: move extern environment[] to environment.hIgor Grinberg2011-11-221-2/+3
* env: allow people to force envcrc buildingMike Frysinger2011-07-261-3/+7
* Revert "env: only build env_embedded and envcrc when needed"Wolfgang Denk2009-10-271-1/+10
* envcrc: check return value of fwrite()Mike Frysinger2009-10-191-1/+3
* env: only build env_embedded and envcrc when neededMike Frysinger2009-10-181-10/+1
* tools/envcrc: add --binary option to export embedded envMike Frysinger2009-06-121-4/+42
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-7/+7
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-14/+14
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* crc32: use uint32_t rather than unsigned longMike Frysinger2008-04-241-4/+5
* Cleanup build problems (on Fedora Core x86_64 build host)Wolfgang Denk2005-08-031-17/+20
* * Code cleanup:LABEL_2003_06_27_2340wdenk2003-06-271-1/+0
* * Patch by Robert Schwebel, 21 Jan 2003:LABEL_2003_03_06_0050wdenk2003-03-061-6/+23
* Initial revisionwdenk2002-09-181-0/+80