| Commit message (Expand) | Author | Age | Files | Lines |
* | common/board_f: factor out reserve_stacks | Andreas Bießmann | 2015-02-17 | 1 | -0/+18 |
* | common: Move dram_init() declaration to common location | Michal Simek | 2015-02-09 | 1 | -0/+1 |
* | generic-board: show model name in board_init_f() too | Masahiro Yamada | 2015-01-29 | 1 | -6/+7 |
* | powerpc: 74xx_7xx: remove 74xx_7xx cpu support | Masahiro Yamada | 2015-01-16 | 1 | -11/+0 |
* | mpc8xx: remove lwmon board support | Masahiro Yamada | 2015-01-05 | 1 | -4/+0 |
* | ARM: remove redundant asmlinkage define | Masahiro Yamada | 2014-12-15 | 1 | -3/+0 |
* | x86: move arch-specific asmlinkage to <asm/linkage.h> | Masahiro Yamada | 2014-12-15 | 1 | -3/+0 |
* | powerpc: mpc8xx: remove hermes board support | Masahiro Yamada | 2014-12-08 | 1 | -5/+0 |
* | x86: Add a definition of asmlinkage | Simon Glass | 2014-11-25 | 1 | -0/+3 |
* | Add pr_fmt() macro | Thierry Reding | 2014-11-23 | 1 | -5/+9 |
* | linux/kernel.h: add typechecking to roundup macro | Masahiro Yamada | 2014-11-20 | 1 | -1/+1 |
* | include: move various macros to include/linux/kernel.h | Masahiro Yamada | 2014-11-20 | 1 | -86/+1 |
* | include/common.h: remove DIV_ROUND definition | Masahiro Yamada | 2014-11-20 | 1 | -1/+0 |
* | Tidy up data sizes and function comment in display_options | Simon Glass | 2014-10-27 | 1 | -1/+13 |
* | Use uint64_t for time types | Simon Glass | 2014-10-27 | 1 | -1/+1 |
* | Add some standard headers external code might need | Gabe Black | 2014-10-27 | 1 | -0/+3 |
* | ppc: Zap Hymod board | Marek Vasut | 2014-10-27 | 1 | -3/+0 |
* | serial: add static directive to local functions | Masahiro Yamada | 2014-10-23 | 1 | -7/+0 |
* | common.h: remove MIN, MAX, MIN3, MAX3 macros | Masahiro Yamada | 2014-09-24 | 1 | -6/+0 |
* | arm:reset: call the reset_misc() before the cpu reset | Przemyslaw Marczak | 2014-09-05 | 1 | -0/+1 |
* | powerpc: mpc8xx: remove stxxtc board support | Masahiro Yamada | 2014-08-21 | 1 | -4/+1 |
* | ARM: convert arch_fixup_memory_node to a generic FDT fixup function | Ma Haijun | 2014-07-28 | 1 | -3/+3 |
* | stdio: Pass device pointer to stdio methods | Simon Glass | 2014-07-23 | 1 | -0/+5 |
* | mpc8xx: remove fads board support | Masahiro Yamada | 2014-07-07 | 1 | -4/+2 |
* | mpc8xx: remove RPXlite_dw, quantum board support | Masahiro Yamada | 2014-07-07 | 1 | -2/+0 |
* | ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC | York Sun | 2014-07-03 | 1 | -3/+2 |
* | Add run_command_repeatable() | Thomas Betker | 2014-06-11 | 1 | -0/+1 |
* | powerpc: ep8248: remove orphan board | Masahiro Yamada | 2014-05-30 | 1 | -2/+0 |
* | m68k: powerpc: Clean up do_mdm_init | Simon Glass | 2014-05-29 | 1 | -0/+1 |
* | Move bootretry code into bootretry.c and clean up | Simon Glass | 2014-05-29 | 1 | -2/+0 |
* | move CLI prototypes to cli.h and add comments | Simon Glass | 2014-05-29 | 1 | -4/+0 |
* | Add the function 'confirm_yesno' for interactive | Pierre Aubert | 2014-05-23 | 1 | -1/+1 |
* | powerpc/mpc85xx: Fix boot_flag for calling board_init_f() | York Sun | 2014-05-13 | 1 | -1/+4 |
* | rand: do not surround function declarations by #ifdef | Masahiro Yamada | 2014-05-12 | 1 | -2/+0 |
* | MIPS: drop incaip board | Daniel Schwierzeck | 2014-04-20 | 1 | -3/+0 |
* | powerpc: remove RPXClassic, RPXlite boards support | Masahiro Yamada | 2014-04-18 | 1 | -4/+0 |
* | powerpc: remove MBX and MBX860T boards support | Masahiro Yamada | 2014-04-18 | 1 | -7/+0 |
* | lib: uuid: code refactor for proper maintain between uuid bin and string | Przemyslaw Marczak | 2014-04-02 | 1 | -3/+1 |
* | part_efi: move uuid<->string conversion functions into lib/uuid.c | Przemyslaw Marczak | 2014-04-02 | 1 | -1/+2 |
* | lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND | Przemyslaw Marczak | 2014-03-28 | 1 | -3/+1 |
* | sandbox: config: Enable cros_ec emulation and related items | Simon Glass | 2014-03-17 | 1 | -0/+1 |
* | sandbox: Deal with conflicting getenv() for SDL | Simon Glass | 2014-03-17 | 1 | -0/+5 |
* | powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 | Masahiro Yamada | 2014-03-07 | 1 | -7/+4 |
* | Add 64-bit data support for memory commands | York Sun | 2014-03-04 | 1 | -0/+4 |
* | common: Add get_effective_memsize() to memsize.c | York Sun | 2014-02-21 | 1 | -0/+1 |
* | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-02-20 | 1 | -1/+8 |
|\ |
|
| * | Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to callee | Masahiro Yamada | 2014-02-19 | 1 | -0/+7 |
| * | dts: re-write dts/Makefile more simply with Kbuild | Masahiro Yamada | 2014-02-19 | 1 | -1/+1 |
* | | common: Provide DIV_ROUND_CLOSEST macro | Soren Brinkmann | 2014-02-19 | 1 | -0/+16 |
|/ |
|
* | arc: bdinfo, image and arc-specific init functions declarations support | Alexey Brodkin | 2014-02-07 | 1 | -0/+3 |