summaryrefslogtreecommitdiff
path: root/src/arch/power8
AgeCommit message (Expand)Author
2018-10-11selfboot: remove bounce buffersRonald G. Minnich
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-21arch/{mips,power8}/include/arch: Don't use device_tElyes HAOUAS
2018-09-14complier.h: add __always_inline and use it in code baseAaron Durbin
2018-08-07arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)Julius Werner
2017-11-23Constify struct cpu_device_id instancesJonathan Neuschäfer
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-07-07arch/*: Update Kconfig symbol usageMartin Roth
2017-05-30arch: Unify basic cache clearing APIJulius Werner
2016-06-24region: Add writeat and eraseat supportAntonello Dettori
2016-05-03build system: remove CBFSTOOL_PRE1_OPTSPatrick Georgi
2016-05-02lib/coreboot_table: use the architecture dependent table sizeAaron Durbin
2016-05-02arch: introduce architecture dependent common variablesAaron Durbin
2016-04-21lib: add common write_tables() implementationAaron Durbin
2016-04-21lib/coreboot_table: add architecture hooks for adding tablesAaron Durbin
2016-04-21lib/bootmem: allow architecture specific bootmem rangesAaron Durbin
2016-04-21arch: only print cbmem entries in one placeAaron Durbin
2016-04-21arch: use Kconfig variable for coreboot table sizeAaron Durbin
2016-04-21arch/power8/tables: remove confusion over write_tables()Aaron Durbin
2016-04-04arch/power8: Position bootblock start at reset vectorTimothy Pearson
2016-02-22die() when attempting to use bounce buffer on non-i386.Vladimir Serbinenko
2016-02-20emulation/qemu-power8: initial mainboard and arch commitRonald G. Minnich