| Commit message (Expand) | Author | Age | Lines |
... | |
| * | | | | x86: Remove unnecessary find_fdt(), prepare_fdt() functions | Simon Glass | 2014-11-21 | -29/+0 |
| * | | | | x86: Add processor functions to halt and get stack pointer | Simon Glass | 2014-11-21 | -0/+19 |
| * | | | | x86: Fix a warning with gcc 4.4.4 | Simon Glass | 2014-11-21 | -0/+1 |
| * | | | | x86: Save TSC frequency in the global data | Bin Meng | 2014-11-21 | -0/+5 |
| * | | | | x86: Add quick TSC calibration via PIT | Bin Meng | 2014-11-21 | -0/+159 |
| * | | | | x86: Do TSC MSR calibration only for known/supported CPUs | Bin Meng | 2014-11-21 | -7/+108 |
| * | | | | x86: Do CPU identification in the early phase | Bin Meng | 2014-11-21 | -47/+398 |
| * | | | | x86: Save the BIST value on reset | Simon Glass | 2014-11-21 | -4/+13 |
| * | | | | x86: Fix up some missing prototypes | Simon Glass | 2014-11-21 | -8/+14 |
| * | | | | x86: Use the standard arch_cpu_init() function | Simon Glass | 2014-11-21 | -7/+6 |
| * | | | | x86: Use the standard dram_init() function | Simon Glass | 2014-11-21 | -9/+6 |
| * | | | | x86: Tidy up global descriptor table setup | Simon Glass | 2014-11-21 | -3/+16 |
| * | | | | x86: Invalidate TLB as early as possible | Simon Glass | 2014-11-21 | -0/+3 |
| * | | | | x86: Remove board_init16() call which is not used | Simon Glass | 2014-11-21 | -9/+1 |
| * | | | | x86: Remove REALMODE_BASE which is no longer used | Simon Glass | 2014-11-21 | -1/+0 |
| |/ / / |
|
* | | | | sandbox: Prepare API change for files greater than 2GB | Suriyan Ramasami | 2014-11-23 | -10/+11 |
* | | | | tegra: do not descend into empty directories | Masahiro Yamada | 2014-11-23 | -54/+0 |
* | | | | kbuild: use SoC-specific CONFIG to descend into SoC directory | Masahiro Yamada | 2014-11-23 | -14/+60 |
* | | | | x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directory | Masahiro Yamada | 2014-11-23 | -7/+7 |
* | | | | kbuild: Descend into SOC directory from CPU directory | Masahiro Yamada | 2014-11-23 | -0/+22 |
* | | | | ARM: bcm: Enable five Cygnus boards | Steve Rae | 2014-11-23 | -6/+6 |
* | | | | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada | 2014-11-23 | -27/+37 |
* | | | | include: move various macros to include/linux/kernel.h | Masahiro Yamada | 2014-11-20 | -10/+0 |
* | | | | replace DIV_ROUND with DIV_ROUND_CLOSEST | Masahiro Yamada | 2014-11-20 | -4/+5 |
* | | | | ARM: remove CONFIG_ARM1136 defines | Masahiro Yamada | 2014-11-20 | -2/+2 |
* | | | | ARM: remove CONFIG_ARM926EJS defines | Masahiro Yamada | 2014-11-20 | -12/+2 |
* | | | | ARM: remove CONFIG_ARM920T defines | Masahiro Yamada | 2014-11-20 | -1/+0 |
* | | | | ARM: remove CONFIG_ARMV7 defines | Masahiro Yamada | 2014-11-20 | -1/+0 |
|/ / / |
|
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx | Tom Rini | 2014-11-19 | -0/+15 |
|\ \ \ |
|
| * | | | powerpc: mpc52xx: Clear GD in the main U-Boot stage for SPL usage | Stefan Roese | 2014-11-19 | -0/+15 |
| |/ / |
|
* | | | mpc83xx: Add gdsys hrcon board | Dirk Eibach | 2014-11-19 | -0/+4 |
|/ / |
|
* | | ARM: atmel: add sama5d4 xplained ultra board support | Bo Shen | 2014-11-17 | -0/+5 |
* | | ARM: atmel: add sama5d4ek board support | Bo Shen | 2014-11-17 | -9/+294 |
* | | arm, spl, at91: add spl support for the corvus board | Heiko Schocher | 2014-11-17 | -0/+1 |
* | | arm, at91, spl: add spl support for the taurus board | Heiko Schocher | 2014-11-17 | -0/+1 |
* | | arm, spl, at91: add at91sam9260 and at91sam9g45 spl support | Heiko Schocher | 2014-11-17 | -97/+430 |
* | | arm, at91: add missing ddr2 cr register MPDDRC_CR_EBISHARE define | Heiko Schocher | 2014-11-17 | -0/+1 |
* | | arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45 | Heiko Schocher | 2014-11-17 | -2/+15 |
* | | arm, at91, mpddrc: fix typo in ddr2_init() | Heiko Schocher | 2014-11-17 | -1/+1 |
* | | arm, at91: generate boot.bin file for all atmel SoC | Heiko Schocher | 2014-11-17 | -3/+1 |
* | | ARM: atmel: spl: make css field configurable | Bo Shen | 2014-11-17 | -2/+4 |
* | | ARM: atmel: spl: make initialization more stable | Bo Shen | 2014-11-17 | -0/+4 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-sh | Tom Rini | 2014-11-17 | -31/+83 |
|\ \ |
|
| * | | sh: Move SH_32BIT to Kconfig | Nobuhiro Iwamatsu | 2014-11-17 | -0/+9 |
| * | | sh: define CONFIG_CPU_SH4A for some boards | Masahiro Yamada | 2014-11-13 | -7/+7 |
| * | | sh: consolidate CONFIG_SYS_CPU defines | Masahiro Yamada | 2014-11-13 | -3/+8 |
| * | | sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig | Masahiro Yamada | 2014-11-13 | -10/+48 |
| * | | sh: use more descriptive prompts for board select menu | Masahiro Yamada | 2014-11-13 | -19/+19 |
* | | | Merge branch 'rmobile' of git://git.denx.de/u-boot-sh | Tom Rini | 2014-11-17 | -1/+2464 |
|\ \ \ |
|
| * | | | arm: rmobile: Move rcar-i2c of the address defined to common header | Nobuhiro Iwamatsu | 2014-11-10 | -0/+6 |