summaryrefslogtreecommitdiffstats
path: root/src/arch/ppc64
Commit message (Expand)AuthorAgeFilesLines
* src/arch/ppc64/*: pass FDT address to payloadSergii Dmytruk2022-02-111-0/+6
* arch/ppc64/boot.c: handle non-OPD entry pointSergii Dmytruk2022-02-111-0/+19
* src/mainboard/emulation/qemu-power9: require hb-mode=onYaroslav Kurlaev2022-02-113-3/+17
* ppc64/arch/mmio.h: ignore HRMOR and inhibit cacheYaroslav Kurlaev2022-02-111-8/+67
* ppc64/bootblock_crt0.S: minimal implementation for bootblock C environmentKrystian Hebel2022-02-113-11/+94
* src/arch/ppc64/arch_timer.c: implement timer functionsMichał Żygowski2022-02-112-0/+43
* src/cpu/power9: add file structure for power9, implement SCOM accessIgor Bagnucki2022-02-112-0/+13
* arch/{arm,arm64,ppc64,riscv}: Add noop cpu_relaxRaul E Rangel2021-11-251-0/+2
* arch/ppc64/include/arch/io.h: implement IO functionsMichał Żygowski2021-11-221-3/+35
* arch/{arm,ppc64,riscv}: Remove cpu_infoRaul E Rangel2021-07-261-12/+0
* ppc64/byteorder.h: define use of big endianKrystian Hebel2021-07-091-1/+1
* arch/ppc64: Remove .id section in bootblockKyösti Mälkki2020-12-174-39/+0
* arch/x86: Remove ID_SECTION_OFFSETKyösti Mälkki2020-12-171-0/+4
* Drop many cases of .previous directive useKyösti Mälkki2020-12-111-1/+0
* src/arch: Drop unneeded empty linesElyes HAOUAS2020-08-241-2/+0
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-131-3/+3
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-4/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1119-19/+0
* src/arch/ppc64: Convert to SPDX license headerPatrick Georgi2020-03-0619-243/+38
* arch/*/*/early_variables.h: drop unused filesArthur Heymans2019-11-301-27/+0
* Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbolArthur Heymans2019-11-251-1/+0
* lib/Kconfig: Remove RAMSTAGE_CBMEM_TOP_ARGArthur Heymans2019-11-101-1/+0
* arch/ppc64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-043-2/+6
* arch/: Replace __BOOTBLOCK__ with ENV_BOOTBLOCKKyösti Mälkki2019-09-261-1/+1
* arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0Kyösti Mälkki2019-09-091-2/+3
* arch/ppc64: move misc.c to qemu-power8 as timer.cMarty E. Plummer2019-09-022-23/+0
* AUTHORS: Move src/arch/ppc64 copyrights into AUTHORS fileMartin Roth2019-08-2813-31/+3
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-5/+3
* arch/ppc64: Make PPC64 stages select ARCH_PPC64Arthur Heymans2019-07-261-8/+3
* arch, include, soc: Use common stdint.hJacob Garber2019-07-121-76/+0
* arch/ppc64: Add <arch/mmio.h> stubsKyösti Mälkki2019-03-211-0/+53
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* arch/power8: Rename to ppc64Jonathan Neuschäfer2018-11-3022-0/+752