From e0918bbc68041bd474b9075617b66974fa72025a Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Fri, 29 Jan 2016 14:28:43 -0800 Subject: drivers/intel/fsp1_1: Fix spelling error in API and copyright Change granluarity to granularity. Change wacbmem_entryanty to warranty. Update copyright dates. TEST=None Change-Id: Ib7775cb33616751760919a5850777dc6f77a6be9 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/13528 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/drivers/intel/fsp1_1/include/fsp/memmap.h | 6 +++--- src/drivers/intel/fsp1_1/stack.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/drivers/intel/fsp1_1') diff --git a/src/drivers/intel/fsp1_1/include/fsp/memmap.h b/src/drivers/intel/fsp1_1/include/fsp/memmap.h index 2ac3260908..965bce646e 100644 --- a/src/drivers/intel/fsp1_1/include/fsp/memmap.h +++ b/src/drivers/intel/fsp1_1/include/fsp/memmap.h @@ -1,7 +1,7 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2015 Intel Corporation. + * Copyright (C) 2015-2016 Intel Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,11 +19,11 @@ #include /* - * mmap_region_granluarity must to return a size which is a positive non-zero + * mmap_region_granularity must to return a size which is a positive non-zero * integer multiple of the SMM size when SMM is in use. When not using SMM, * this value should be set to 8 MiB. */ -size_t mmap_region_granluarity(void); +size_t mmap_region_granularity(void); /* Fills in the arguments for the entire SMM region covered by chipset * protections. e.g. TSEG. */ diff --git a/src/drivers/intel/fsp1_1/stack.c b/src/drivers/intel/fsp1_1/stack.c index 18a2454de6..e048229baa 100644 --- a/src/drivers/intel/fsp1_1/stack.c +++ b/src/drivers/intel/fsp1_1/stack.c @@ -67,7 +67,7 @@ void *setup_stack_and_mtrrs(void) * of physical address bits. */ mtrr_mask_upper = (1 << ((cpuid_eax(0x80000008) & 0xff) - 32)) - 1; - alignment = mmap_region_granluarity(); + alignment = mmap_region_granularity(); aligned_ram = ALIGN_DOWN(top_of_stack - romstage_ram_stack_size, alignment); -- cgit v1.2.3