smbios.cc (8852:c744483edfcf) smbios.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 27 unchanged lines hidden (view full) ---

36 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 *
40 * Authors: Gabe Black
41 */
42
43#include "arch/x86/bios/smbios.hh"
1/*
2 * Copyright (c) 2008 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 27 unchanged lines hidden (view full) ---

36 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39 *
40 * Authors: Gabe Black
41 */
42
43#include "arch/x86/bios/smbios.hh"
44
44#include "arch/x86/isa_traits.hh"
45#include "base/types.hh"
46#include "mem/port_proxy.hh"
47#include "params/X86SMBiosBiosInformation.hh"
48#include "params/X86SMBiosSMBiosStructure.hh"
49#include "params/X86SMBiosSMBiosTable.hh"
50#include "sim/byteswap.hh"
51

--- 291 unchanged lines hidden ---
45#include "arch/x86/isa_traits.hh"
46#include "base/types.hh"
47#include "mem/port_proxy.hh"
48#include "params/X86SMBiosBiosInformation.hh"
49#include "params/X86SMBiosSMBiosStructure.hh"
50#include "params/X86SMBiosSMBiosTable.hh"
51#include "sim/byteswap.hh"
52

--- 291 unchanged lines hidden ---