Age | Commit message (Expand) | Author | Files | Lines |
2020-07-17 | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2 | -9/+9 |
2020-06-25 | bdinfo: m68k: ppc: Move arch-specific code from bdinfo | Simon Glass | 1 | -0/+5 |
2020-06-25 | bdinfo: ppc: Move PPC-specific info into its own file | Simon Glass | 2 | -0/+43 |
2020-05-18 | common: Drop linux/delay.h from common header | Simon Glass | 1 | -0/+1 |
2020-05-18 | common: Drop asm/ptrace.h from common header | Simon Glass | 2 | -0/+2 |
2020-05-18 | common: Drop log.h from common header | Simon Glass | 3 | -0/+3 |
2020-05-18 | Fix some checkpatch warnings in calls to debug() | Simon Glass | 1 | -5/+5 |
2020-05-18 | command: Remove the cmd_tbl_t typedef | Simon Glass | 2 | -3/+3 |
2020-05-18 | common: Drop init.h from common header | Simon Glass | 2 | -0/+2 |
2020-05-18 | common: Drop image.h from common header | Simon Glass | 1 | -0/+1 |
2020-05-18 | common: Drop bootstage.h from common header | Simon Glass | 1 | -0/+1 |
2020-01-17 | common: Move RAM-sizing functions to init.h | Simon Glass | 1 | -0/+1 |
2019-12-02 | common: Move interrupt functions into a new header | Simon Glass | 1 | -0/+1 |
2019-12-02 | arm: powerpc: Tidy up code style for interrupt functions | Simon Glass | 1 | -4/+4 |
2019-12-02 | common: Move ARM cache operations out of common.h | Simon Glass | 2 | -0/+2 |
2019-12-02 | common: Move some time functions out of common.h | Simon Glass | 1 | -0/+1 |
2019-12-02 | status_led: Tidy up the code style | Simon Glass | 1 | -1/+1 |
2019-12-02 | Drop CONFIG_SHOW_ACTIVITY | Simon Glass | 1 | -13/+0 |
2019-11-17 | spl: separate SPL_FRAMEWORK config for spl and tpl | Heiko Stuebner | 1 | -1/+1 |
2019-08-11 | env: Drop environment.h header file where not needed | Simon Glass | 1 | -1/+0 |
2019-08-11 | env: Move env_get() to env.h | Simon Glass | 1 | -0/+1 |
2018-09-18 | timer: Add MPC83xx timer driver | Mario Six | 2 | -1/+8 |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 16 | -33/+16 |
2018-04-28 | powerpc: fix typo in kgdb.c | Heinrich Schuchardt | 1 | -1/+1 |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini | 2 | -4/+0 |
2018-03-05 | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada | 1 | -1/+1 |
2018-02-18 | fdt: Implement weak arch_fixup_fdt() | Alexey Brodkin | 1 | -5/+0 |
2017-08-26 | powerpc: Rework interrupt_init_cpu() | Tom Rini | 1 | -6/+1 |
2017-08-16 | env: Rename some other getenv()-related functions | Simon Glass | 1 | -4/+4 |
2017-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass | 1 | -1/+2 |
2017-07-23 | powerpc, 8xx: fix missing function declarations. | Christophe Leroy | 2 | -3/+2 |
2017-07-22 | powerpc: move set_msr() and get_msr() into .h | Christophe Leroy | 2 | -28/+0 |
2017-07-22 | power, timer: reset TBL before TBU | Christophe Leroy | 1 | -1/+1 |
2017-07-22 | powerpc, timer: Does 8xx specific actions in 8xx cpu_init | Christophe Leroy | 1 | -11/+0 |
2017-07-08 | powerpc, 8xx: Use IO accessors to access IO memory | Christophe Leroy | 1 | -3/+4 |
2017-07-08 | powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/ | Christophe Leroy | 3 | -405/+0 |
2017-07-08 | powerpc: Partialy restore core of mpc8xx | Christophe Leroy | 4 | -0/+416 |
2017-07-03 | powerpc: remove 4xx support | Heiko Schocher | 3 | -35/+2 |
2017-06-16 | powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x | Heiko Schocher | 3 | -77/+0 |
2017-06-12 | powerpc, 5xx: remove support for 5xx | Heiko Schocher | 1 | -11/+0 |
2017-06-12 | powerpc, 8260: remove support for mpc8260 | Heiko Schocher | 4 | -690/+0 |
2017-06-12 | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 5 | -292/+18 |
2017-05-22 | Convert CONFIG_CMD_IMMAP to Kconfig | Simon Glass | 3 | -0/+712 |
2017-05-22 | Kconfig: Add a CONFIG_IDE option | Simon Glass | 1 | -1/+1 |
2017-05-08 | spl: make image arg or fdt blob address reconfigurable | Vikas Manocha | 1 | -4/+4 |
2017-04-05 | powerpc: Move setup_board_extra() into a PPC file | Simon Glass | 2 | -0/+33 |
2017-04-05 | board_f: powerpc: Use timer_init() instead of init_timebase() | Simon Glass | 1 | -1/+1 |
2017-02-01 | powerpc: mpc5200: Correct return value of memcpy function | Mark Marshall | 1 | -1/+1 |
2017-01-24 | powerpc: Enable flush and invalidate dcache by range for MPC85xx | Tony O'Brien | 1 | -2/+2 |
2017-01-21 | status_led: Kconfig migration | Uri Mashiach | 1 | -3/+3 |