summaryrefslogtreecommitdiffstats
path: root/arch/ppc
Commit message (Collapse)AuthorAgeFilesLines
...
* add CONFIG_RELOCATABLESascha Hauer2007-07-122-5/+26
|
* do loadtask in ethernet driverSascha Hauer2007-07-121-6/+2
|
* remove unused extern declarationSascha Hauer2007-07-121-3/+0
|
* minor fixesSascha Hauer2007-07-051-1/+1
|
* use reset_cpu()Sascha Hauer2007-07-052-2/+2
|
* svn_rev_688Sascha Hauer2007-07-051-13/+14
| | | | fix compiler warnings
* svn_rev_687Sascha Hauer2007-07-052-10/+15
| | | | split board specific stuff apart
* svn_rev_683Sascha Hauer2007-07-053-22/+2
| | | | more cleanups, fix compiler warnings
* svn_rev_673Sascha Hauer2007-07-0514-0/+3084
|
* svn_rev_672Sascha Hauer2007-07-051-1/+1
|
* svn_rev_663Sascha Hauer2007-07-051-1/+0
|
* svn_rev_653Sascha Hauer2007-07-053-13/+20
| | | | restructure tree, add reginfo command
* svn_rev_643Sascha Hauer2007-07-051-0/+2
| | | | structure cleanup
* svn_rev_624Sascha Hauer2007-07-051-5/+3
| | | | first successfull boot
* svn_rev_621Sascha Hauer2007-07-051-1/+1
| | | | link to 16MB in memory
* svn_rev_619Sascha Hauer2007-07-051-2/+2
| | | | no need for relocatable code anymore. saves ~10k space
* svn_rev_615Sascha Hauer2007-07-051-0/+2
|
* svn_rev_612Sascha Hauer2007-07-051-0/+49
|
* svn_rev_610Sascha Hauer2007-07-051-57/+0
| | | | no global data
* svn_rev_609Sascha Hauer2007-07-051-312/+106
| | | | on our way to boot...
* svn_rev_598Sascha Hauer2007-07-051-1/+1
| | | | no interrupts
* svn_rev_597Sascha Hauer2007-07-051-0/+2
| | | | no interrupts
* svn_rev_596Sascha Hauer2007-07-051-39/+2
| | | | remove usec2ticks and ticks2usec
* svn_rev_585Sascha Hauer2007-07-051-0/+138
|
* svn_rev_550Sascha Hauer2007-07-051-1/+1
| | | | linux->uboot
* svn_rev_538Sascha Hauer2007-07-052-25/+24
| | | | several powerpc fixes
* svn_rev_536Sascha Hauer2007-07-051-0/+8
| | | | add REV for phytec tiny board
* svn_rev_526Sascha Hauer2007-07-052-4/+8
| | | | CFG_CACHELINESIZE -> CONFIG_CACHELINE_SIZE
* svn_rev_517Sascha Hauer2007-07-051-1/+1
| | | | fix comppiler warning
* svn_rev_463Sascha Hauer2007-07-052-2/+9
| | | | make ppc compile again
* svn_rev_280Sascha Hauer2007-07-052-0/+463
| | | | move ppc linux startup to arch/ppc
* svn_rev_233Sascha Hauer2007-07-051-2/+2
|
* svn_rev_195Sascha Hauer2007-07-051-15/+0
| | | | remove unneeded timer functions
* 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_166Sascha Hauer2007-07-052-434/+12
| | | | ppc startup cleaunup
* 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