| Commit message (Expand) | Author | Age | Lines |
* | common/board_f: factor out reserve_stacks | Andreas Bießmann | 2015-02-17 | -0/+32 |
* | mpc85xx: clean up the old deep sleep framework | tang yuantian | 2015-01-16 | -21/+0 |
* | powerpc: mpc8xx: remove hermes board support | Masahiro Yamada | 2014-12-08 | -12/+0 |
* | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada | 2014-11-23 | -1/+1 |
* | powerpc/mpc85xx: Make boot flag effective | Tang Yuantian | 2014-08-12 | -0/+2 |
* | powerpc: mpc85xx watchdog init added to init_func | Boschung, Rainer | 2014-08-01 | -0/+3 |
* | mpc85xx/t104x: Enable L2 and CPC cache when resume | Tang Yuantian | 2014-07-22 | -0/+5 |
* | m68k: powerpc: Clean up do_mdm_init | Simon Glass | 2014-05-29 | -8/+0 |
* | bd_info: remove bi_barudrate member from struct bd_info | Masahiro Yamada | 2014-05-12 | -1/+0 |
* | mpc85xx/t104x: Add deep sleep framework support | Tang Yuantian | 2014-04-22 | -0/+16 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2014-03-07 | -0/+7 |
|\ |
|
| * | bootstage: powerpc: support fdt stash and reporting | Mela Custodio | 2014-03-07 | -0/+7 |
* | | powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 | Masahiro Yamada | 2014-03-07 | -8/+8 |
* | | kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC | Masahiro Yamada | 2014-03-07 | -5/+1 |
|/ |
|
* | common: Add get_effective_memsize() to memsize.c | York Sun | 2014-02-21 | -19/+0 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -2/+2 |
* | kbuild: change out-of-tree build | Masahiro Yamada | 2014-02-19 | -2/+2 |
* | common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot int... | Miao Yan | 2013-12-16 | -0/+56 |
* | powerpc: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | -56/+22 |
* | powerpc: cast bi_memsize to ulong for %ld usage | Valentin Longchamp | 2013-10-24 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2013-07-24 | -4/+7 |
|\ |
|
| * | i2c, soft-i2c: switch to new multibus/multiadapter support | Heiko Schocher | 2013-07-23 | -6/+3 |
| * | i2c: common changes for multibus/multiadapter support | Heiko Schocher | 2013-07-23 | -3/+9 |
* | | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -268/+19 |
|/ |
|
* | Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM | Dirk Eibach | 2013-07-16 | -1/+1 |
* | Fix bootm to work on powerpc again (compressed uImage) | Stefan Roese | 2013-06-28 | -5/+0 |
* | Power: remove support for Freescale MPC8220 | Wolfgang Denk | 2013-05-15 | -31/+0 |
* | powerpc: Use image_setup_linux() instead of local code | Simon Glass | 2013-05-14 | -83/+1 |
* | lib: consolidate hang() | Andreas Bießmann | 2013-05-01 | -9/+0 |
* | powerpc/lib: fix unsafe register handling in wait_ticks | Mats Kärrman | 2013-04-10 | -6/+11 |
* | ppc: Enable generic board support | Simon Glass | 2013-03-15 | -0/+2 |
* | Introduce generic post-relocation board_r.c | Simon Glass | 2013-03-15 | -1/+2 |
* | Declare watchdog functions in watchdog.h | Simon Glass | 2013-03-15 | -9/+2 |
* | Replace __bss_end__ with __bss_end | Simon Glass | 2013-03-15 | -2/+2 |
* | Clean up libfdt.h includes | Gerald Van Baren | 2013-02-08 | -1/+0 |
* | treewide: include libfdt_env.h before fdt.h | Kim Phillips | 2013-02-07 | -1/+0 |
* | ppc: Move mpc8220 clocks to arch_global_data | Simon Glass | 2013-02-04 | -7/+7 |
* | ppc: Move mpc512x clocks to arch_global_data | Simon Glass | 2013-02-04 | -1/+1 |
* | ppc: Move mpc5xxx clocks to arch_global_data | Simon Glass | 2013-02-04 | -1/+1 |
* | ppc: Move lbc_clk and cpu to arch_global_data | Simon Glass | 2013-02-04 | -3/+4 |
* | ppc: Move clock fields to arch_global_data | Simon Glass | 2013-02-01 | -3/+3 |
* | ppc: Move brg_clk to arch_global_data | Simon Glass | 2013-02-01 | -1/+1 |
* | powerpc/mpc83xx: add support for new SPL | Scott Wood | 2012-12-19 | -1/+2 |
* | env: Use getenv_yesno() more generally | Joe Hershberger | 2012-12-13 | -7/+2 |
* | mpc5200: Add SPL support | Stefan Roese | 2012-12-05 | -0/+8 |
* | SPL: Port SPL framework to powerpc | Stefan Roese | 2012-12-05 | -0/+46 |
* | powerpc: Extract EPAPR_MAGIC constants into processor.h | Stefan Roese | 2012-12-05 | -6/+0 |
* | spl/powerpc: introduce CONFIG_SPL_INIT_MINIMAL | Scott Wood | 2012-11-26 | -1/+16 |
* | powerpc: change .fixup test to a GCC version test | Scott Wood | 2012-11-26 | -6/+0 |
* | arch/powerpc/lib/board.c, *traps.c: sparse fixes | Kim Phillips | 2012-11-04 | -6/+6 |