Age | Commit message (Expand) | Author |
2020-07-17 | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada |
2020-05-18 | common: Drop linux/bitops.h from common header | Simon Glass |
2020-05-18 | common: Drop linux/delay.h from common header | Simon Glass |
2020-05-18 | common: Drop init.h from common header | Simon Glass |
2020-01-17 | common: Move device-tree setup functions to fdt_support.h | Simon Glass |
2019-12-02 | common: Move pci_init_board() out of common.h | Simon Glass |
2019-05-21 | mpc83xx: Get rid of CONFIG_SYS_LBC_* | Mario Six |
2019-05-21 | mpc83xx: Get rid of CONFIG_SYS_DDR_SDRAM_BASE | Mario Six |
2019-05-21 | mpc83xx: Get rid of CONFIG_SYS_DDR_BASE | Mario Six |
2019-05-21 | mpc83xx: Kconfig: Migrate HRCW to Kconfig | Mario Six |
2019-05-21 | mpc83xx: Get rid of CONFIG_83XX_CLKIN | Mario Six |
2019-05-21 | mpc83xx: Migrate legacy PCI options to Kconfig | Mario Six |
2019-05-21 | mpc83xx: Make distinct MPC8349EMDS_SDRAM board | Mario Six |
2018-11-27 | spi: Zap CONFIG_HARD_SPI | Jagan Teki |
2018-05-10 | board/freescale: Remove invalid fsl email addresses | Fabio Estevam |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2018-03-05 | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada |
2017-04-13 | board_f: Rename initdram() to dram_init() | Simon Glass |
2017-04-05 | board_f: Drop return value from initdram() | Simon Glass |
2017-04-05 | board_f: Drop board_type parameter from initdram() | Simon Glass |
2014-11-21 | fdt: Allow ft_board_setup() to report failure | Simon Glass |
2014-09-13 | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada |
2014-07-30 | Add board MAINTAINERS files | Masahiro Yamada |
2014-07-30 | kconfig: add board Kconfig and defconfig files | Masahiro Yamada |
2013-11-25 | Driver/DDR: Moving Freescale DDR driver to a common driver | York Sun |
2013-11-01 | board: powerpc: convert makefiles to Kbuild style | Masahiro Yamada |
2013-10-16 | powerpc: Fix CamelCase warnings in DDR related code | Priyanka Jain |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2011-11-03 | mpc83xx: Rename CONFIG_SYS_DDR_CONFIG and cleanup DDR csbnds code | Joe Hershberger |
2011-10-15 | punt unused clean/distclean targets | Mike Frysinger |
2011-10-09 | powerpc/mpc8xxx: Merge entries in DDR speed table | York Sun |
2011-09-29 | powerpc/mpc8349emds: Migrate from spd_sdram to unified DDR driver | York Sun |
2010-11-17 | Switch from archive libraries to partial linking | Sebastien Carlier |
2010-10-18 | Makefile: move all Power Architecture boards into boards.cfg | Wolfgang Denk |
2010-10-18 | Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE | Wolfgang Denk |
2010-09-23 | 83xx: Remove warmboot parameter from PCI init functions | Peter Tyser |
2010-07-16 | 83xx/85xx/86xx: LBC register cleanup | Becky Bruce |
2009-07-18 | mpc83xx: convert all remaining boards over to 83XX_GENERIC_PCI | Kim Phillips |
2009-06-12 | 83xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xx | Peter Tyser |
2009-01-21 | MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode | Ira Snyder |
2008-10-29 | Make Freescale local bus registers available for both 83xx and 85xx. | Haiying Wang |
2008-10-18 | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD |
2008-09-24 | mpc83xx: spd_sdram: fix ddr sdram base address assignment bug | Anton Vorontsov |
2008-08-25 | MPC8349EMDS: Add PCI Agent (PCISLAVE) support | Ira W. Snyder |
2008-08-25 | MPC8349EMDS: use 83XX_GENERIC_PCI setup code | Ira W. Snyder |
2008-07-02 | Cleanup out-or-tree building for some boards (.depend) | Wolfgang Denk |
2008-07-01 | Move conditional compilation of MPC8XXX SPI driver to Makefile | Ben Warren |
2008-06-12 | Change initdram() return type to phys_size_t | Becky Bruce |
2008-06-03 | SPI API improvements | Haavard Skinnemoen |