| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Move pci_init_board() out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | env: Finish migration of common ENV options | Tom Rini | 2019-11-20 | 1 | -2/+2 |
* | powerpc: T4RDB: Compile legacy PCIe routines conditionally | Hou Zhiqiang | 2019-08-28 | 1 | -0/+2 |
* | env: Rename environment.h to env_internal.h | Simon Glass | 2019-08-11 | 1 | -1/+1 |
* | env: Move env_get() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | board/freescale: Remove invalid fsl email addresses | Fabio Estevam | 2018-05-10 | 1 | -2/+2 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 11 | -22/+11 |
* | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada | 2018-03-05 | 1 | -1/+1 |
* | powerpc: mpc85xx: Fix static TLB table for SDRAM | York Sun | 2017-12-06 | 1 | -1/+1 |
* | env: Rename some other getenv()-related functions | Simon Glass | 2017-08-16 | 1 | -2/+2 |
* | env: Add an enum for environment state | Simon Glass | 2017-08-15 | 1 | -1/+2 |
* | board_f: Rename initdram() to dram_init() | Simon Glass | 2017-04-13 | 2 | -2/+2 |
* | board_f: Drop return value from initdram() | Simon Glass | 2017-04-05 | 2 | -3/+5 |
* | board_f: Drop board_type parameter from initdram() | Simon Glass | 2017-04-05 | 2 | -2/+2 |
* | powerpc: Drop probecpu() in favour of arch_cpu_init() | Simon Glass | 2017-01-25 | 1 | -1/+1 |
* | NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUST | Tom Rini | 2017-01-24 | 1 | -0/+2 |
* | fsl/board/ddr: optimize board-specific cpo for erratum A-009942 | Shengzhou Liu | 2016-12-15 | 1 | -0/+3 |
* | powerpc: T4240RDB: Remove macro CONFIG_T4240RDB | York Sun | 2016-11-23 | 1 | -1/+1 |
* | powerpc: T4160RDB: Separate from T4240RDB in Kconfig | York Sun | 2016-11-23 | 2 | -1/+2 |
* | pbl: use "wait" command instead of "flush" command | Zhao Qiang | 2016-10-14 | 1 | -2/+1 |
* | Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand. | Zhao Qiang | 2016-10-14 | 1 | -1/+1 |
* | usb: fsl: Rename fdt_fixup_dr_usb | Sriram Dash | 2016-09-27 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2016-06-04 | 3 | -7/+8 |
|\ |
|
| * | freescale: Tweak various Makefiles to remove redundancy, fix aesthetics | Robert P. J. Day | 2016-06-03 | 1 | -4/+5 |
| * | board/freescale: Use unified setup_ddr_tlbs for spl boot and non-spl boot | Shengzhou Liu | 2016-06-03 | 1 | -3/+2 |
| * | powerpc/board: SPL: Enable malloc flag in global data. | Sumit Garg | 2016-06-03 | 1 | -0/+1 |
* | | board/freescale: Update ddr clk_adjust | Shengzhou Liu | 2016-06-03 | 1 | -19/+19 |
|/ |
|
* | powerpc:t4240rdb: Disable the non-existent ethernet ports on T4240RDB | Ying Zhang | 2016-05-24 | 1 | -0/+5 |
* | powerpc/board/t4240rdb: Enable VID support | Ying Zhang | 2016-01-25 | 1 | -0/+8 |
* | powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seq | Prabhakar Kushwaha | 2016-01-25 | 1 | -6/+0 |
* | Move console definitions into a new console.h file | Simon Glass | 2015-11-19 | 1 | -0/+1 |
* | net: Move some header files to include/ | Shaohui Xie | 2015-10-29 | 1 | -1/+1 |
* | powerpc/t4rdb: fix cpld reset altbank | Shaohui Xie | 2015-07-28 | 1 | -7/+1 |
* | powerpc/t4rdb: Add SD boot support for T4240RDB board | Chunhe Lan | 2015-05-04 | 7 | -8/+117 |
* | powerpc/t4240rdb: Add alternate SerDes 2 protocol to align with RCW | Chunhe Lan | 2015-01-16 | 2 | -3/+3 |
* | fdt: Allow ft_board_setup() to report failure | Simon Glass | 2014-11-21 | 1 | -1/+3 |
* | powerpc/t4rdb: Add support of CPLD | Chunhe Lan | 2014-11-14 | 6 | -0/+206 |
* | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada | 2014-09-13 | 1 | -3/+0 |
* | Add board MAINTAINERS files | Masahiro Yamada | 2014-07-30 | 1 | -0/+7 |
* | kconfig: add board Kconfig and defconfig files | Masahiro Yamada | 2014-07-30 | 1 | -0/+15 |
* | powerpc/mpc85xx: Check return value of find_tlb_idx | York Sun | 2014-07-22 | 1 | -3/+9 |
* | powerpc/t4rdb: Add alternate serdes protocols to align with A-007186 | Chunhe Lan | 2014-06-05 | 2 | -3/+3 |
* | powerpc/85xx: Add T4240RDB board support | Chunhe Lan | 2014-05-13 | 11 | -0/+697 |