aboutsummaryrefslogtreecommitdiff
path: root/core/init.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-30Add opal_boot_complete to debug descriptorJoel Stanley1-0/+3
2015-09-10Remove old, out of date and misplaced commentStewart Smith1-5/+0
2015-09-10move enum ipl_state to hw/fsp/fsp.cStewart Smith1-1/+0
2015-08-26Fix spelling mistakesStewart Smith1-1/+1
2015-08-14update 'loading kernel' message to 'waiting for kernel'Stewart Smith1-1/+1
2015-05-29Move the relax loop in secondary_cpu_entry to pure inline asmStewart Smith1-2/+9
2015-05-21Merge PRD rework from stableStewart Smith1-0/+2
2015-05-21hw/prd: Expose prd ranges via device treeJeremy Kerr1-0/+2
2015-05-15Construct linked list of gcov data structuresStewart Smith1-0/+8
2015-05-15Run gcc constructorsStewart Smith1-0/+13
2015-05-15Dump out free space in each memory region on boot.Stewart Smith1-0/+4
2015-05-07Preload VPD LID and set up fsp_lid_load() for async queued loadingStewart Smith1-0/+1
2015-05-07Asynchronously preload CAPP microcodeStewart Smith1-0/+1
2015-05-07Start preload of kernel and initramfs early in bootStewart Smith1-30/+50
2015-05-01init: Display message before loading kernelJoel Stanley1-0/+2
2015-04-18init: Display message before loading kernelJoel Stanley1-0/+2
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman1-1/+0
2015-03-31core: Catch attempts to branch through a NULL pointerBenjamin Herrenschmidt1-0/+16
2015-03-24core: add a platform op to read sensorsCédric Le Goater1-2/+4
2015-03-23Change load_resource() API to be all about preloading.Stewart Smith1-7/+19
2015-03-04hw/ipmi: Set firmware progress sensorJoel Stanley1-0/+5
2015-03-04core: Move hservices_init to platform codeJeremy Kerr1-4/+0
2015-02-26sparse: fix fonction declarationsCédric Le Goater1-2/+2
2015-02-23hostservices/fsp: Move lid caching to platformAnanth N Mavinakayanahalli1-3/+0
2015-02-18Replace is_mambo_chip with a better chip quirk mechanismBenjamin Herrenschmidt1-2/+2
2015-02-18hostservices: Cache lids prior to first load requestAnanth N Mavinakayanahalli1-0/+3
2015-02-17core: Add subid to load_resource()Michael Neuling1-2/+3
2015-02-17core: Add load_resource()Michael Neuling1-13/+8
2015-02-09ipmi/wdt: Add ipmi watchdog timer supportAlistair Popple1-2/+3
2015-02-09platform: Add exit platform hookAlistair Popple1-0/+3
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith1-0/+1
2015-02-04Allow ELF executables with function descriptor entrypoint to be skiboot payloadsNathan Whitehorn1-0/+20
2014-12-02core/init: make fdt a local variableWei Yang1-1/+1
2014-12-01Add tweaks to work in Mambo simulatorBenjamin Herrenschmidt1-1/+3
2014-11-22Merge remote-tracking branch 'ltcgit/master'Benjamin Herrenschmidt1-1/+1
2014-11-19Implement skiboot versioningStewart Smith1-1/+1
2014-11-18Remove useless global include memory.hBenjamin Herrenschmidt1-1/+0
2014-11-12timer: Add "polling" timersBenjamin Herrenschmidt1-0/+4
2014-11-05i2c: Bug fixes, clean up of the codeNeelesh Gupta1-2/+3
2014-10-30core: Add support for loading an external initramfsJeremy Kerr1-0/+25
2014-10-30platform: add a platform hook for loading external resourcesJeremy Kerr1-38/+16
2014-10-28Revert "core/init: Add device tree fixup for the i2c base address"Benjamin Herrenschmidt1-172/+2
2014-10-27core/init: Add device tree fixup for the i2c base addressNeelesh Gupta1-2/+172
2014-10-27hw/i2c: i2c driver infrastructure providing device I/ONeelesh Gupta1-0/+3
2014-10-15console: Move dummy_console_add_nodes() to common codeBenjamin Herrenschmidt1-0/+4
2014-10-15Secondary CPUs calling in should be PR_DEBUGStewart Smith1-1/+1
2014-10-08core: Make secondary spin and locks use cpu_relax()Benjamin Herrenschmidt1-2/+1
2014-10-05plat/palmetto: Move most code to a common file & reorder inits a bitBenjamin Herrenschmidt1-1/+1
2014-09-01core: Setup the OPAL DT node before platform probeBenjamin Herrenschmidt1-3/+3
2014-08-08Make log level thresholds dynamic in debug_descriptor rather than staticStewart Smith1-0/+5