summaryrefslogtreecommitdiff
path: root/board/xes
AgeCommit message (Expand)AuthorFilesLines
2021-08-06pci: Drop pci_init_board()Simon Glass1-50/+0
2021-07-08ppc: Remove xpedite boardsTom Rini28-1338/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada5-9/+9
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop init.h from common headerSimon 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 Glass4-0/+4
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini26-57/+26
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada4-4/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-07-04powerpc: remove 4xx supportHeiko Schocher8-475/+0
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass2-2/+2
2017-04-05board_f: Drop return value from initdram()Simon Glass2-4/+10
2017-04-05board_f: Drop board_type parameter from initdram()Simon Glass2-2/+2
2016-11-24powerpc: P2020: Remove macro CONFIG_P2020York Sun2-3/+3
2016-11-24powerpc: MPC8572: Remove macro CONFIG_MPC8572York Sun1-1/+1
2016-11-24powerpc: MPC8548: Move CONFIG_MPC8548 to Kconfig optionYork Sun1-1/+1
2016-06-04mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-1/+1
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-3/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-01-12powerpc: xes: Add maintainerPeter Tyser4-4/+4
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass4-4/+12
2014-09-25MAINTAINERS: comment out blank M: fieldMasahiro Yamada4-4/+4
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada5-15/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada5-0/+30
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada5-0/+75
2013-11-25Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun5-9/+9
2013-11-01board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada6-148/+24
2013-10-17powerpc: Fix CamelCase warnings in DDR related codePriyanka Jain1-1/+1
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk9-9/+9
2013-08-20powerpc: Fix CamelCase checkpatch warningsPrabhakar Kushwaha1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk30-475/+30
2013-04-03replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD1-1/+1
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-3/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-07-29doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk1-0/+82
2011-10-16punt unused clean/distclean targetsMike Frysinger6-36/+0
2011-07-11powerpc/mpc85xx: Display a warning for unsupported DDR data ratesYork Sun1-0/+6
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk2-16/+22
2011-04-04powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from boardKumar Gala4-70/+4
2011-04-04powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()Kumar Gala4-21/+1
2011-04-04powerpc: Move cpu specific lmb reserve to arch_lmb_reserveKumar Gala3-27/+0
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser4-4/+4
2011-01-14powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe codeKumar Gala5-137/+13
2011-01-14mpc85xx boards: initdram() cleanup/bugfixBecky Bruce3-48/+13