summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Cleanup compiler warnings.Jon Loeliger2006-08-221-13/+10
| | * | | | | | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang2006-08-171-1/+2
| * | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-08-228-10/+851
| |\ \ \ \ \ \ \
| * | | | | | | | Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTRHaiying Wang2006-08-171-1/+2
| * | | | | | | | Merge branch 'mpc85xx'Jon Loeliger2006-08-093-36/+200
| |\ \ \ \ \ \ \ \
| | * | | | | | | | * Switched default PCI speed for 8540 ADS back to 33MHzMatthew McClintock2006-08-091-0/+3
| | * | | | | | | | * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming...Matthew McClintock2006-08-091-35/+147
| | * | | | | | | | * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon ...Matthew McClintock2006-08-092-1/+50
| * | | | | | | | | Merge branch 'wd'Jon Loeliger2006-08-0932-193/+1255
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-08-092-100/+43
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Fix caslat calculationJohn Traill2006-08-091-96/+39
| | * | | | | | | | | Convert to mac-address in ethernet nodes.Jon Loeliger2006-08-091-4/+4
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-311-66/+0
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Move get_board_sys_clk to board directoryHaiying Wang2006-07-311-66/+0
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-07-281-0/+2
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Fix 8641HPCN pollutionJohn Traill2006-07-281-0/+2
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-273-110/+284
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Enable PCIE1 for MPC8641HPCN boardJin Zhengxiong-R641882006-06-273-110/+284
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-151-15/+0
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Do not enable address translation on secondary CPUs.Jon Loeliger2006-06-151-15/+0
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-071-64/+64
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Fix a get_board_sys_clk() use-before-def warning.Jon Loeliger2006-06-071-64/+64
| * | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-06-0710-616/+582
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | Review cleanups.Jon Loeliger2006-05-316-99/+37
| | * | | | | | | | | White space cleanup.Jon Loeliger2006-05-311-14/+13
| | * | | | | | | | | Moved mpc8641hpcn_board_reset() out of cpu/ into board/.Jon Loeliger2006-05-311-84/+6
| | * | | | | | | | | Remove dead debug code.Jon Loeliger2006-05-311-24/+0
| | * | | | | | | | | Move mpc86xx PIXIS code to board directoryJon Loeliger2006-05-311-293/+15
| | * | | | | | | | | Improve "reset" command's interaction with watchdog.Haiying Wang2006-05-301-5/+32
| | * | | | | | | | | Fix two SDRAM setup bugs.Haiying Wang2006-05-301-7/+7
| | * | | | | | | | | Change arbitration to round-robin for SMP linux.Jon Loeliger2006-05-191-6/+9
| | * | | | | | | | | Enable dual DDR controllers and interleaving.Jon Loeliger2006-05-191-121/+494
| | * | | | | | | | | Remove L2 Cache invalidate polling.Jon Loeliger2006-05-191-11/+17
| * | | | | | | | | | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-06-07163-47/+70115
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'mpc86xx'Jon Loeliger2006-05-101-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Remove unneeded INIT_RAM_LOCK cache twiddling.Haiying Wang2006-05-101-2/+3
| * | | | | | | | | | | Merge branch 'mpc86xx'Jon Loeliger2006-05-0913-0/+4627
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Cleanup whitespaces and style issues.Jon Loeliger2006-04-279-411/+339
| | * | | | | | | | | | Initial support for MPC8641 HPCN board.Jon Loeliger2006-04-2613-0/+4699
* | | | | | | | | | | | Cleanup compile warnings. Prepare for release 1.1.5Wolfgang Denk2006-10-201-3/+3
* | | | | | | | | | | | Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese2006-10-201-13/+26
* | | | | | | | | | | | Merge with /home/sr/git/u-boot/440epx-boot-msgWolfgang Denk2006-10-201-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
| * | | | | | | | | | | Make 4xx bootup message shorter on 440EPx/GRx platformsStefan Roese2006-10-181-4/+12
* | | | | | | | | | | | Merge with /home/tur/proj/051_uboot_linux_v38b/u-bootWolfgang Denk2006-10-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Preliminary patch adding support for the MarelV38B board.Bartlomiej Sieka2006-10-131-1/+1
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
* | | | | | | | | | | * PPC405EP: Add support for board configuration of CPC0_PCI registerStefan Roese2006-10-121-1/+5
* | | | | | | | | | | * PPC405EP: Add CFG_GPIO0_OR, CFG_GPIO0_ODR to setup GPIO completely.Stefan Roese2006-10-121-4/+10
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-0936-36/+36
* | | | | | | | | | Coding style cleanupWolfgang Denk2006-10-095-18/+18
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add support for AMCC Rainier PPX440GRx eval boardStefan Roese2006-09-132-2/+2
|/ / / / / / / /
OpenPOWER on IntegriCloud