summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | | cmd_time: merge run_command_and_time_it with cmd_processRichard Genoud2013-02-04-35/+12
* | | console: USB: KBD: Fix incorrect autoboot timeoutJim Lin2013-02-04-5/+5
* | | board sc3: fix warning about nested commentJeroen Hofstee2013-02-04-2/+4
* | | common: env_mmc: Use __weak annotation to simplify codeFabio Estevam2013-02-04-3/+1
* | | common/cmd_bootm.c: prevent running of subcommands before 'bootm start'Gabor Juhos2013-02-04-1/+2
* | | drivers/block/systemace - fixed data type in "systemace_read" to match protot...Alexey Brodkin2013-02-04-2/+2
* | | FAT: remove ifdefs to make the code more readableRichard Genoud2013-02-04-34/+32
* | | FAT: use toupper/tolower instead of recoding themRichard Genoud2013-02-04-5/+4
* | | configs:Remove unused macro CONFIG_DISCOVER_PHYAshok2013-02-04-2/+0
* | | x86: Use generic global_dataSimon Glass2013-02-04-34/+3
* | | sparc: Use generic global_dataSimon Glass2013-02-04-45/+1
* | | sh: Use generic global_dataSimon Glass2013-02-04-19/+1
* | | sandbox: Use generic global_dataSimon Glass2013-02-04-24/+1
* | | powerpc: Use generic global_dataSimon Glass2013-02-04-46/+1
* | | openrisc: Use generic global_dataSimon Glass2013-02-04-24/+1
* | | nios2: Use generic global_dataSimon Glass2013-02-04-23/+1
* | | nds32: Use generic global_dataSimon Glass2013-02-04-31/+1
* | | mips: Use generic global_dataSimon Glass2013-02-04-33/+1
* | | microblaze: Use generic global_dataSimon Glass2013-02-04-26/+1
* | | m68k: Use generic global_dataSimon Glass2013-02-04-38/+1
* | | blackfin: Use generic global_dataSimon Glass2013-02-04-31/+1
* | | avr32: Use generic global_dataSimon Glass2013-02-04-28/+1
* | | arm: Use generic global_dataSimon Glass2013-02-04-37/+1
* | | Only use fb_base if we have a displaySimon Glass2013-02-04-0/+4
* | | Add generic global_dataSimon Glass2013-02-04-0/+102
* | | sandbox: Move ram_buf to arch_global_dataSimon Glass2013-02-04-5/+5
* | | avr32: Move cpu_hz to arch_global_dataSimon Glass2013-02-04-7/+7
* | | avr32: Move stack_end to arch_global_dataSimon Glass2013-02-04-5/+5
* | | mips: Move per_clk and dev_clk to arch_global_dataSimon Glass2013-02-04-4/+5
* | | m68k: Move CONFIG_EXTRA_CLOCK to arch_global_dataSimon Glass2013-02-04-26/+26
* | | sparc: Drop kbd_status and reset_status from global_dataSimon Glass2013-02-04-4/+0
* | | ppc: arm: Move sdhc_clk into arch_global_dataSimon Glass2013-02-04-26/+27
* | | ppc: Move kbd_status to arch_global_dataSimon Glass2013-02-04-13/+13
* | | ppc: Move wdt_last to arch_global_dataSimon Glass2013-02-04-7/+7
* | | ppc: Move fpga_state to arch_global_dataSimon Glass2013-02-04-17/+19
* | | ppc: Remove console_addr from global dataSimon Glass2013-02-04-6/+0
* | | ppc: Move mirror_hack to arch_global_dataSimon Glass2013-02-04-4/+4
* | | arm: Move uart_clk to arch_global_dataSimon Glass2013-02-04-7/+7
* | | ppc: Move dp_alloc_base, dp_alloc_top to arch_global_dataSimon Glass2013-02-04-34/+36
* | | ppc: Move arbiter fields to arch_global_dataSimon Glass2013-02-04-17/+19
* | | ppc: Move reset_status to arch_global_dataSimon Glass2013-02-04-7/+7
* | | ppc: Move mpc8220 clocks to arch_global_dataSimon Glass2013-02-04-19/+20
* | | ppc: Move mpc512x clocks to arch_global_dataSimon Glass2013-02-04-16/+19
* | | ppc: Move mpc5xxx clocks to arch_global_dataSimon Glass2013-02-04-25/+36
* | | ppc: Move used_tlb_cams to arch_global_dataSimon Glass2013-02-04-7/+7
* | | ppc: Move used_laws to arch_global_dataSimon Glass2013-02-04-11/+11
* | | ppc: Move CONFIG_QE to arch_global_dataSimon Glass2013-02-04-25/+25
* | | ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_dataSimon Glass2013-02-04-31/+35
* | | ppc: Move lbc_clk and cpu to arch_global_dataSimon Glass2013-02-04-33/+34
* | | ppc: Move mpc83xx clock fields to arch_global_dataSimon Glass2013-02-01-76/+86