Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | common: Drop init.h from common header | Simon Glass |
2019-12-02 | common: Move pci_init_board() out of common.h | Simon Glass |
2019-12-02 | common: Move some board functions out of common.h | Simon Glass |
2019-08-11 | env: Move env_get_f() to env.h | Simon Glass |
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-08-16 | env: Rename getenv/_f() to env_get() | Simon Glass |
2017-07-03 | powerpc: remove 4xx support | Heiko Schocher |
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 |
2016-11-23 | powerpc: P2020: Remove macro CONFIG_P2020 | York Sun |
2016-11-23 | powerpc: MPC8572: Remove macro CONFIG_MPC8572 | York Sun |
2016-11-23 | powerpc: MPC8548: Move CONFIG_MPC8548 to Kconfig option | York Sun |
2016-06-03 | mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data | Scott Wood |
2016-01-19 | Add more SPDX-License-Identifier tags | Tom Rini |
2015-11-19 | Move console definitions into a new console.h file | Simon Glass |
2015-01-12 | powerpc: xes: Add maintainer | Peter Tyser |
2014-11-21 | fdt: Allow ft_board_setup() to report failure | Simon Glass |
2014-09-24 | MAINTAINERS: comment out blank M: field | Masahiro Yamada |
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-10-14 | Coding Style cleanup: remove trailing white space | Wolfgang Denk |
2013-08-20 | powerpc: Fix CamelCase checkpatch warnings | Prabhakar Kushwaha |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-04-02 | replace last __bss_end__ occurrences with __bss_end | Albert ARIBAUD |
2013-03-12 | Refactor linker-generated arrays | Albert ARIBAUD |
2012-10-22 | common: Discard the __u_boot_cmd section | Marek Vasut |
2012-10-22 | common: Add .u_boot_list into all linker files | Marek Vasut |
2012-07-29 | doc: cleanup - move board READMEs into respective board directories | Wolfgang Denk |
2011-10-15 | punt unused clean/distclean targets | Mike Frysinger |
2011-07-11 | powerpc/mpc85xx: Display a warning for unsupported DDR data rates | York Sun |
2011-05-12 | Fix incorrect use of getenv() before relocation | Wolfgang Denk |
2011-04-04 | powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from board | Kumar Gala |
2011-04-04 | powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq() | Kumar Gala |
2011-04-04 | powerpc: Move cpu specific lmb reserve to arch_lmb_reserve | Kumar Gala |
2011-03-27 | rename _end to __bss_end__ | Po-Yu Chuang |
2011-01-19 | Replace "FLASH" strings with "Flash" or "flash" | Peter Tyser |
2011-01-14 | powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe code | Kumar Gala |
2011-01-14 | mpc85xx boards: initdram() cleanup/bugfix | Becky Bruce |
2011-01-14 | powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configured | Kumar Gala |
2010-11-17 | Switch from archive libraries to partial linking | Sebastien Carlier |
2010-11-14 | fsl: Clean up printing of PCI boot info | Peter Tyser |
2010-10-27 | Coding Style cleanup | Wolfgang Denk |