summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-bootKim Phillips2013-02-04239-8296/+6327
|\
| * Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-02-0426-6530/+121
| |\
| | * microblaze: Remove FSL support from generic boardMichal Simek2013-02-042-24/+0
| | * common: cmd_bdinfo: Fix compilation warning for microblazeMichal Simek2013-02-041-1/+1
| | * board: xilinx: Remove common folderMichal Simek2013-02-0416-5865/+0
| | * board: xilinx: Remove unused ancient i2c driverMichal Simek2013-02-042-634/+0
| | * spi: xilinx_spi: Perform software reset during slave setupJason Wu2013-02-042-0/+5
| | * common: cmd_bdinfo: Fix bdinfo to show all MACs for Microblaze and ARMMichal Simek2013-02-041-4/+21
| | * microblaze: Add muldi3.c which contains routines for _muldi3David Holsgrove2013-02-042-0/+92
| | * block: systemace: Added missing "else" in "ace_writew"Alexey Brodkin2013-02-041-2/+2
| * | serial: arm_dcc: Fix compilation warning and remove unneeded initializationMichal Simek2013-02-041-5/+0
| * | serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI optionMichal Simek2013-02-043-13/+7
| * | sf: stmicro: add support for N25Q064Jagannadha Sutradharudu Teki2013-02-041-0/+6
| * | cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud2013-02-045-35/+12
| * | console: USB: KBD: Fix incorrect autoboot timeoutJim Lin2013-02-041-5/+5
| * | board sc3: fix warning about nested commentJeroen Hofstee2013-02-041-2/+4
| * | common: env_mmc: Use __weak annotation to simplify codeFabio Estevam2013-02-041-3/+1
| * | common/cmd_bootm.c: prevent running of subcommands before 'bootm start'Gabor Juhos2013-02-041-1/+2
| * | drivers/block/systemace - fixed data type in "systemace_read" to match protot...Alexey Brodkin2013-02-041-2/+2
| * | FAT: remove ifdefs to make the code more readableRichard Genoud2013-02-042-34/+32
| * | FAT: use toupper/tolower instead of recoding themRichard Genoud2013-02-043-5/+4
| * | configs:Remove unused macro CONFIG_DISCOVER_PHYAshok2013-02-042-2/+0
| * | x86: Use generic global_dataSimon Glass2013-02-041-34/+3
| * | sparc: Use generic global_dataSimon Glass2013-02-041-45/+1
| * | sh: Use generic global_dataSimon Glass2013-02-041-19/+1
| * | sandbox: Use generic global_dataSimon Glass2013-02-041-24/+1
| * | powerpc: Use generic global_dataSimon Glass2013-02-041-46/+1
| * | openrisc: Use generic global_dataSimon Glass2013-02-041-24/+1
| * | nios2: Use generic global_dataSimon Glass2013-02-041-23/+1
| * | nds32: Use generic global_dataSimon Glass2013-02-041-31/+1
| * | mips: Use generic global_dataSimon Glass2013-02-041-33/+1
| * | microblaze: Use generic global_dataSimon Glass2013-02-041-26/+1
| * | m68k: Use generic global_dataSimon Glass2013-02-041-38/+1
| * | blackfin: Use generic global_dataSimon Glass2013-02-041-31/+1
| * | avr32: Use generic global_dataSimon Glass2013-02-041-28/+1
| * | arm: Use generic global_dataSimon Glass2013-02-041-37/+1
| * | Only use fb_base if we have a displaySimon Glass2013-02-041-0/+4
| * | Add generic global_dataSimon Glass2013-02-041-0/+102
| * | sandbox: Move ram_buf to arch_global_dataSimon Glass2013-02-043-5/+5
| * | avr32: Move cpu_hz to arch_global_dataSimon Glass2013-02-044-7/+7
| * | avr32: Move stack_end to arch_global_dataSimon Glass2013-02-043-5/+5
| * | mips: Move per_clk and dev_clk to arch_global_dataSimon Glass2013-02-041-4/+5
| * | m68k: Move CONFIG_EXTRA_CLOCK to arch_global_dataSimon Glass2013-02-046-26/+26
| * | sparc: Drop kbd_status and reset_status from global_dataSimon Glass2013-02-041-4/+0
| * | ppc: arm: Move sdhc_clk into arch_global_dataSimon Glass2013-02-048-26/+27
| * | ppc: Move kbd_status to arch_global_dataSimon Glass2013-02-043-13/+13
| * | ppc: Move wdt_last to arch_global_dataSimon Glass2013-02-042-7/+7
| * | ppc: Move fpga_state to arch_global_dataSimon Glass2013-02-044-17/+19
| * | ppc: Remove console_addr from global dataSimon Glass2013-02-041-6/+0
| * | ppc: Move mirror_hack to arch_global_dataSimon Glass2013-02-042-4/+4
OpenPOWER on IntegriCloud