aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/qemu-ppce500
AgeCommit message (Expand)AuthorFilesLines
2021-03-05ppc: qemu: Move board directory from board/freescale to board/emulationBin Meng4-340/+0
2021-03-05ppc: qemu: Drop fixed_sdram()Bin Meng1-5/+0
2021-03-05ppc: qemu: Drop a custom env variable 'fdt_addr_r'Bin Meng1-3/+0
2021-03-05ppc: qemu: Delete the temporary FDT virtual-physical mapping after U-Boot is ...Bin Meng1-1/+10
2021-03-05ppc: qemu: Enable VirtIO NET supportBin Meng1-0/+8
2021-03-05ppc: qemu: Drop CONFIG_OF_BOARD_SETUPBin Meng1-7/+0
2021-03-05ppc: qemu: Switch over to use DM ETH and PCIBin Meng1-90/+21
2021-03-05ppc: qemu: Switch over to use DM serialBin Meng1-0/+6
2021-03-05ppc: qemu: Enable OF_CONTROLBin Meng1-0/+10
2021-03-05ppc: qemu: Drop board_early_init_f()Bin Meng1-5/+0
2021-03-05ppc: qemu: Drop init_laws() and print_laws()Bin Meng1-10/+0
2021-03-05ppc: qemu: Support non-identity PCI bus addressBin Meng1-15/+14
2021-03-05ppc: qemu: Update MAINTAINERS for correct email addressBin Meng1-1/+1
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 Yamada1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-01-17common: Move get_tbclk() to time.hSimon Glass1-1/+2
2020-01-17common: Move clock functions into a new fileSimon Glass1-2/+2
2019-12-02common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-12-02common: Move some CPU functions out of common.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2-5/+2
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-08-16env: Rename common functions related to setenv()Simon Glass1-2/+2
2017-08-03qemu-ppce500: Update get_phys_ccsrbar_addr_early()Tom Rini1-1/+7
2016-01-04qemu-ppce500: pass 'range_id' around in pci_map_regionMiao Yan1-1/+1
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-09-13kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-3/+0
2014-07-30Add board MAINTAINERS filesMasahiro Yamada1-0/+6
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+15
2014-05-13PPC 85xx QEMU: Always assume 1 coreAlexander Graf1-0/+20
2014-04-22PPC 85xx: Add qemu-ppce500 machineAlexander Graf2-0/+357