summaryrefslogtreecommitdiff
path: root/board/freescale/p1010rdb
AgeCommit message (Expand)AuthorFilesLines
2020-01-17common: Move clock functions into a new fileSimon Glass1-0/+1
2020-01-17common: Move relocate_code() to init.hSimon Glass2-0/+2
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-11-21env: Finish migration of common ENV optionsTom Rini1-2/+2
2019-08-12env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini7-15/+7
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-12-07powerpc: 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
2017-06-12powerpc: fsl: Update maintainersYork Sun1-1/+1
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-1/+1
2017-04-05board_f: Drop return value from initdram()Simon Glass1-1/+1
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass1-1/+1
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-11-24powerpc: P1010RDB: Remove macros CONFIG_P1010RDB_PA and CONFIG_P1010RDB_PBYork Sun3-12/+12
2016-10-06spi: Move freescale-specific code into a private headerSimon Glass1-1/+2
2016-09-28usb: fsl: Rename fdt_fixup_dr_usbSriram Dash1-1/+1
2016-06-04freescale: Tweak various Makefiles to remove redundancy, fix aestheticsRobert P. J. Day1-8/+4
2016-06-04powerpc/board: SPL: Enable malloc flag in global data.Sumit Garg1-0/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng2-5/+5
2016-01-28powerpc: p1010rdb: Do not wrap pci_eth_init() with CONFIG_TSEC_ENETBin Meng1-2/+2
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-04-24driver/ifc: Add 64KB page supportJaiprakash Singh2-5/+4
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-09-25MAINTAINERS: comment out blank M: fieldMasahiro Yamada1-1/+1
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-3/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+33
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+15
2014-07-23powerpc/mpc85xx: Check return value of find_tlb_idxYork Sun1-3/+9
2014-02-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini4-72/+128
2014-02-25powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPLYing Zhang4-72/+128
2014-01-22powerpc/mpc85xx:Increase binary size for P, B & T series boards.Prabhakar Kushwaha2-8/+8
2014-01-03board/freescale:Remove use of CONFIG_SPL_NAND_MINIMALPrabhakar Kushwaha1-1/+1
2013-11-25Driver/IFC: Move Freescale IFC driver to a common driverYork Sun1-1/+1
2013-11-25Driver/DDR: combine ccsr_ddr for 83xx, 85xx and 86xxYork Sun1-1/+2
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun2-4/+4
2013-11-13powerpc/p1010rdb: update readme for p1010rdb-pa and p1010rdb-pbShengzhou Liu2-2/+190
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada1-25/+5
2013-10-17powerpc/p1010rdb: add p1010rdb-pb support with updating p1010rdb-paShengzhou Liu1-6/+170
2013-10-17board/p1010rdb: add pin mux and sdhc support in any bootShengzhou Liu3-20/+105
2013-10-17powerpc/p1010rdb: remove unused cpld_showShengzhou Liu1-35/+0
2013-10-17powerpc: Fix CamelCase warnings in DDR related codePriyanka Jain1-13/+13
2013-08-20powerpc/p1010rdb: fix calculating ddr_freq_mhzShengzhou Liu1-1/+1
2013-08-09powerpc/mpc8xxx: Add memory reset controlYork Sun1-1/+1