diff mbox

docs: remove legacy notes created during early fwts development

Message ID 1374134887-22120-1-git-send-email-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King July 18, 2013, 8:08 a.m. UTC
From: Colin Ian King <colin.king@canonical.com>

This document serves no purpose now, so we may as well remove it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 docs/low-hanging-fruit-tests.txt | 49 ----------------------------------------
 1 file changed, 49 deletions(-)
 delete mode 100644 docs/low-hanging-fruit-tests.txt

Comments

Ivan Hu July 22, 2013, 4:06 a.m. UTC | #1
On 07/18/2013 04:08 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> This document serves no purpose now, so we may as well remove it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   docs/low-hanging-fruit-tests.txt | 49 ----------------------------------------
>   1 file changed, 49 deletions(-)
>   delete mode 100644 docs/low-hanging-fruit-tests.txt
>
> diff --git a/docs/low-hanging-fruit-tests.txt b/docs/low-hanging-fruit-tests.txt
> deleted file mode 100644
> index 21951af..0000000
> --- a/docs/low-hanging-fruit-tests.txt
> +++ /dev/null
> @@ -1,49 +0,0 @@
> -
> -"Low Hanging Fruit" BIOS tests:
> -
> -klog
> -	- dome 25/05/2010
> -common kernel errors
> -	- done 26/05/2010
> -apic irq testing
> -	- done 26/05/2010
> -dmidecode parsing	
> -	- done 20/05/2010
> -wakealarm
> -	- done 19/05/2010
> -dmesg parsing
> -	- done 25/05/2010
> -S3 Suspend/Resume
> -	- done 26/05/2010
> -S4 Hibernate/Resume
> -	- done 27/05/2010
> -Decompile/Compile AML code using iasl
> -	- done
> -Semantic checking of AML - code inspection + poking with acpiexec
> -	-
> -EBDA BIOS check
> -	- done 01/06/2010
> -Battery Charge/Discharge tests
> -	- done 02/06/2010
> -Maxreadreq test
> -	- done 02/06/2010
> -Fan test
> -	- done 03/06/2010
> -FADT checking
> -	- done 03/06/2010
> -MTRR
> -	- done 07/06/2010
> -MCFG	
> -	- done 08/07/2010
> -Hotkeys
> -	-
> -HPET checking
> -	- done 04/06/2010
> -Virt extentions checks
> -	- done 09/06/2010
> -
> -Other ideas of tests:
> -
> - * Extract available _OSI configs from DSDT and run tests over all these configs
> - * Check for _OSI Linux - if so, give warning
> -	- done 10/06/2010
>


Acked-by: Ivan Hu <ivan.hu@canonical.com>
Keng-Yu Lin July 26, 2013, 4:16 a.m. UTC | #2
On Thu, Jul 18, 2013 at 4:08 PM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> This document serves no purpose now, so we may as well remove it.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  docs/low-hanging-fruit-tests.txt | 49 ----------------------------------------
>  1 file changed, 49 deletions(-)
>  delete mode 100644 docs/low-hanging-fruit-tests.txt
>
> diff --git a/docs/low-hanging-fruit-tests.txt b/docs/low-hanging-fruit-tests.txt
> deleted file mode 100644
> index 21951af..0000000
> --- a/docs/low-hanging-fruit-tests.txt
> +++ /dev/null
> @@ -1,49 +0,0 @@
> -
> -"Low Hanging Fruit" BIOS tests:
> -
> -klog
> -       - dome 25/05/2010
> -common kernel errors
> -       - done 26/05/2010
> -apic irq testing
> -       - done 26/05/2010
> -dmidecode parsing
> -       - done 20/05/2010
> -wakealarm
> -       - done 19/05/2010
> -dmesg parsing
> -       - done 25/05/2010
> -S3 Suspend/Resume
> -       - done 26/05/2010
> -S4 Hibernate/Resume
> -       - done 27/05/2010
> -Decompile/Compile AML code using iasl
> -       - done
> -Semantic checking of AML - code inspection + poking with acpiexec
> -       -
> -EBDA BIOS check
> -       - done 01/06/2010
> -Battery Charge/Discharge tests
> -       - done 02/06/2010
> -Maxreadreq test
> -       - done 02/06/2010
> -Fan test
> -       - done 03/06/2010
> -FADT checking
> -       - done 03/06/2010
> -MTRR
> -       - done 07/06/2010
> -MCFG
> -       - done 08/07/2010
> -Hotkeys
> -       -
> -HPET checking
> -       - done 04/06/2010
> -Virt extentions checks
> -       - done 09/06/2010
> -
> -Other ideas of tests:
> -
> - * Extract available _OSI configs from DSDT and run tests over all these configs
> - * Check for _OSI Linux - if so, give warning
> -       - done 10/06/2010
> --
> 1.8.1.2
>

Acked-by: Keng-Yu Lin <kengyu@canonical.com>
diff mbox

Patch

diff --git a/docs/low-hanging-fruit-tests.txt b/docs/low-hanging-fruit-tests.txt
deleted file mode 100644
index 21951af..0000000
--- a/docs/low-hanging-fruit-tests.txt
+++ /dev/null
@@ -1,49 +0,0 @@ 
-
-"Low Hanging Fruit" BIOS tests:
-
-klog
-	- dome 25/05/2010
-common kernel errors
-	- done 26/05/2010
-apic irq testing
-	- done 26/05/2010
-dmidecode parsing	
-	- done 20/05/2010
-wakealarm
-	- done 19/05/2010
-dmesg parsing
-	- done 25/05/2010
-S3 Suspend/Resume
-	- done 26/05/2010
-S4 Hibernate/Resume
-	- done 27/05/2010
-Decompile/Compile AML code using iasl
-	- done 
-Semantic checking of AML - code inspection + poking with acpiexec
-	- 
-EBDA BIOS check
-	- done 01/06/2010
-Battery Charge/Discharge tests
-	- done 02/06/2010
-Maxreadreq test
-	- done 02/06/2010
-Fan test
-	- done 03/06/2010
-FADT checking
-	- done 03/06/2010
-MTRR
-	- done 07/06/2010
-MCFG	
-	- done 08/07/2010
-Hotkeys
-	-
-HPET checking
-	- done 04/06/2010
-Virt extentions checks
-	- done 09/06/2010
-
-Other ideas of tests:
-
- * Extract available _OSI configs from DSDT and run tests over all these configs
- * Check for _OSI Linux - if so, give warning
-	- done 10/06/2010