aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/p1010rdb/p1010rdb.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-30i2c: fsl_i2c: Migrate to KconfigTom Rini1-1/+1
2021-08-05pci: freescale: Drop old codeSimon Glass1-11/+0
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-4/+4
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-09-24p1010rdb: Don't compile board_eth_init() for DM_ETHHou Zhiqiang1-0/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-3/+3
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-04powerpc: P1010RDB: Compile legacy PCIe routines conditionallyHou Zhiqiang1-2/+2
2020-05-04dm: ppc: p1010: add i2c DM supportBiwen Li1-1/+155
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-15powerpc: P1010RDB: Rework local command to not be included in SPLTom Rini1-0/+2
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-2/+2
2016-11-23powerpc: P1010RDB: Remove macros CONFIG_P1010RDB_PA and CONFIG_P1010RDB_PBYork Sun1-10/+10
2016-09-27usb: fsl: Rename fdt_fixup_dr_usbSriram Dash1-1/+1
2016-01-28powerpc: p1010rdb: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng1-2/+2
2015-04-23driver/ifc: Add 64KB page supportJaiprakash Singh1-3/+2
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-07-22powerpc/mpc85xx: Check return value of find_tlb_idxYork Sun1-3/+9
2013-11-25Driver/IFC: Move Freescale IFC driver to a common driverYork Sun1-1/+1
2013-10-16powerpc/p1010rdb: add p1010rdb-pb support with updating p1010rdb-paShengzhou Liu1-6/+170
2013-10-16board/p1010rdb: add pin mux and sdhc support in any bootShengzhou Liu1-14/+105
2013-10-16powerpc/p1010rdb: remove unused cpld_showShengzhou Liu1-35/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-02powerpc/p1010rdb: Change flexcan compatible stringShengzhou Liu1-1/+1
2013-02-04ppc: Move lbc_clk and cpu to arch_global_dataSimon Glass1-3/+3
2012-07-06powerpc/mpc85xx: Ignore E bit for SVR_SOC_VER()York Sun1-2/+2
2012-07-06powerpc/p1010rdb: update mux config of p1010rdb boardShengzhou Liu1-12/+44
2012-04-24powerpc/85xx: don't display address map size (32-bit vs. 36-bit) during bootTimur Tabi1-5/+1
2011-11-08powerpc/85xx: Make inclusion of USB device fixup conditionalRamneek Mehresh1-0/+2
2011-09-29powerpc/85xx: Add basic support for P1010RDBPoonam Aggrwal1-0/+330