summaryrefslogtreecommitdiffstats
path: root/cpu
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup coding style; update CHANGELOGWolfgang Denk2007-11-031-2/+2
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Fix a typo in cpu/mpc824x/interrupts.cGuennadi Liakhovetski2007-11-031-1/+1
| | | | | | | | Since December 2003 the timer_interrupt_cpu() function in cpu/mpc824x/interrupts.c contains what seems to be a superfluous parameter. Remove it. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
* add ft_cpu_setup(..) on mpc8260Sergej Stepanov2007-11-031-0/+38
| | | | | | | | Add ft_cpu_setup(..)-function to adapt it for use with libfdt based on code from mpc5xxx Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de> --
* 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
| | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
| | * ColdFire 5282: Fix external flash boot and return dramsizeTsiChungLiew2007-10-251-1/+5
| | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* | | 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
| | | | | | | | | | | | | | | | Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
| | * | [MIPS] Fix $gp usageShinya Kuribayashi2007-10-211-6/+13
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use. As a general principle, we should use _gp for $gp. Thanks to linker script's help we fortunately have _gp which equals to _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not be able to access to GOT entires, global variables and procedure entry points. The right thing to do is to use _gp. This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_' which holds the offset from _gp. When updating GOT entries, we use this offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_. This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then I made some change to leave over num_got_entries. Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> Cc: Vlad Lungu <vlad@comsys.ro>
| * | Setting MSR[DE] in do_reseturwithsughosh@gmail.com2007-10-191-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Hello, This patch ensures the soft reset of the board for the 85xx boards by setting the MSR[DE] in the do_reset function. Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
| * | MSR overwrite fixurwithsughosh@gmail.com2007-10-191-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | Hello, This patch fixes the MSR overwrite in the start.S when moving out of the last 4K page. Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
| * | Remove magic numbers from cache related operations for mpc85xxKumar Gala2007-10-191-4/+4
| | | | | | | | | | | | | | | | | | | | | The mpc85xx start code uses some magic numbers that we actually have #defines for in <config.h> so use those instead. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| * | Merge branch 'denx'Andy Fleming2007-10-1928-340/+568
| |\ \ | | |/
| * | 85xx io out functions need sync after write.Ed Swarthout2007-09-261-0/+5
| | | | | | | | | | | | | | | | | | This fixes the mc146818 rtc_read/write functions for 85xx. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
* | | delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declarationJean-Christophe PLAGNIOL-VILLARD2007-10-241-0/+1
| | | | | | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* | | fix warning: no return statement in function returning non-voidJean-Christophe PLAGNIOL-VILLARD2007-10-242-7/+7
| | | | | | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* | | fix pxa255_idp boardMarcel Ziswiler2007-10-233-39/+42
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pxa255_idp being an old unmaintained board showed several issues: 1. CONFIG_INIT_CRITICAL was still defined. 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined. 3. Symbol flash_addr was undeclared. 4. The boards lowlevel_init function was still called memsetup. 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000. 6. Using -march=armv5 instead of -march=armv5te resulted in lots of 'target CPU does not support interworking' warnings on recent compilers. 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as indexes rather than the register definitions from the pxa-regs header file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to avoid any ambiguities. 8. There were several redefinition warnings concerning ICMR, OSMR3, OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file. 9. The board configuration file was rather outdated. 10. The part header file defined the vendor, product and revision arrays as unsigned chars instead of just chars in the block_dev_desc_t structure. Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
* | 86xx: Allow for fewer DDR slots per memory controller.Jon Loeliger2007-10-161-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | As a direct correlation exists between DDR DIMM slots and SPD EEPROM addresses used to configure them, use the individually defined SPD_EEPROM_ADDRESS* values to determine if a DDR DIMM slot should have its SPD configuration read or not. Effectively, this now allows for 1 or 2 DIMM slots per memory controller. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* | PXA USB OHCI: "usb stop" implementation.Rodolfo Giometti2007-10-151-0/+16
| | | | | | | | | | | | | | | | Some USB keys need to be switched off before loading the kernel otherwise they can remain in an undefined status which prevents them to be correctly recognized by the kernel. Signed-off-by: Rodolfo Giometti <giometti@linux.it>
* | Fix warning differ in signedness in cpu/pxa/mmc.cJean-Christophe PLAGNIOL-VILLARD2007-10-131-3/+3
| | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* | Merge branch 'merge' of git://www.denx.de/git/u-boot-microblazeWolfgang Denk2007-10-133-5/+10
|\ \
| * | [PATCH] Add support for design without interrupt controllerMichal Simek2007-09-241-0/+7
| | | | | | | | | | | | Polling timer
| * | [FIX] resolve problem with cpu without barrel shifterMichal Simek2007-09-241-4/+2
| | |
| * | [FIX] repair email addressMichal Simek2007-09-241-1/+1
| | |
| * | synchronizition with mainlineMichal Simek2007-09-243-10/+5
| | |
| * | Merge ../u-bootMichal Simek2007-09-2412-20/+24
| |\ \
| * \ \ Merge git://www.denx.de/git/u-bootMichal Simek2007-09-1147-1480/+3922
| |\ \ \
| * \ \ \ Merge git://www.denx.de/git/u-boot into mergeMichal Simek2007-08-1563-2665/+4804
| |\ \ \ \
| * \ \ \ \ Merge git://www.denx.de/git/u-bootMichal Simek2007-08-0771-533/+1100
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://www.denx.de/git/u-bootMichal Simek2007-08-0512-0/+3119
| |\ \ \ \ \ \
| * | | | | | | [PATCH] Support time without timerMichal Simek2007-07-141-0/+7
| | | | | | | |
| * | | | | | | [PATCH] Remove problem with disabled BARREL SHIFTERMichal Simek2007-07-131-4/+2
| | | | | | | |
| * | | | | | | Merge git://www.denx.de/git/u-bootMichal Simek2007-07-1324-385/+614
| |\ \ \ \ \ \ \
| * | | | | | | | [fix] email reparationMichal Simek2007-06-171-1/+1
| | | | | | | | |
| * | | | | | | | [FIX] fix microblaze file permitissionMichal Simek2007-06-173-0/+0
| | | | | | | | |
* | | | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-10-043-11/+17
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge with git://www.denx.de/git/u-boot.gitStefan Roese2007-10-021-0/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serialJean-Christophe PLAGNIOL-VILLARD2007-09-281-0/+2
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
| * | | | | | | | | ppc4xx: Coding style cleanupStefan Roese2007-10-022-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * | | | | | | | | Program EPLD to force full duplex mode for PHY.Grzegorz Bernacki2007-10-021-4/+8
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EPLD forces modes of PHY operation. By default full duplex is turned off. This fix turns it on. Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
* | | | | | | | | Move coloured led API to status_led.hPeter Pearse2007-09-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve indentation in drivers/at45.c
* | | | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-09-1810-14/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as globalWolfgang Denk2007-09-1510-14/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* | | | | | | | | Final tidyPeter Pearse2007-09-111-0/+0
| | | | | | | | |
* | | | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-09-113-6/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | [MPC512x] Streamline frame handling in the FEC driverGrzegorz Bernacki2007-09-102-6/+9
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - convert frame size settings to be derived from a single base - set frame size to the recommended default value Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
| * | | | | | | Remove compiler warning: target CPU does not support interworkingKyungmin Park2007-09-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
* | | | | | | | Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-09-106-85/+152
|\ \ \ \ \ \ \ \ | |/ / / / / / /
OpenPOWER on IntegriCloud