17 Jun, 2014

1 commit

  • … and ACPICA upstream.

    The following commit has changed ACPICA table header definitions:

    Commit: 88f074f4871a8c212b212b725e4dcdcdb09613c1
    Subject: ACPI, CPER: Update cper info

    While such definitions are currently maintained in ACPICA. As the
    modifications applying to the table definitions affect other OSPMs'
    drivers, it is very difficult for ACPICA to initiate a process to
    complete the merge. Thus this commit finally only leaves us divergences.

    Revert such naming modifications to reduce the source code differecnes
    between Linux and ACPICA upstream. No functional changes.

    Signed-off-by: Lv Zheng <lv.zheng@intel.com>
    Cc: Bob Moore <robert.moore@intel.com>
    Cc: Chen, Gong <gong.chen@linux.intel.com>
    Cc: Tony Luck <tony.luck@intel.com>
    Cc: Borislav Petkov <bp@alien8.de>
    Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

    Lv Zheng
     

22 Oct, 2013

1 commit

  • We have a lot of confusing names of functions and data structures in
    amongs the the error reporting code. In particular the "apei" prefix
    has been applied to many objects that are not part of APEI. Since we
    will be using these routines for extended error log reporting it will
    be clearer if we fix up the names first.

    Signed-off-by: Chen, Gong
    Acked-by: Borislav Petkov
    Reviewed-by: Mauro Carvalho Chehab
    Signed-off-by: Tony Luck

    Chen, Gong
     

26 Feb, 2013

1 commit

  • In order to allow reporting errors via EDAC, add hooks for:

    1) register an EDAC driver;
    2) unregister an EDAC driver;
    3) report errors via EDAC.

    As the EDAC driver will need to access the ghes structure, adds it
    as one of the parameters for ghes_do_proc.

    Acked-by: Huang Ying
    Signed-off-by: Mauro Carvalho Chehab

    Mauro Carvalho Chehab
     

22 Feb, 2013

1 commit