summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Collapse)AuthorAgeFilesLines
* svn_rev_431Sascha Hauer2007-07-052-2/+3
|
* svn_rev_425Sascha Hauer2007-07-051-1/+5
|
* svn_rev_414Sascha Hauer2007-07-052-0/+72
|
* svn_rev_407Sascha Hauer2007-07-051-13/+29
| | | | implement tstc with select()
* svn_rev_403Sascha Hauer2007-07-051-1/+5
| | | | shadow more linux functions
* svn_rev_369Sascha Hauer2007-07-052-2/+0
| | | | include asm-generic in errno.h instead of all other files
* svn_rev_362Sascha Hauer2007-07-051-0/+89
|
* svn_rev_358Sascha Hauer2007-07-051-0/+1
|
* svn_rev_348Sascha Hauer2007-07-051-0/+4
| | | | add dummy enable_interrupts
* svn_rev_308Sascha Hauer2007-07-0510-0/+674
| | | | add arch/linux/
* svn_rev_306Sascha Hauer2007-07-051-1/+1
| | | | typo
* svn_rev_280Sascha Hauer2007-07-052-0/+463
| | | | move ppc linux startup to arch/ppc
* svn_rev_250Sascha Hauer2007-07-051-0/+1
|
* svn_rev_249Sascha Hauer2007-07-051-1/+1
| | | | remove -ffixed-r8, add -fno-strict-aliasing
* svn_rev_236Sascha Hauer2007-07-051-0/+1
| | | | beginning filesystem support
* svn_rev_233Sascha Hauer2007-07-051-2/+2
|
* svn_rev_212Sascha Hauer2007-07-051-1/+1
|
* svn_rev_210Sascha Hauer2007-07-051-1/+1
| | | | remove -D CONFIG_ARM
* svn_rev_209Sascha Hauer2007-07-051-0/+4
| | | | add ARM symbol
* svn_rev_195Sascha Hauer2007-07-051-15/+0
| | | | remove unneeded timer functions
* svn_rev_194Sascha Hauer2007-07-051-3/+5
|
* svn_rev_191Sascha Hauer2007-07-051-0/+5
| | | | add CONFIG_MPC5200 symbol, it is still used in the code
* svn_rev_183Sascha Hauer2007-07-051-293/+19
| | | | | | | | | | | | restructure ppc startup process. Instead of doing the whole initialization sequence in flash, we now initialize sdram very early in the start sequence and relocate u-boot into RAM. Also U-Boot is now linked to address 0x0 and is also executed from there. This gives the advantage that we see the correct offsets in the objdump and we do not need to hassle with relocation anymore. The code is still position independent and compiled with -fPIC, but this could be removed.
* svn_rev_173Sascha Hauer2007-07-052-38/+12
| | | | WIP
* svn_rev_167Sascha Hauer2007-07-051-0/+10
| | | | ppc startup cleaunup
* svn_rev_166Sascha Hauer2007-07-052-434/+12
| | | | ppc startup cleaunup
* svn_rev_165Sascha Hauer2007-07-051-182/+0
| | | | move arm board.c to generic
* svn_rev_163Sascha Hauer2007-07-051-152/+96
| | | | move setup of bd_t to extra function, add some debug PUTHEX_LL
* svn_rev_157Sascha Hauer2007-07-051-65/+0
|
* svn_rev_155Sascha Hauer2007-07-0513-241/+208
| | | | on the way to compile powerpc
* svn_rev_154Sascha Hauer2007-07-0510-0/+2261
| | | | move lib_ppc to arch/ppc
* svn_rev_152Sascha Hauer2007-07-052-25/+16
| | | | remove global data gd_t and board info bd_t entirely for arm
* svn_rev_150Sascha Hauer2007-07-051-28/+0
| | | | remove bi_dram from bd_t
* svn_rev_149Sascha Hauer2007-07-051-4/+10
| | | | no need for bi_dram in global data (untested)
* svn_rev_133Sascha Hauer2007-07-051-9/+1
| | | | remove env_ functions
* svn_rev_128Sascha Hauer2007-07-051-1/+0
| | | | remove more console stuf
* svn_rev_123Sascha Hauer2007-07-051-1/+1
| | | | add -P option to cpp to remove linue number infos from linker script
* svn_rev_120Sascha Hauer2007-07-052-65/+21
| | | | implement initcalls
* svn_rev_119Sascha Hauer2007-07-051-2/+0
| | | | remove debug echo
* svn_rev_118Sascha Hauer2007-07-053-68/+27
| | | | thousands of things
* svn_rev_109Sascha Hauer2007-07-054-8/+17
| | | | do not know anymore
* svn_rev_104Sascha Hauer2007-07-051-0/+46
| | | | needed for clocksource
* svn_rev_085Sascha Hauer2007-07-051-13/+10
| | | | generic/u-boot-arm-display-mem-config.diff
* svn_rev_076Sascha Hauer2007-07-051-9/+5
|
* svn_rev_074Sascha Hauer2007-07-051-45/+0
| | | | remove networking stuff
* svn_rev_071Sascha Hauer2007-07-051-0/+1
| | | | add cleanfiles
* svn_rev_049Sascha Hauer2007-07-051-8/+21
| | | | Kconfig WIP
* svn_rev_048Sascha Hauer2007-07-051-3/+10
| | | | add eco920, add link to config.h
* svn_rev_021Sascha Hauer2007-07-052-1/+78
| | | | first compile success
* svn_rev_015Sascha Hauer2007-07-0511-0/+1340
| | | | move lib_arm to arch/arm/lib