aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/t208xqds
AgeCommit message (Expand)AuthorFilesLines
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_RESET_VECTOR_ADDRESS to CFGTom Rini1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini3-32/+32
2022-12-05global: Move remaining CONFIG_*SRIO_* to CFG_*Tom Rini1-4/+4
2022-12-05global: Move remaining CONFIG_SYS_PCI* to CFG_SYS_PCI*Tom Rini1-5/+5
2022-12-05global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini1-2/+2
2022-12-05global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*Tom Rini1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini2-4/+4
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-1/+1
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini3-5/+5
2022-09-16Makefile: Build final mpc85xx non-SPL image in standard file u-boot.binPali Rohár1-1/+1
2022-07-05nxp: Make board/freescale/common/Kconfig safe to include once in arch/KconfigTom Rini1-2/+0
2022-04-01Convert CONFIG_SRIO_PCIE_BOOT_SLAVE to KconfigTom Rini1-0/+3
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-0/+1
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-1/+0
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean3-24/+24
2021-08-05pci: freescale: Drop old codeSimon Glass2-26/+0
2021-07-20board: freescale: t2080qds: Update I2C mux configStephen Carlson1-25/+1
2021-04-10ppc: Remove T2081QDS board and ARCH_T2081 supportTom Rini4-178/+1
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini1-1/+1
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass1-1/+1
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass1-1/+1
2020-12-10board: freescale: powerpc: add support for all RGMII modesMadalin Bucur1-0/+3
2020-08-26powerpc: Remove bi_memstart & bi_memsize assignments in spl.cStefan Roese1-2/+0
2020-07-27Move eSDHC adapter card identification to board filesYangbo Lu1-1/+28
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada5-7/+7
2020-06-03board/freescale: add the DM_ETH changes for the PPC DPAA platformsMadalin Bucur1-0/+2
2020-05-18common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass2-0/+3
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-04dm: powerpc: T2080/T2081: add i2c DM supportBiwen Li1-3/+16
2020-04-20t208xqds: add support for backplane krFlorinel Iordache1-9/+20
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 Glass1-0/+1
2020-01-17common: Move relocate_code() to init.hSimon Glass1-0/+1
2019-12-02common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-11-20env: Finish migration of common ENV optionsTom Rini1-4/+4
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-06-20powerpc: T208xQDS: Compile the legacy PCIe routines conditionallyHou Zhiqiang1-0/+2
2018-09-27powerpc: dts: Enable device tree support for T2080QDSJagdish Gediya1-0/+19
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini10-20/+10
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-12-06powerpc: mpc85xx: Fix static TLB table for SDRAMYork Sun1-1/+1
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-2/+2
2017-08-15env: Add an enum for environment stateSimon Glass1-1/+2