summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* let erase and protect functions return int instead of size_t. TheySascha Hauer2007-10-111-3/+3
* Collect all commands in a linked list. This makes it easier to handleSascha Hauer2007-10-111-0/+9
* Add big #ifdef CONFIG_MODULE around module.h to build architecturesSascha Hauer2007-10-111-5/+12
* no need to include asm/system.h from list.hSascha Hauer2007-10-111-1/+0
* Use Linux Kernel list implementation for console devices insteadSascha Hauer2007-10-111-1/+5
* Use Linux kernel list for drivers and devices instead of handmadeSascha Hauer2007-10-111-2/+10
* add list implementation from Linux Kernel. *_rcu functions haveSascha Hauer2007-10-111-0/+584
* add container_of macro. Needed for list implementationSascha Hauer2007-10-111-0/+11
* i.MX27: add GPIO description for CRS pinSascha Hauer2007-10-101-2/+3
* add i.MX27 ahb clock functionSascha Hauer2007-10-101-0/+1
* change imx clock functions so that they have the same name forSascha Hauer2007-10-091-2/+12
* add PCCRx register definitions for mx27Sascha Hauer2007-10-091-0/+63
* add aipi register definesSascha Hauer2007-10-091-0/+12
* add mx27 PLL baseSascha Hauer2007-10-081-0/+1
* add clock functions for i.MX27 and rename functions to lower case lettersSascha Hauer2007-10-082-7/+14
* add more registers to imx27-regs.hSascha Hauer2007-10-071-7/+67
* Beginning mx27 support: split imx-regs.h into imx1-regs.h and imx27-regs.hSascha Hauer2007-10-073-397/+366
* __u_boot__symtab -> __usymtabSascha Hauer2007-10-072-6/+6
* add empty elf.h for sandboxSascha Hauer2007-10-051-0/+2
* export functionsSascha Hauer2007-10-041-1/+1
* CONFIG_MODULE -> CONFIG_MODULESSascha Hauer2007-10-041-1/+2
* add #ifndef ASSEBLY around the typedefs in include/asm-arm/types.hSascha Hauer2007-10-011-2/+11
* Resolve the symbols using an extra section and only resolve explicitlySascha Hauer2007-10-012-0/+30
* Add register_command() to register a command in runtime. ThisSascha Hauer2007-10-011-0/+2
* add __used attribute in compiler.hSascha Hauer2007-10-011-0/+7
* add arm specific bits for modulesSascha Hauer2007-10-012-0/+132
* add powerpc specific bits for modulesSascha Hauer2007-10-012-0/+425
* update .gitignore filesSascha Hauer2007-09-281-0/+1
* add blackfin specific bits for module handlingSascha Hauer2007-09-282-2/+19
* Add module handling (mostly copied from Linux kernel and stripped downSascha Hauer2007-09-281-0/+39
* add kallsyms from linux kernelSascha Hauer2007-09-281-0/+7
* replace elf.h with the one from the linux kernel. It does not have powerpcSascha Hauer2007-09-282-585/+513
* move ARRAY_SIZE macro to include/common.hSascha Hauer2007-09-281-0/+2
* Use safe_strncpy() instead of copy_filename(). The shell has already removedSascha Hauer2007-09-281-3/+0
* add safe_strncpy() functionSascha Hauer2007-09-281-0/+2
* declare lots of functions staticSascha Hauer2007-09-281-14/+0
* pass file size from read_fileSascha Hauer2007-09-271-2/+3
* update ipe337 timing values and fix memory sizeSascha Hauer2007-09-271-4/+4
* add string.hSascha Hauer2007-09-271-0/+3
* Reimplement environment. Now we only have one crc for the whole image.Sascha Hauer2007-09-271-4/+6
* implement mkdir -pSascha Hauer2007-09-271-0/+3
* display malloc space on startupSascha Hauer2007-09-261-0/+3
* print_size() -> size_human_readable()Sascha Hauer2007-09-261-2/+1
* remove unused lynxkdi.hSascha Hauer2007-09-251-41/+0
* add directory handling for environmentSascha Hauer2007-09-251-3/+7
* - change function declarations for better standard conformity:Sascha Hauer2007-09-241-2/+2
* add recursive_action() and concat_subpath_file() from busyboxSascha Hauer2007-09-241-0/+18
* move dirname() and basename() to lib/libgen.c and add header fileSascha Hauer2007-09-241-0/+8
* remove u-boot command paramter flagSascha Hauer2007-09-241-9/+3
* - teach hush to honour PATH variableSascha Hauer2007-09-242-3/+2