summaryrefslogtreecommitdiff
path: root/tools/envcrc.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-12-03crc: Fix code style with crc functionsSimon Glass1-2/+2
2019-11-21env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND checkTom Rini1-3/+0
2019-11-12defconfigs: Migrate CONFIG_SYS_REDUNDAND_ENVIRONMENTTom Rini1-3/+0
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Rename environment to embedded_environmentSimon Glass1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-11-24tools/env: Correct include kconfigYork Sun1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-01-05env: remove value from boolean definesIgor Grinberg1-3/+3
2011-12-07tools/envcrc: fix compile breakageIgor Grinberg1-3/+3
2011-11-22env: move extern environment[] to environment.hIgor Grinberg1-2/+3
2011-07-26env: allow people to force envcrc buildingMike Frysinger1-3/+7
2009-10-27Revert "env: only build env_embedded and envcrc when needed"Wolfgang Denk1-1/+10
2009-10-19envcrc: check return value of fwrite()Mike Frysinger1-1/+3
2009-10-19env: only build env_embedded and envcrc when neededMike Frysinger1-10/+1
2009-06-12tools/envcrc: add --binary option to export embedded envMike Frysinger1-4/+42
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-7/+7
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-14/+14
2008-09-11rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-04-24crc32: use uint32_t rather than unsigned longMike Frysinger1-4/+5
2005-08-04Cleanup build problems (on Fedora Core x86_64 build host)Wolfgang Denk1-17/+20
2003-06-28* Code cleanup:wdenk1-1/+0
2003-03-06* Patch by Robert Schwebel, 21 Jan 2003:wdenk1-6/+23
2002-09-18Initial revisionwdenk1-0/+80