summaryrefslogtreecommitdiff
path: root/board/xes
Commit message (Expand)AuthorAgeFilesLines
* nand: Drop unused actl_nand driverSimon Glass2023-02-072-50/+0
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-2/+2
* global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini2022-11-102-3/+3
* Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini2021-12-271-0/+1
* CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk()Tom Rini2021-12-271-3/+3
* pci: Remove unused FSL_PCI_INIT codeTom Rini2021-12-272-23/+0
* nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini2021-10-061-0/+1
* pci: Drop pci_init_board()Simon Glass2021-08-061-50/+0
* ppc: Remove xpedite boardsTom Rini2021-07-0728-1338/+0
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-175-9/+9
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Move pci_init_board() out of common.hSimon Glass2019-12-021-0/+1
* common: Move some board functions out of common.hSimon Glass2019-12-024-0/+4
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0726-57/+26
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-054-4/+4
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-3/+3
* powerpc: remove 4xx supportHeiko Schocher2017-07-038-475/+0
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-132-2/+2
* board_f: Drop return value from initdram()Simon Glass2017-04-052-4/+10
* board_f: Drop board_type parameter from initdram()Simon Glass2017-04-052-2/+2
* powerpc: P2020: Remove macro CONFIG_P2020York Sun2016-11-232-3/+3
* powerpc: MPC8572: Remove macro CONFIG_MPC8572York Sun2016-11-231-1/+1
* powerpc: MPC8548: Move CONFIG_MPC8548 to Kconfig optionYork Sun2016-11-231-1/+1
* mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood2016-06-031-1/+1
* Add more SPDX-License-Identifier tagsTom Rini2016-01-191-3/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* powerpc: xes: Add maintainerPeter Tyser2015-01-124-4/+4
* fdt: Allow ft_board_setup() to report failureSimon Glass2014-11-214-4/+12
* MAINTAINERS: comment out blank M: fieldMasahiro Yamada2014-09-244-4/+4
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-135-15/+0
* Add board MAINTAINERS filesMasahiro Yamada2014-07-305-0/+30
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-305-0/+75
* Driver/DDR: Moving Freescale DDR driver to a common driverYork Sun2013-11-255-9/+9
* board: powerpc: convert makefiles to Kbuild styleMasahiro Yamada2013-11-016-148/+24
* powerpc: Fix CamelCase warnings in DDR related codePriyanka Jain2013-10-161-1/+1
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-149-9/+9
* powerpc: Fix CamelCase checkpatch warningsPrabhakar Kushwaha2013-08-201-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2430-475/+30
* replace last __bss_end__ occurrences with __bss_endAlbert ARIBAUD2013-04-021-1/+1
* Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-221-3/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-221-0/+5
* doc: cleanup - move board READMEs into respective board directoriesWolfgang Denk2012-07-291-0/+82
* punt unused clean/distclean targetsMike Frysinger2011-10-156-36/+0
* powerpc/mpc85xx: Display a warning for unsupported DDR data ratesYork Sun2011-07-111-0/+6
* Fix incorrect use of getenv() before relocationWolfgang Denk2011-05-122-16/+22