Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 2e71876081706bef2d43a82ece3bb078706ee4cd
      
https://github.com/tianocore/edk2/commit/2e71876081706bef2d43a82ece3bb078706ee4cd
  Author: Gerd Hoffmann <kra...@redhat.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

  Changed paths:
    M UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c

  Log Message:
  -----------
  UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processors

It's highly unlikely the code ever runs on processors which are
almost 30 years old.  Drop the code handling them.

Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=4345
Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
Reviewed-by: Ray Ni <ray...@intel.com>


  Commit: 4f441d024bee7e1a6438737b58e4b0b6856b3eab
      
https://github.com/tianocore/edk2/commit/4f441d024bee7e1a6438737b58e4b0b6856b3eab
  Author: Gerd Hoffmann <kra...@redhat.com>
  Date:   2023-03-22 (Wed, 22 Mar 2023)

  Changed paths:
    M UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c

  Log Message:
  -----------
  UefiCpuPkg/PiSmmCpuDxeSmm: fix error handling

ASSERT() is not proper handling of allocation failures, it gets compiled
out on RELEASE builds.  Print a message and enter dead loop instead.

Signed-off-by: Gerd Hoffmann <kra...@redhat.com>
Reviewed-by: Ray Ni <ray...@intel.com>


Compare: https://github.com/tianocore/edk2/compare/494127613b36...4f441d024bee


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to