aboutsummaryrefslogtreecommitdiff
path: root/asm
AgeCommit message (Expand)AuthorFilesLines
2017-06-26Move cleanup_tlb from head.S to misc.SBenjamin Herrenschmidt2-13/+13
2017-06-21Update default TSCR for P9Michael Neuling1-0/+3
2017-06-06cpu: Introduce smt_lowest()Nicholas Piggin1-3/+3
2017-05-08head.S: store LR rather than CTR when trying to store LRStewart Smith1-1/+1
2017-05-08head.S: store all of LR and CTROliver O'Halloran1-2/+2
2017-04-07asm: do not set SDR1 on POWER9Nicholas Piggin1-1/+3
2017-03-09asm: Add POWER9 case to init_shared_sprsBenjamin Herrenschmidt1-0/+24
2017-03-09asm: Don't try to set LPCR:LPES1 on P8 and P9Benjamin Herrenschmidt1-2/+28
2017-03-09asm: Fix setting of LPCR:DPFDBenjamin Herrenschmidt1-8/+2
2017-02-06Initial support for the ELFv2 ABINicholas Piggin1-0/+1
2017-01-16head: add new OPAL entry points to the NACAOliver O'Halloran1-1/+4
2016-12-20Stop using 3-operand cmp[l][i] for latest binutilsAlexey Kardashevskiy1-2/+2
2016-11-02mambo: Convert RTC read from asm to CMichael Neuling1-8/+0
2016-11-02mambo: Convert console read/write from asm to CMichael Neuling1-18/+0
2016-11-02mambo: Convert sim exit from asm to CMichael Neuling1-6/+0
2016-10-17Fast reboot for P8Benjamin Herrenschmidt1-61/+61
2016-10-05asm: add rom_entry.S to Makefile.incClaudio Carvalho1-1/+1
2016-10-05asm/rom_entry.S: fix parameters syntaxClaudio Carvalho1-17/+18
2016-10-05asm: add Hostboot rom_entry.SClaudio Carvalho1-0/+51
2016-09-27core/init: remove master_cpu parameterOliver O'Halloran1-5/+0
2016-08-22Rename rvwinkle_restore to reset_wakeupBenjamin Herrenschmidt1-2/+2
2016-08-22slw: Move SPR setup calls away from assemblyBenjamin Herrenschmidt1-9/+0
2016-08-22Rename rvwinkle patch to reset patch and install at bootBenjamin Herrenschmidt1-5/+5
2016-08-22Rename enter_rvwinkle to enter_pm_stateBenjamin Herrenschmidt1-12/+29
2016-08-22main: Copy all exception vectors downBenjamin Herrenschmidt1-0/+5
2016-08-18head: Whitespace fixesBenjamin Herrenschmidt1-5/+5
2016-08-11head.S: document opal_nacaOliver O'Halloran1-3/+4
2016-08-08asm: Fix backtrace for unexpected exceptionMichael Neuling1-1/+0
2016-07-13head: Update list of exception stubsBenjamin Herrenschmidt1-0/+3
2016-05-10Add base POWER9 supportMichael Neuling1-0/+2
2016-05-10Make trigger_attn() enable attn alsoMichael Neuling1-2/+2
2016-04-01hdata: Enable SPIRA-HVasant Hegde1-1/+1
2016-03-07asm/head.S: fix hang in multi-threaded mamboOliver O'Halloran1-1/+9
2015-08-13Add prototype in asm-offsets to silence clangJoel Stanley1-0/+2
2015-06-18Merge branch 'stable'Stewart Smith1-0/+3
2015-06-18Set proper value for RPR registerskiboot-5.0.4Benjamin Herrenschmidt1-0/+3
2015-05-27Add Mambo platformStewart Smith1-0/+8
2015-05-15Make relocate() return specific error as to what went wrongStewart Smith1-1/+1
2015-05-13Clarify documentation on OPAL parameters (up to 8), fix opal_entryStewart Smith1-3/+1
2015-04-09Add Naples chip supportBenjamin Herrenschmidt1-0/+4
2015-04-01Move contents of opal.h to opal-api.hMichael Ellerman1-1/+1
2015-04-01core: Add support for cec_power_down() on mamboMichael Ellerman1-0/+5
2015-03-31exceptions: Catch exceptions at boot timeBenjamin Herrenschmidt2-17/+76
2015-03-31exceptions: Remove deprecated exception patching stuffBenjamin Herrenschmidt1-125/+0
2015-02-18replace infinite loop on relocation failure with attnStewart Smith1-1/+1
2014-12-01Add tweaks to work in Mambo simulatorBenjamin Herrenschmidt1-0/+19
2014-11-22opal: Remove MCE handling code.Mahesh Salgaonkar1-5/+0
2014-11-18Add symbolic backtraces and expose skiboot map to LinuxBenjamin Herrenschmidt2-0/+23
2014-11-18Capture backtraces when measuring stack depthBenjamin Herrenschmidt2-2/+4
2014-11-17Stack checking extensionsBenjamin Herrenschmidt3-1/+20