summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* update scb9328 configsascha2007-10-161-105/+1
* move dm9000 specific stuff to platform_datasascha2007-10-161-0/+16
* i.MX clock functions: Make them work for i.MX1 againsascha2007-10-161-1/+3
* add ffssascha2007-10-152-8/+1
* add nand_ecc.hSascha Hauer2007-10-151-0/+30
* add pcm038 configSascha Hauer2007-10-151-0/+6
* NAND WIPSascha Hauer2007-10-151-2/+2
* add NAND Flash support. Initial import from u-boot-1.2.0Sascha Hauer2007-10-121-0/+124
* Do not include unneeded linux/stddef.h in list.hSascha Hauer2007-10-111-6/+4
* 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