summaryrefslogtreecommitdiffstats
path: root/board/xes
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon 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
* powerpc/8xxx: Refactor fsl_ddr_get_spd into common code from boardKumar Gala2011-04-044-70/+4
* powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()Kumar Gala2011-04-044-21/+1
* powerpc: Move cpu specific lmb reserve to arch_lmb_reserveKumar Gala2011-04-043-27/+0
* rename _end to __bss_end__Po-Yu Chuang2011-03-271-1/+1
* Replace "FLASH" strings with "Flash" or "flash"Peter Tyser2011-01-194-4/+4
* powerpc/8xxx: Rework XES boards pci_init_board to use common FSL PCIe codeKumar Gala2011-01-145-137/+13
* mpc85xx boards: initdram() cleanup/bugfixBecky Bruce2011-01-143-48/+13
* powerpc/8xxx: Replace is_fsl_pci_cfg with is_serdes_configuredKumar Gala2011-01-141-6/+5
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-176-12/+12