diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2022-12-02 19:16:21 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2022-12-07 11:33:38 +0000 |
commit | 521e0460e4292ff0bdaad4ca3861603d13ccfe1d (patch) | |
tree | d0f50fdf75599471abca42603c6a1f21f348cfb6 /src/mainboard/packardbell | |
parent | 2c3ebd8b9d56c01d8e4adadf6f4e4d5b56cdb4e1 (diff) |
sb,soc/intel,mb: Drop leftover comments and TODOs in ASL
Change-Id: I74f943e9b616458a16aa13c29706cf1551fcbbb2
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70366
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/packardbell')
-rw-r--r-- | src/mainboard/packardbell/ms2290/acpi/platform.asl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainboard/packardbell/ms2290/acpi/platform.asl b/src/mainboard/packardbell/ms2290/acpi/platform.asl index 9ec8e6ef41..dbadb5f4d6 100644 --- a/src/mainboard/packardbell/ms2290/acpi/platform.asl +++ b/src/mainboard/packardbell/ms2290/acpi/platform.asl @@ -25,13 +25,6 @@ Scope(\_SB) */ Method(_INI, 0) { - /* The DTS data in NVS is probably not up to date. - * Update temperature values and make sure AP thermal - * interrupts can happen - */ - - /* TRAP(71) */ /* TODO */ - /* Determine the Operating System and save the value in OSYS. * We have to do this in order to be able to work around * certain windows bugs. |