SConscript (5614:2e7dbd0c4a2b) SConscript (5615:1c4b9b1aa500)
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:

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

60if env['TARGET_ISA'] == 'x86':
61 if env['FULL_SYSTEM']:
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.
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:

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

60if env['TARGET_ISA'] == 'x86':
61 if env['FULL_SYSTEM']:
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')
68 Source('smbios.cc')
69 Source('smbios.cc')