aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-25Refactor mambo test runningStewart Smith5-11/+27
2015-05-25Documented expected machine state across OPAL callsStewart Smith1-0/+8
2015-05-22Merge branch 'update-2.1.1.1'Stewart Smith0-0/+0
2015-05-22Merge remote branch 'ka1/update-2.1.1.1' into update-2.1.1.1skiboot-2.1.1-fw810.30-1Stewart Smith1-0/+4
2015-05-21Merge PRD rework from stableStewart Smith13-63/+531
2015-05-21Merge cherry pick of mem_region rework from stableStewart Smith0-0/+0
2015-05-21Merge branch 'update-2.1.1.1' into stableskiboot-5.0.2Stewart Smith1-0/+4
2015-05-21external/opal-prd: Update for new PRD userspace interfaceJeremy Kerr1-12/+178
2015-05-21prd: Don't expose full opal_prd_msg to kernelJeremy Kerr2-11/+24
2015-05-21hw/prd: Expose prd ranges via device treeJeremy Kerr5-0/+46
2015-05-21core: Add mem_region_nextJeremy Kerr4-1/+147
2015-05-21core: Add node-style memory reservation to device treeJeremy Kerr3-30/+132
2015-05-21core: Introduce REGION_HW_RESERVEDJeremy Kerr2-2/+5
2015-05-21core: Rename mem_region->mem_node to ->nodeJeremy Kerr2-6/+6
2015-05-21core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr3-1/+199
2015-05-21core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr1-15/+8
2015-05-21core/test: simulate proper locking in run-mem_region testJeremy Kerr1-2/+13
2015-05-21core: Add asserts for region free-list lockingJeremy Kerr7-1/+41
2015-05-21core: Move free-list locking to a separate per-region lockJeremy Kerr7-41/+47
2015-05-21Fix race in firenze_get_slot_info() leading to assert() with many PCI cardsStewart Smith1-0/+4
2015-05-20Fix HOSTEND check in Makefile.main for ppc64leStewart Smith1-1/+1
2015-05-20flash: don't report nvram partitions through the device treeCyril Bur1-30/+2
2015-05-20hdata: Remove unnecessary boolNeelesh Gupta1-4/+1
2015-05-20hdata: Fix memory leakNeelesh Gupta1-3/+5
2015-05-20fix extract-gcov compilation when using a build directoryCédric Le Goater1-1/+1
2015-05-20Add extract-gcov to gitignoreMichael Ellerman1-0/+1
2015-05-18skiboot: detect version correctly as a git submoduleAndrei Warkentin1-1/+1
2015-05-18fix copy&paste error in Garrison definitionDan Horák1-1/+1
2015-05-15core/console: fix dummy_console_pollAlistair Popple1-1/+1
2015-05-15Fix fsp_support.sh for boot_tests, export SSHUSER and SSHPASSStewart Smith1-0/+2
2015-05-15Basic documentation on principles of dealing with memory in skibootStewart Smith1-0/+44
2015-05-15Align TOC to 256 bytesBenjamin Herrenschmidt1-1/+1
2015-05-15Add basic documentation of skiboot gcovStewart Smith1-0/+62
2015-05-15Add 2MB to skiboot heapStewart Smith1-9/+12
2015-05-15Don't exclude sections during linkStewart Smith1-1/+1
2015-05-15Add extract-gcov utility for extracting gcda from skiboot dumpStewart Smith2-1/+224
2015-05-15Construct linked list of gcov data structuresStewart Smith3-4/+68
2015-05-15Run gcc constructorsStewart Smith2-0/+21
2015-05-15Enable SKIBOOT_GCOV build option for building with profilingStewart Smith3-0/+86
2015-05-15Dump out free space in each memory region on boot.Stewart Smith2-1/+41
2015-05-15Make skiboot able to be 2MB rather than 1MBStewart Smith2-4/+4
2015-05-15Make relocate() return specific error as to what went wrongStewart Smith2-5/+5
2015-05-13Clarify documentation on OPAL parameters (up to 8), fix opal_entryStewart Smith2-5/+3
2015-05-13Make makefile for core/test a bit prettierStewart Smith1-1/+13
2015-05-13PLAT: Add basic Garrison platformBenjamin Herrenschmidt2-1/+60
2015-05-13core: Prevent adding new regions after mem_region_add_dt_reservedJeremy Kerr3-1/+199
2015-05-13core/test: Use skiboot's own malloc for mem_region testsJeremy Kerr1-15/+8
2015-05-13core/test: simulate proper locking in run-mem_region testJeremy Kerr1-2/+13
2015-05-13core: Add asserts for region free-list lockingJeremy Kerr7-1/+41
2015-05-13core: Move free-list locking to a separate per-region lockJeremy Kerr7-41/+47