SConscript (5615:1c4b9b1aa500) SConscript (5625:ea7d3676ac8d)
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# Redistribution and use of this software in source and binary forms,
7# with or without modification, are permitted provided that the
8# following conditions are met:

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

62 # The table generated by the bootloader using the BIOS and passed to
63 # the operating system which maps out physical memory.
64 SimObject('E820.py')
65 Source('e820.cc')
66
67 # The DMI tables.
68 SimObject('SMBios.py')
69 Source('smbios.cc')
1# -*- mode:python -*-
2
3# Copyright (c) 2007-2008 The Hewlett-Packard Development Company
4# All rights reserved.
5#
6# Redistribution and use of this software in source and binary forms,
7# with or without modification, are permitted provided that the
8# following conditions are met:

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

62 # The table generated by the bootloader using the BIOS and passed to
63 # the operating system which maps out physical memory.
64 SimObject('E820.py')
65 Source('e820.cc')
66
67 # The DMI tables.
68 SimObject('SMBios.py')
69 Source('smbios.cc')
70
71 # Intel Multiprocessor Specification Configuration Table
72 SimObject('IntelMP.py')
73 Source('intelmp.cc')