summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Get rid of bogus CONFIG_SYS_BUS_HZ and CONFIG_SYS_CONFIG_BUS_CLK definitionsWolfgang Denk2010-06-231-8/+6
* Merge branch 'master' into nextWolfgang Denk2010-06-2322-131/+184
|\
| * Prepare v2010.06-rc3Wolfgang Denk2010-06-231-70/+70
| * MPC5200: workaround data corruption for unaligned local bus accessesWolfgang Denk2010-06-233-0/+81
| * ARM: remove unused VIDEOLFB ATAGMinkyu Kang2010-06-231-40/+3
| * Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2010-06-221-4/+4
| |\
| | * Fix wrong orion5x MPP and GIPO writel argumentsAlbert Aribaud2010-06-221-4/+4
| * | ARM: fix bug in macro __arch_ioremap.Terry Lv2010-06-221-7/+7
| * | ARM: Align stack to 8 bytesVitaly Kuzmichev2010-06-2214-6/+15
| * | arch/arm/cpu/arm_cortexa8/omap3/cache.S: make build with older toolsWolfgang Denk2010-06-181-4/+4
| |/
* | Merge branch 'master' into nextWolfgang Denk2010-06-1837-191/+3595
|\ \ | |/
| * Merge branch 'fix' of git://git.denx.de/u-boot-pxaWolfgang Denk2010-06-171-1/+4
| |\
| | * PXA: Align stack to 8 bytesMarek Vasut2010-06-131-1/+4
| * | Merge branch 'master' of git://git.denx.de/u-boot-marvellWolfgang Denk2010-06-178-0/+1175
| |\ \
| | * | Initial support for Marvell Orion5x SoCAlbert Aribaud2010-06-178-0/+1175
| * | | Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2010-06-171-0/+1
| |\ \ \
| | * | | TI: DaVinci: Add board specific code for da850 EVMSudhakar Rajashekhara2010-06-101-0/+1
| | * | | AM35x: Add support for EMIF4Vaibhav Hiremath2010-06-075-0/+273
| | * | | omap3: Consolidate SDRC related operationsVaibhav Hiremath2010-06-078-168/+220
| | * | | omap3: Calculate CS1 size only when SDRC isVaibhav Hiremath2010-06-071-3/+4
| | * | | ARM1176: TI: TNETV107X soc initial supportCyril Chemparathy2010-06-0713-0/+1872
| | * | | ARM1176: Coexist with other ARM1176 platformsCyril Chemparathy2010-06-072-21/+47
| | | |/ | | |/|
| * | | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-06-1727-190/+2415
| |\ \ \ | | |/ / | |/| / | | |/
| | * AM35x: Add support for EMIF4Vaibhav Hiremath2010-06-085-0/+273
| | * omap3: Consolidate SDRC related operationsVaibhav Hiremath2010-06-088-168/+220
| | * omap3: Calculate CS1 size only when SDRC isVaibhav Hiremath2010-06-081-3/+4
| | * ARM1176: TI: TNETV107X soc initial supportCyril Chemparathy2010-06-0813-0/+1872
| | * ARM1176: Coexist with other ARM1176 platformsCyril Chemparathy2010-06-082-21/+47
| | * ARM1136: Fix cache_flush() error and correct cpu_init_crit() commentsGeorge G. Davis2010-06-012-2/+3
* | | Merge branch 'next' of git://git.denx.de/u-boot-video into nextWolfgang Denk2010-06-171-14/+0
|\ \ \
| * | | video: cfb_console: add weak default video_set_lut()Anatolij Gustschin2010-06-141-14/+0
| |/ /
* | | PXA: Add missing MDREFR bitsMarek Vasut2010-06-131-0/+3
* | | PXA: Add UP2OCR register bit definitionsMarek Vasut2010-06-131-4/+18
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2010-05-301-3/+6
|\ \
| * | fsl/85xx: add clkdvdr and pmuxcr2 to global utilities structure definitionTimur Tabi2010-05-301-3/+6
* | | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-05-301-8/+1165
|\ \ \ | |/ / |/| / | |/
| * ARM Update mach-typesTom2010-05-281-6/+500
| * ARM Update mach-typesTom2010-05-281-2/+665
* | Merge branch 'next' of git://git.denx.de/u-boot-niosWolfgang Denk2010-05-2843-3588/+911
|\ \
| * | nios: remove nios-32 archThomas Chou2010-05-2833-3403/+0
| * | nios2: allow STANDALONE_LOAD_ADDR overridingThomas Chou2010-05-281-1/+1
| * | nios2: fix div64 issue for gcc4Thomas Chou2010-05-286-175/+856
| * | nios2: fix r15 issue for gcc4Thomas Chou2010-05-283-9/+2
| * | nios2: add gpio supportThomas Chou2010-05-281-0/+52
| |/
* | add CONFIG_SYS_FEC_FULL_MII for MCF5445xWolfgang Wegner2010-05-281-2/+11
* | add CONFIG_SYS_FEC_NO_SHARED_PHY for MCF5445xWolfgang Wegner2010-05-281-0/+11
* | add missing PCS3 for MCF5445xWolfgang Wegner2010-05-282-0/+8
|/
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2010-05-261-3/+0
* Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk2010-05-262-20/+20
|\
| * mpc83xx: don't shift pre-shifted ACR, SPCR, SCCR bitfield masks in cpu_init.cKim Phillips2010-05-211-18/+18
OpenPOWER on IntegriCloud