Advertisement
pavelsayekat

src/mainboard/asrock/h110m/dsdt.asl compile warnings

Feb 13th, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. LINK cbfs/fallback/postcar.debug
  2. IASL build/dsdt.aml
  3.  
  4. Intel ACPI Component Architecture
  5. ASL+ Optimizing Compiler/Disassembler version 20190703
  6. Copyright (c) 2000 - 2019 Intel Corporation
  7.  
  8. coreboot toolchain v40f539f8c4 2020-01-03
  9. dsdt.asl 1145: Name (TMPL, ResourceTemplate () {
  10. Remark 2089 - ^ Object is not referenced (Name [TMPL] is within a method [_SRS])
  11.  
  12. dsdt.asl 1198: Name (TMPL, ResourceTemplate () {
  13. Remark 2089 - ^ Object is not referenced (Name [TMPL] is within a method [_SRS])
  14.  
  15. dsdt.asl 1241: Name (TMPL, ResourceTemplate () {
  16. Remark 2089 - ^ Object is not referenced (Name [TMPL] is within a method [_SRS])
  17.  
  18. dsdt.asl 1279: Name (TMPL, ResourceTemplate () {
  19. Remark 2089 - ^ Object is not referenced (Name [TMPL] is within a method [_SRS])
  20.  
  21. ASL Input: dsdt.asl - 46385 bytes 1117 keywords 2233 source lines
  22. AML Output: dsdt.aml - 13348 bytes 537 opcodes 580 named objects
  23.  
  24. Compilation successful. 0 Errors, 0 Warnings, 4 Remarks, 523 Optimizations, 6 Constants Folded
  25. IASL build/dsdt.aml disassembled correctly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement