summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Collapse)AuthorAgeFilesLines
...
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-1/+1
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* Add MX25 supportSascha Hauer2009-09-081-0/+8
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* U-Boot-V2:Bitops: asm-generic bitopsNishanth Menon2008-08-159-0/+355
| | | | | | | | This introduces selected generic bitop files from kernel. We don't need minix, ext2, sched or lock based bitops. Those have been dropped. Signed-off-by: Nishanth Menon <x0nishan@ti.com>
* add basic at91sam9260 support. Currently only second stageSascha Hauer2008-06-061-0/+101
| | | | | | bootloader is supported: - No SDRAM initialisation - No UART init / baudrate change
* [memory layout]: streamline memory layoutSascha Hauer2008-06-041-0/+19
| | | | | | | Memory layout can now be specified via kconfig options. Two possibilities exist: default layout means the layout is stack / malloc heap / U-Boot. The user can also specify fixed addresses for each TEXT_BASE / stack / malloc heap.
* [arm] remove unsused sections while linkingMenon, Nishanth2008-05-121-10/+10
|
* __u_boot__symtab -> __usymtabSascha Hauer2007-10-071-1/+1
|
* Resolve the symbols using an extra section and only resolve explicitlySascha Hauer2007-10-011-0/+2
| | | | | | exported symbols. Using kallsyms for this purpose doesn't do it because kallsyms do not resolve variables. Also the symbol table gets quite big using kallsyms.
* svn_rev_462Sascha Hauer2007-07-051-0/+1
| | | | | | | - Add help texts for many commands. - Let the linker sort the command table. - Add support for multiple argmuments in several commands (mkdir, rmdir, rm, cat)
* svn_rev_121Sascha Hauer2007-07-051-0/+138
| | | | implement device parameters
* svn_rev_120Sascha Hauer2007-07-051-0/+11
| | | | implement initcalls
* svn_rev_028Sascha Hauer2007-07-051-0/+39