9
0
Fork 0
Commit Graph

73 Commits

Author SHA1 Message Date
Sascha Hauer 758a1107f8 svn_rev_538
several powerpc fixes
2007-07-05 18:02:03 +02:00
Sascha Hauer fe2d505d4d svn_rev_481
make more char * const, fix compiler warnings
2007-07-05 18:01:58 +02:00
Sascha Hauer 565106743b svn_rev_471 2007-07-05 18:01:57 +02:00
Sascha Hauer 88673469c6 svn_rev_468 2007-07-05 18:01:56 +02:00
Sascha Hauer 36d8cf4c84 svn_rev_467
split up misc.c
2007-07-05 18:01:56 +02:00
Sascha Hauer d5a108ece3 svn_rev_462
- Add help texts for many commands.
- Let the linker sort the command table.
- Add support for multiple argmuments in several commands
  (mkdir, rmdir, rm, cat)
2007-07-05 18:01:55 +02:00
Sascha Hauer e694adc6a4 svn_rev_420
- do more POSIX:
  - use DIR instead of struct dirent
  - use (struct dirent)->d_name instead of (struct dirent)->name
- switch to a new layout for U_BOOT_CMD:
  - use C99 initializers to be able to add more fields to the
    command struct
  - add aliases for commands (needed mainly for help -> ? and test -> [
  - This is not done for all commands yet, but the compiler will tell you ;)
2007-07-05 18:01:52 +02:00
Sascha Hauer d729a09f52 svn_rev_391
remove different parameter types, all params are strings now
2007-07-05 18:01:49 +02:00
Sascha Hauer 697a388961 svn_rev_388
remove now unneeded set/get commands
2007-07-05 18:01:49 +02:00
Sascha Hauer e454ad437a svn_rev_377
remove special params, all params are strings now
2007-07-05 18:01:48 +02:00
Sascha Hauer 46743ea28f svn_rev_369
include asm-generic in errno.h instead of all other files
2007-07-05 18:01:47 +02:00
Sascha Hauer 23f4cd5520 svn_rev_365
make pointer const, call driver->remove in unregister_device()
2007-07-05 18:01:47 +02:00
Sascha Hauer f933a9a107 svn_rev_361 2007-07-05 18:01:47 +02:00
Sascha Hauer 9da2b07349 svn_rev_336
add get_free_deviceid, initialize variables
2007-07-05 18:01:44 +02:00
Sascha Hauer 45d1003437 svn_rev_330
do not crash if param does not exist
2007-07-05 18:01:44 +02:00
Sascha Hauer d0b30e57c9 svn_rev_305 2007-07-05 18:01:42 +02:00
Sascha Hauer cefbaa04d8 svn_rev_304 2007-07-05 18:01:41 +02:00
Sascha Hauer 67422a4a69 svn_rev_299
fix size if not specified from user
2007-07-05 18:01:41 +02:00
Sascha Hauer 93ca1de96a svn_rev_291
add get_first_device() function
2007-07-05 18:01:40 +02:00
Sascha Hauer e0e3cb1243 svn_rev_277
make src pointer in write functions const
2007-07-05 18:01:39 +02:00
Sascha Hauer 9b4dfd7995 svn_rev_272
more FS work
2007-07-05 18:01:38 +02:00
Sascha Hauer 112ada667b svn_rev_270
WIP FS support
2007-07-05 18:01:38 +02:00
Sascha Hauer cf7a56fc78 svn_rev_268
WIP
2007-07-05 18:01:38 +02:00
Sascha Hauer 73384c97b1 svn_rev_266
fix perror output
2007-07-05 18:01:38 +02:00
Sascha Hauer 9db8ed3312 svn_rev_261
WIP Filesystem support
2007-07-05 18:01:37 +02:00
Sascha Hauer ac2c55061e svn_rev_237
check for already existing devices
2007-07-05 18:01:35 +02:00
Sascha Hauer 8d92541a0b svn_rev_232
remove device_handler stuff
2007-07-05 18:01:35 +02:00
Sascha Hauer 8dcc816ba9 svn_rev_227
fix parameter handling
2007-07-05 18:01:34 +02:00
Sascha Hauer 8d2ff7168f svn_rev_225
check for no driver in spec_str_to_info
2007-07-05 18:01:34 +02:00
Sascha Hauer 9a684273c8 svn_rev_224
remove unused variable
2007-07-05 18:01:34 +02:00
Sascha Hauer 20bba8a357 svn_rev_202 2007-07-05 18:01:32 +02:00
Sascha Hauer 660d54708c svn_rev_187
give struct param to get/set function instead of cookie
2007-07-05 18:01:30 +02:00
Sascha Hauer 0c48f25ade svn_rev_173
WIP
2007-07-05 18:01:29 +02:00
Sascha Hauer 42e2dbc120 svn_rev_149
no need for bi_dram in global data (untested)
2007-07-05 18:01:27 +02:00
Sascha Hauer a0b0cfc5ed svn_rev_121
implement device parameters
2007-07-05 18:01:25 +02:00
Sascha Hauer 55ebf67d3e svn_rev_120
implement initcalls
2007-07-05 18:01:24 +02:00
Sascha Hauer 658cc34395 svn_rev_118
thousands of things
2007-07-05 18:01:24 +02:00
Sascha Hauer abfbbad1eb svn_rev_109
do not know anymore
2007-07-05 18:01:23 +02:00
Sascha Hauer 573461dfe8 svn_rev_099
removed ifdefs
2007-07-05 18:01:22 +02:00
Sascha Hauer c03bd6446c svn_rev_049
Kconfig WIP
2007-07-05 18:01:17 +02:00
Sascha Hauer 0c70637626 svn_rev_038
move helper function cmd_get_data_size to generic, add header for it
2007-07-05 18:01:16 +02:00
Sascha Hauer 3d4203b538 svn_rev_034 2007-07-05 18:01:15 +02:00
Sascha Hauer fecf0fd93e svn_rev_032
move to generic
2007-07-05 18:01:15 +02:00
Sascha Hauer 603e2e7dc0 svn_rev_016
update Makefiles to kbuild
2007-07-05 18:01:14 +02:00
Sascha Hauer 162484b83c svn_rev_003
remove all #if 0 and #if 1
2007-07-05 18:01:13 +02:00
Stefan Roese 5c34eee94d Fix JFFS2 compilation problem
Patch by Stefan Roese, 12 Oct 2006
2006-10-12 07:05:57 +02:00
Stefan Roese 752d6837c3 Cleanup of NAND update patch (remove changelog from cmd_nand.c)
Patch by Guido Classen, 10 Oct 2006
2006-10-11 17:04:11 +02:00
Stefan Roese 2255b2d204 * Several improvements to the new NAND subsystem:
- JFFS2 related commands implemented in mtd-utils style
  - Support for bad blocks
  - Bad block testing commands
  - NAND lock commands
  Please take a look at doc/README.nand for more details
  Patch by Guido Classen, 10 Oct 2006
2006-10-10 12:38:50 +02:00
Wolfgang Denk 2b208f5308 Move "ar" flags to config.mk to allow for silent "make -s"
Based on patch by Mike Frysinger, 20 Jun 2006
2006-10-09 01:02:05 +02:00
Wolfgang Denk 511d0c72b8 Coding style cleanup 2006-10-09 00:42:01 +02:00