aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_nvedit.c
AgeCommit message (Expand)Author
2012-12-13env: Add support for access control to .flagsJoe Hershberger
2012-12-13env: Add a command to display details about env flagsJoe Hershberger
2012-12-13env: Add environment variable flagsJoe Hershberger
2012-12-13env: Add a console env handlerJoe Hershberger
2012-12-13env: Add a loadaddr env handlerJoe Hershberger
2012-12-13env: Add a baudrate env handlerJoe Hershberger
2012-12-13env: Add a bootfile env handlerJoe Hershberger
2012-12-13env: Add a command to view callbacksJoe Hershberger
2012-12-13env: Hide '.' variables in env print by defaultJoe Hershberger
2012-12-13env: Refactor apply into change_okJoe Hershberger
2012-12-13env: Refactor do_apply to a flagJoe Hershberger
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-10-26serial: remove calls to serial_assign()Allen Martin
2012-10-15env: Check for NULL pointer in envmatch()Joe Hershberger
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut
2012-10-15COMMON: Use __stringify() instead of MK_STR()Marek Vasut
2012-10-05env: fix crash using default -f -aGerlando Falauto
2012-10-01OMAP: networking support for SPLIlya Yanok
2012-09-18env: make "env default" selective, check and applyGerlando Falauto
2012-09-18env: check and apply changes on delete/destroyGerlando Falauto
2012-09-18env: add check/apply logic to himport_r()Gerlando Falauto
2012-09-18env: make himport_r() selective on variablesGerlando Falauto
2012-09-18env: unify logic to check and apply changesGerlando Falauto
2012-09-18env: cosmetic: drop assignment i = iomux_doenv()Gerlando Falauto
2012-09-18env import/export: Remove from help if disabledBenoît Thébaudeau
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-05-22common/cmd_nvedit.c: Fix GCC 4.6 warningAnatolij Gustschin
2012-05-15net: punt bd->bi_ip_addrMike Frysinger
2012-04-24powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang
2012-03-30Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher
2011-12-19common/cmd_nvedit.c: Fix size calculation in do_env_import()Horst Kronstorfer
2011-12-12common/cmd_nvedit.c: Add missing 'env save' preproc guardHorst Kronstorfer
2011-11-27cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanupKumar Gala
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg
2011-11-22Fix warnings in cmd_nvedit.cSimon Glass
2011-11-08env: allow to export only selected variablesWolfgang Denk
2011-10-26tftpput: add save_addr and save_size global variablesSimon Glass
2011-10-26Add setenv_ulong() and setenv_addr()Simon Glass
2011-10-23Add getenv_ulong() to read an integer from an environment variableSimon Glass
2011-10-01GCC4.6: Squash warning in cmd_nvedit.cMarek Vasut
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk
2011-05-12cmd_nvedit.c: make error message more helpfulWolfgang Denk
2011-04-30cmd_nvedit.c: clean up with checkpatchMacpaul Lin
2011-04-28common: add a grepenv commandKim Phillips
2011-04-26Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERELoïc Minier
2011-04-13env: make import/export optionalMike Frysinger
2011-04-12cmd_nvedit: use explicit typecast for printfAndreas Bießmann