aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-26sparse: fix Using plain integer as NULL pointer warningCédric Le Goater5-6/+6
2015-02-26sparse: declare errnoCédric Le Goater1-0/+1
2015-02-26sparse: fsp_dpo_init_tb can be staticCédric Le Goater1-1/+1
2015-02-26sparse: epow_status can be staticCédric Le Goater1-1/+1
2015-02-26sparse: elog_write_to_host_head_state can be staticCédric Le Goater1-1/+1
2015-02-26sparse: led_support can be staticCédric Le Goater1-1/+1
2015-02-26sparse: fix fsp_fillmsg definitionCédric Le Goater1-1/+1
2015-02-26sparse: fake_ymd and fake_hmsm can be staticCédric Le Goater1-2/+2
2015-02-26sparse: state_str is unusedCédric Le Goater1-6/+0
2015-02-26sparse: psi_link_poll_active can be staticCédric Le Goater1-1/+1
2015-02-26sparse: hmi_lock can be staticCédric Le Goater1-1/+1
2015-02-26sparse: hbrt_memcons can be staticCédric Le Goater1-1/+1
2015-02-26sparse: declare platform as externCédric Le Goater2-1/+3
2015-02-26sparse: fix fonction declarationsCédric Le Goater5-10/+10
2015-02-26sparse: MEMCONS_MAGIC is a longCédric Le Goater1-1/+1
2015-02-26sparse: add make variable C to run sparse when compiling skibootCédric Le Goater2-0/+14
2015-02-26libflash: move ffs_flash_read into libflashJeremy Kerr7-63/+62
2015-02-26external/pflash: libflash needs ecc.oJeremy Kerr1-1/+1
2015-02-26libflash: external FL_* macros require stdioJeremy Kerr1-0/+1
2015-02-26libflash: Remove dependencies on skiboot.h headerJeremy Kerr2-1/+8
2015-02-26libflash: move ecc.h into libflash/Jeremy Kerr3-2/+2
2015-02-26libflash: Use FL_* logging functionsJeremy Kerr1-3/+5
2015-02-23bt: Minor locking fix for bt_get_resp()Alistair Popple1-1/+0
2015-02-23bt: Improve error messagesAlistair Popple1-5/+10
2015-02-23atoi/atol should assume base 10, not autodetect base.Daniel Axtens3-6/+9
2015-02-23Don't recognise a double hex prefix (0x0xNN) as valid.Daniel Axtens3-8/+3
2015-02-23Test libc stdlib functions (atoi/strtol and friends)Daniel Axtens1-0/+60
2015-02-23capi: Rework microcode flash download and CAPP uploadMichael Neuling3-62/+111
2015-02-23capi: Make microcode lid parsing code endian safeMichael Neuling2-76/+97
2015-02-23capi: Move code aroundMichael Neuling1-130/+129
2015-02-23capi: Dynamically calculate which CAPP port to useMichael Neuling1-6/+23
2015-02-23capi: Add CAPI microcode read to load_resource()Michael Neuling3-0/+11
2015-02-23flash: Add ECC to load_resource()Michael Neuling1-15/+52
2015-02-23libffs: Add ffs_flash_read()Michael Neuling3-0/+57
2015-02-23libffs: Add ecc parameter on ffs_part_info()Michael Neuling4-7/+10
2015-02-23libffs: Add ffs_entry_user fieldMichael Neuling2-6/+24
2015-02-23libffs: Add ECC checking codeMichael Neuling3-1/+229
2015-02-23hw: Create xscom_read_cfam_chipid()Michael Neuling2-6/+18
2015-02-23flash: Fix bugs for sub-partitions in flash_load_resource()Michael Neuling1-8/+16
2015-02-23flash: Add newlines on printsMichael Neuling1-6/+6
2015-02-23libffs: Add comment for to clarify endian requirmentsMichael Neuling1-0/+4
2015-02-23Makefile: Link with libgccMichael Neuling1-2/+3
2015-02-23Makefile: Make "make --silient" make make momentarily much more mutedMichael Neuling1-0/+6
2015-02-23hostservices/fsp: Move lid caching to platformAnanth N Mavinakayanahalli2-3/+4
2015-02-23OCC/hostservices: Queue pre-preload HBRT lid load requestsAnanth N Mavinakayanahalli4-24/+90
2015-02-23hostservices: Fix lid loadAnanth N Mavinakayanahalli1-2/+3
2015-02-19ipmi: Fix locking for synchronous message sendingAlistair Popple1-5/+3
2015-02-19bt: Cleanup bt state machine and fix SMS_ATN bugAlistair Popple1-88/+88
2015-02-19add nx-842 coproc supportDan Streetman7-100/+794
2015-02-19change direct use of LSH to SETFIELDDan Streetman6-6/+14