summaryrefslogtreecommitdiff
path: root/board/freescale/t4qds
AgeCommit message (Expand)AuthorFilesLines
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-17common: Move device-tree setup functions to fdt_support.hSimon Glass2-0/+2
2020-01-17common: Move relocate_code() to init.hSimon Glass1-0/+1
2019-12-03common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-12-03common: Move some board functions out of common.hSimon Glass2-0/+2
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-11-21env: Finish migration of common ENV optionsTom Rini1-3/+3
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass2-0/+2
2018-05-11board/freescale: Remove invalid fsl email addressesFabio Estevam1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini12-25/+12
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-12-07powerpc: mpc85xx: Fix static TLB table for SDRAMYork Sun1-1/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass2-4/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-15env: Add an enum for environment stateSimon Glass1-1/+2
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass2-2/+2
2017-04-05board_f: Drop return value from initdram()Simon Glass2-3/+5
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass2-2/+2
2017-01-26powerpc: Drop probecpu() in favour of arch_cpu_init()Simon Glass1-1/+1
2017-01-24NXP: Introduce board/freescale/common/Kconfig and migrate CHAIN_OF_TRUSTTom Rini1-0/+2
2016-12-15fsl/board/ddr: optimize board-specific cpo for erratum A-009942Shengzhou Liu1-0/+3
2016-11-24powerpc: T4240QDS: Remove macro CONFIG_T4240QDSYork Sun1-1/+1
2016-11-24powerpc: T4160QDS: Separate from T4240QDS in KconfigYork Sun2-1/+2
2016-10-14pbl: use "wait" command instead of "flush" commandZhao Qiang1-2/+1
2016-10-14Txxx/RCW: Split unified RCW to RCWs for sd, spi and nand.Zhao Qiang2-1/+8
2016-09-28usb: fsl: Rename fdt_fixup_dr_usbSriram Dash2-2/+2
2016-08-02board/freescale: Update MAINTAINERS filesYork Sun1-1/+1
2016-06-04Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini3-7/+7
2016-06-04freescale: Tweak various Makefiles to remove redundancy, fix aestheticsRobert P. J. Day1-3/+3
2016-06-04board/freescale: Use unified setup_ddr_tlbs for spl boot and non-spl bootShengzhou Liu1-4/+3
2016-06-04powerpc/board: SPL: Enable malloc flag in global data.Sumit Garg1-0/+1
2016-06-04board/freescale: Update ddr clk_adjustShengzhou Liu1-19/+19
2016-02-06Use correct spelling of "U-Boot"Bin Meng2-11/+11
2016-01-25powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seqPrabhakar Kushwaha2-12/+0
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-3/+1
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-10-29net: Move some header files to include/Shaohui Xie1-1/+1
2015-05-04powerpc/t4240qds: Update RCW, defconfig and maintainerShaohui Xie2-4/+2
2015-05-04mpc85xx/T4240EMU: Remove T4240EMU boardYork Sun4-46/+0
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass2-2/+6
2014-09-25MAINTAINERS: comment out blank M: fieldMasahiro Yamada1-1/+1
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-6/+0
2014-08-20powerpc/t4qds: Move doc/README.t4240qds under board/freescale/t4qdsYork Sun1-0/+194
2014-08-20powerpc/T4240QDS/eth: some fix for XFIShaohui Xie1-18/+118
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+26
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+31
2014-07-23powerpc/t4240qds: fix offset of serdes when checking reference clockShaohui Xie1-4/+6
2014-07-23powerpc/mpc85xx: Check return value of find_tlb_idxYork Sun2-6/+18