aboutsummaryrefslogtreecommitdiff
path: root/cpu
AgeCommit message (Expand)AuthorFilesLines
2008-08-12Merge branch 'master' of git://www.denx.de/git/u-boot-at91Wolfgang Denk8-1/+1
2008-08-12at91: move arch-at91sam9 to arch-at91Jean-Christophe PLAGNIOL-VILLARD8-1/+1
2008-08-12NAND boot: MPC8313ERDB supportScott Wood2-107/+157
2008-08-12NAND: Davinci driver updatesSergey Kubushyn1-5/+14
2008-08-12NAND: Update 4xx NDFC driver to match updated nand subsystemStefan Roese1-42/+41
2008-08-12Fixing coding style issuesWilliam Juul2-16/+16
2008-08-12Remove white space at end.William Juul1-1/+1
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul2-54/+44
2008-08-12MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'Wolfgang Denk1-1/+1
2008-08-12Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-2/+2
2008-08-12Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk1-2/+2
2008-08-12ads5121: fix compiler warnings (unused variables)Wolfgang Denk2-3/+1
2008-08-1285xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUSKumar Gala2-3/+3
2008-08-11POWERPC 86xx: Move BAT setup code to CBecky Bruce2-119/+25
2008-08-11i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.Magnus Lilja1-2/+2
2008-08-05mpc5121: Move iopin features from board specific to common files.Kenneth Johansson2-1/+50
2008-08-05mpc5121: squash some fdt fixup errorsJohn Rigby1-15/+62
2008-08-03nios2/sysid: fix printf warningJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-03nios2: fix phys_addr_t and phys_size_t supportJean-Christophe PLAGNIOL-VILLARD1-0/+1
2008-07-318260: Making the use of gd->pci_clk dependant on the CONFIG_PCIMatvejchikov Ilya1-20/+27
2008-07-30Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk1-1/+1
2008-07-30Removed support for the adsvix board.Adrian Filipi1-5/+0
2008-07-30mips: Fix baudrate divisor computation on alchemy cpusWolfgang Ocker1-1/+1
2008-07-20microblaze: Fix printf() format issuesMichal Simek1-1/+1
2008-07-18ppc4xx: Fix incorrect MODTx setup for some DIMM configurationsStefan Roese1-12/+12
2008-07-15Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk6-25/+62
2008-07-1485xx: Cleanup L2 cache size detectionKumar Gala1-17/+30
2008-07-148xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreqPaul Gortmaker3-3/+3
2008-07-14Change the temp map to ROM to align addresses to page size.Andrew Klossner1-4/+5
2008-07-14mpc85xx: use IS_E_PROCESSOR macroKim Phillips1-1/+1
2008-07-14fdt: add crypto node handling for MPC8{3, 5}xxE processorsKim Phillips2-0/+23
2008-07-14ARM DaVinci: Remove extern phy_t declaration by moving code to proper placeHugo Villeneuve1-0/+2
2008-07-14Fix some more printf() format problems.Kumar Gala1-2/+2
2008-07-14cpu/i386/serial.c: Fix syntax errorsWolfgang Denk1-2/+2
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-3/+3
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-2/+2
2008-07-13Fix some more printf() format issues.Wolfgang Denk1-1/+1
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-2/+4
2008-07-13Fix build time warnings in function mmc_decode_csd()Marcel Ziswiler1-1/+1
2008-07-13ARM: Fix for broken compilation when defining CONFIG_CMD_ELFHugo Villeneuve1-12/+39
2008-07-13ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boardsStefan Roese1-2/+10
2008-07-13Merge branch 'master' of git://git.denx.de/u-boot-coldfireWolfgang Denk8-13/+21
2008-07-11ColdFire: Fix FB CS not setup properly for Mcf5282TsiChung Liew1-8/+4
2008-07-11ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTCTsiChung Liew2-2/+2
2008-07-11ColdFire: Fix compiling error for MCF5275TsiChung Liew1-1/+1
2008-07-11ColdFire: Change invalid JMP to BRA caught by new v4e toolchainTsiChung Liew2-2/+2
2008-07-11ColdFire: Add -got=single param for new linux v4e toolchainsTsiChung Liew2-0/+12
2008-07-11ppc4xx: Fix include sequence in 4xx_pcie.cStefan Roese1-3/+3
2008-07-11Fix some more print() format errors.Wolfgang Denk2-2/+2
2008-07-10silence misc printf formatting compiler warningsKim Phillips2-4/+4