summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Collect modules in a linked list and implement lsmod.Sascha Hauer2007-10-111-17/+34
* let erase and protect functions return int instead of size_t. TheySascha Hauer2007-10-112-5/+5
* Collect all commands in a linked list. This makes it easier to handleSascha Hauer2007-10-112-41/+52
* Add big #ifdef CONFIG_MODULE around module.h to build architecturesSascha Hauer2007-10-111-5/+12
* remove unneeded colatile from variableSascha Hauer2007-10-111-1/+1
* add module.o and module.lds to MakefileSascha Hauer2007-10-111-0/+2
* Merge sascha@brannigan.homelinux.org:/home/sascha/ptx/u-boot/u-boot-v2Sascha Hauer2007-10-113-106/+106
|\
| * replace 8 spaces with tabsSascha Hauer2007-10-113-106/+106
* | 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-112-28/+33
* Use Linux kernel list for drivers and devices instead of handmadeSascha Hauer2007-10-115-161/+100
* 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-102-0/+13
* remove hardcoded regsiter base addressesSascha Hauer2007-10-092-16/+17
* make real code visible between debug codeSascha Hauer2007-10-091-70/+29
* remove decorationSascha Hauer2007-10-091-35/+7
* reorder functions to get rid of static function declarationsSascha Hauer2007-10-091-81/+78
* add some register bitmask values from the linux kernelSascha Hauer2007-10-092-3/+44
* change imx clock functions so that they have the same name forSascha Hauer2007-10-093-14/+59
* pcm038: only initialize SDRAM if not currently running from itSascha Hauer2007-10-091-2/+9
* correct RAM and Flash size for pcm028 boardSascha Hauer2007-10-091-2/+2
* serial_imx.c: now works on i.MX27Sascha Hauer2007-10-091-7/+37
* add PCCRx register definitions for mx27Sascha Hauer2007-10-091-0/+63
* fix area parsing for erase/protect, add error parsingSascha Hauer2007-10-092-4/+13
* i.MX clocksource: enable clocks for gpt1Sascha Hauer2007-10-091-0/+5
* parse_area_spec():Sascha Hauer2007-10-091-15/+25
* Merge sascha@brannigan.homelinux.org:/home/sascha/ptx/u-boot/u-boot-v2Sascha Hauer2007-10-091-1/+1
|\
| * fix compiler warningSascha Hauer2007-10-081-1/+1
* | lowlevel.S for phycore pcm038 board (wip)Sascha Hauer2007-10-092-1/+79
* | add aipi register definesSascha Hauer2007-10-091-0/+12
* | Fix use of unitialized Variable. Why didn't this come up earlier???Sascha Hauer2007-10-091-1/+1
|/
* re-enable uart initializationSascha Hauer2007-10-081-46/+131
* add soc specific files to MakefileSascha Hauer2007-10-081-0/+3
* beginning phycore pcm038 i.MX27 supportSascha Hauer2007-10-085-0/+203
* add mx27 PLL baseSascha Hauer2007-10-081-0/+1
* against high density codeSascha Hauer2007-10-081-17/+19
* add i.MX27 reset supportSascha Hauer2007-10-081-2/+8
* add clock functions for i.MX27 and rename functions to lower case lettersSascha Hauer2007-10-085-121/+231
* add more registers to imx27-regs.hSascha Hauer2007-10-071-7/+67
* make independent of timer baseSascha Hauer2007-10-071-7/+12
* Beginning mx27 support: split imx-regs.h into imx1-regs.h and imx27-regs.hSascha Hauer2007-10-074-399/+379
* tristate commands to compile as modulesSascha Hauer2007-10-071-32/+32
* __u_boot__symtab -> __usymtabSascha Hauer2007-10-077-40/+53
* export symbolsSascha Hauer2007-10-0717-25/+58
* Merge sascha@brannigan.homelinux.org:/home/sascha/ptx/u-boot/u-boot-v2Sascha Hauer2007-10-051-0/+2
|\
| * add empty elf.h for sandboxSascha Hauer2007-10-051-0/+2
* | edit: add 8 as backspace codeSascha Hauer2007-10-041-0/+1
* | timeout command: Use do {} while; insteal of while {}; to allow interruptSascha Hauer2007-10-041-2/+2