[PATCH 1/4] bios: mtrr: make MTRR overview all verbatum style, looks better on HTML log

Chris Van Hoof vanhoof at canonical.com
Mon Jun 11 15:58:41 UTC 2012


On 05/31/2012 08:42 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
> 
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/bios/mtrr/mtrr.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/bios/mtrr/mtrr.c b/src/bios/mtrr/mtrr.c
> index 9e674a3..4da0fda 100644
> --- a/src/bios/mtrr/mtrr.c
> +++ b/src/bios/mtrr/mtrr.c
> @@ -499,8 +499,8 @@ static void do_mtrr_resource(fwts_framework *fw)
>  	fwts_list_link *item;
>  	struct mtrr_entry *entry;
>  
> -	fwts_log_info(fw,"MTRR overview");
> -	fwts_log_info(fw,"-------------");
> +	fwts_log_info_verbatum(fw,"MTRR overview");
> +	fwts_log_info_verbatum(fw,"-------------");
>  
>  	fwts_list_foreach(item, mtrr_list) {
>  		entry = fwts_list_data(struct mtrr_entry *, item);

Tested-by: Chris Van Hoof <vanhoof at canonical.com>




More information about the fwts-devel mailing list