summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* add missing bitops.h for sandbox archRobert Schwebel2007-10-311-0/+6
|
* blackfin: Do not include linux/config.h. It does not exist.Sascha Hauer2007-10-241-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* NAND support work in progresssascha2007-10-204-242/+94
|
* doc added (what else)Juergen Beisert2007-10-191-2/+5
|
* Merge octopus:/home/git/projects/u-boot-v2sascha2007-10-191-16/+92
|\
| * Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2Juergen Beisert2007-10-193-17/+54
| |\
| * | doc added onlyJuergen Beisert2007-10-191-16/+92
| | |
* | | add list_add_sort to list implementationsascha2007-10-191-0/+24
| |/ |/|
* | fix compiler warningsascha2007-10-191-1/+1
| |
* | - Implement tree structure for devicessascha2007-10-193-16/+53
|/ | | | | | | - Use device tree structure to implement partitions - Let devinfo print a nice tree - Introduce 'fixed' partitions which are not removable - Fix mount: It was not possible to mount on a relative path.
* Merge octopus:/home/git/projects/u-boot-v2sascha2007-10-181-0/+9
|\
| * Merge branch 'master' of jbe@octopus:/home/git/projects/u-boot-v2Juergen Beisert2007-10-181-6/+6
| |\
| * | chip select area sizes addedJuergen Beisert2007-10-181-0/+9
| | |
* | | When printing error messages about network parameters printsascha2007-10-181-2/+0
| |/ |/| | | | | the network device id with it.
* | Merge octopus:/home/git/projects/u-boot-v2sascha2007-10-184-397/+89
|\|
| * make the clocksource work on current CPUsJuergen Beisert2007-10-184-397/+89
| |
* | change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-181-6/+6
|/ | | | change the parameter name for ethernet devices to 'ethaddr' aswell.
* first time runningJuergen Beisert2007-10-171-5/+13
|
* prepare for release phytec's board. Untested yetJuergen Beisert2007-10-171-0/+44
|
* adding i.MX31 CPU supportJuergen Beisert2007-10-172-4/+597
|
* making watchdog handling independend from ifdefsJuergen Beisert2007-10-172-0/+6
|
* 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
| | | | only return succes/error but no size.
* Collect all commands in a linked list. This makes it easier to handleSascha Hauer2007-10-111-0/+9
| | | | dynamically registered commands.
* Add big #ifdef CONFIG_MODULE around module.h to build architecturesSascha Hauer2007-10-111-5/+12
| | | | which do not have modules.
* 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
| | | | of homegrown list.
* Use Linux kernel list for drivers and devices instead of handmadeSascha Hauer2007-10-111-2/+10
| | | | list.
* add list implementation from Linux Kernel. *_rcu functions haveSascha Hauer2007-10-111-0/+584
| | | | been removed.
* 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
| | | | i.MX1 and i.MX27
* 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
|