summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ColdFire: Update cpu flag for 4.2-xx compilerTsiChungLiew2007-11-074-0/+41
| * | | | powerpc: Backout relocation changes.Grant Likely2007-11-1714-7/+14
| * | | | 86xx: Fix broken variable reference when #def DEBUGing.Jon Loeliger2007-11-171-2/+4
| * | | | make 8610 board use pixis resetJason Jin2007-11-171-2/+2
| |/ / /
| * | | Cleanup coding style; update CHANGELOGWolfgang Denk2007-11-031-2/+2
| * | | Fix a typo in cpu/mpc824x/interrupts.cGuennadi Liakhovetski2007-11-031-1/+1
| * | | add ft_cpu_setup(..) on mpc8260Sergej Stepanov2007-11-031-0/+38
| * | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-11-022-3/+7
| |\ \ \
| | * \ \ Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk2007-11-012-3/+7
| | |\ \ \
| | | * | | ColdFire 5329: Assign correct SDRAM size and fix cacheTsiChungLiew2007-10-251-2/+2
| | | * | | ColdFire 5282: Fix external flash boot and return dramsizeTsiChungLiew2007-10-251-1/+5
| * | | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-11-014-20/+32
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk2007-11-012-7/+14
| | |\ \ \ \
| | | * | | | [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanupShinya Kuribayashi2007-10-211-1/+1
| | | * | | | [MIPS] Fix $gp usageShinya Kuribayashi2007-10-211-6/+13
| | | |/ / /
| | * | | | Setting MSR[DE] in do_reseturwithsughosh@gmail.com2007-10-191-1/+6
| | * | | | MSR overwrite fixurwithsughosh@gmail.com2007-10-191-8/+3
| | * | | | Remove magic numbers from cache related operations for mpc85xxKumar Gala2007-10-191-4/+4
| | * | | | Merge branch 'denx'Andy Fleming2007-10-1928-340/+568
| | |\ \ \ \ | | | |/ / /
| | * | | | 85xx io out functions need sync after write.Ed Swarthout2007-09-261-0/+5
* | | | | | ppc4xx: Correct 405EX PCIe UTL register mappingStefan Roese2007-11-181-3/+3
* | | | | | ppc4xx: Enable 405EX PCIe UTL register configurationStefan Roese2007-11-162-4/+42
* | | | | | ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platformsStefan Roese2007-11-152-78/+62
* | | | | | ppc4xx: Fix 405EX PCIe UTLSET register setupStefan Roese2007-11-131-2/+2
* | | | | | ppc4xx: Make USB working with CONFIG_4xx_DCACHE definedMatthias Fuchs2007-11-091-1/+17
* | | | | | ppc4xx: Remove redundant code from 4xx network driverMatthias Fuchs2007-11-091-5/+3
* | | | | | ppc4xx: Make output a little shorter on I2C bootrom detectionStefan Roese2007-11-091-34/+19
* | | | | | ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAMStefan Roese2007-10-312-8/+5
* | | | | | ppc4xx: Change 4xx ethernet driver to handle cached memory tooStefan Roese2007-10-311-75/+62
* | | | | | ppc4xx: Add change_tlb function to modify I attribute of TLB(s)Stefan Roese2007-10-311-1/+87
* | | | | | ppc4xx: Rework 4xx cache supportStefan Roese2007-10-314-135/+290
* | | | | | ppc4xx: Change autonegotiation timeout from 4 to 5 secondsStefan Roese2007-10-311-1/+1
* | | | | | ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friendsStefan Roese2007-10-312-73/+74
* | | | | | ppc4xx: Correct UART input clock calculation and passing to fdtStefan Roese2007-10-312-5/+7
* | | | | | ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board supportStefan Roese2007-10-311-0/+10
* | | | | | ppc4xx: Rework of 4xx serial driver (4)Stefan Roese2007-10-311-167/+146
* | | | | | ppc4xx: Rework of 4xx serial driver (1)Stefan Roese2007-10-313-208/+243
* | | | | | ppc4xx: Correct UART input clock calculation and passing to fdtStefan Roese2007-10-312-4/+15
* | | | | | ppc4xx: Add freqUART to CPU speed detectionStefan Roese2007-10-312-8/+24
* | | | | | ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xxStefan Roese2007-10-314-34/+31
* | | | | | ppc4xx: Add PCIe endpoint support on Kilauea (405EX)Stefan Roese2007-10-311-10/+21
* | | | | | ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint modeStefan Roese2007-10-311-1/+21
* | | | | | ppc4xx: Add additional debug info to 4xx fdt supportStefan Roese2007-10-311-0/+2
* | | | | | ppc4xx: Fix small merge problem in 4xx_enet.cStefan Roese2007-10-311-1/+1
* | | | | | ppc4xx: Add PPC405EX supportStefan Roese2007-10-3111-100/+532
* | | | | | ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)Stefan Roese2007-10-311-0/+11
* | | | | | ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)Stefan Roese2007-10-311-0/+171
* | | | | | ppc4xx: 4xx_pcie: Change PCIe status output to match common styleStefan Roese2007-10-311-2/+2
* | | | | | ppc4xx: 4xx_pcie: Disable debug output as defaultStefan Roese2007-10-311-1/+1
* | | | | | ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support addedStefan Roese2007-10-311-39/+54
OpenPOWER on IntegriCloud