summaryrefslogtreecommitdiffstats
path: root/common/module.c
Commit message (Expand)AuthorAgeFilesLines
* module: CONFIG_COMMAND does not exist anymore, remove ifdefsSascha Hauer2011-03-101-2/+0
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-2/+2
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-1/+1
* list: remove duplicated list.hSascha Hauer2009-11-031-1/+1
* move several commands into extra filesSascha Hauer2008-08-131-56/+2
* Subject: [PATCH] [general] Fixed constant strings in data section issueSascha Hauer2008-04-041-1/+1
* Collect modules in a linked list and implement lsmod.Sascha Hauer2007-10-111-17/+34
* __u_boot__symtab -> __usymtabSascha Hauer2007-10-071-4/+4
* module.c: Due to an extra linking step we do not have u_boot_cmd_*Sascha Hauer2007-10-041-22/+13
* Resolve the symbols using an extra section and only resolve explicitlySascha Hauer2007-10-011-4/+61
* Add module handling (mostly copied from Linux kernel and stripped downSascha Hauer2007-09-281-0/+315