US7447892B2 - Operating system activation key embedding handling method and system - Google Patents

Operating system activation key embedding handling method and system Download PDF

Info

Publication number
US7447892B2
US7447892B2 US11/372,882 US37288206A US7447892B2 US 7447892 B2 US7447892 B2 US 7447892B2 US 37288206 A US37288206 A US 37288206A US 7447892 B2 US7447892 B2 US 7447892B2
Authority
US
United States
Prior art keywords
activation
key
control unit
operating system
computer platform
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related, expires
Application number
US11/372,882
Other versions
US20070214346A1 (en
Inventor
Wh Shih
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inventec Corp
Original Assignee
Inventec Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inventec Corp filed Critical Inventec Corp
Priority to US11/372,882 priority Critical patent/US7447892B2/en
Assigned to INVENTEC CORPORATION reassignment INVENTEC CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SHIH, WH
Publication of US20070214346A1 publication Critical patent/US20070214346A1/en
Application granted granted Critical
Publication of US7447892B2 publication Critical patent/US7447892B2/en
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/12Protecting executable software
    • G06F21/121Restricting unauthorised execution of programs
    • G06F21/123Restricting unauthorised execution of programs by using dedicated hardware, e.g. dongles, smart cards, cryptographic processors, global positioning systems [GPS] devices
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/101Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM] by binding digital rights to specific entities
    • G06F21/1011Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM] by binding digital rights to specific entities to devices

Definitions

  • This invention relates to information technology (IT), and more particularly, to an operating system activation key embedding handling method and system which is designed for use in conjunction with a computer platform that runs on an operating system having a product activation function, and which is used to provide the computer platform with an operating system activation key embedding handling function that allows the manufacturer of the computer platform to embed an activation key into the computer platform during manufacture, such that during actual operation, the computer platform is able to use the activation key for product activation of the operating system preinstalled therein.
  • IT information technology
  • windows-based operating systems such as Microsoft Windows XP and Server 2003
  • a product activation function that requires the user to carry out an activation process via Internet or telephone call for activating the operating system after being installed on a personal computer. If the user didn't carry out the product activation process, or the same copy of operating system has been installed on another computer platform, then the installed operating system will be disabled to make the computer platform inoperable by the user.
  • the product activation function can thus help prevent the same copy of operating system from being unrestrictedly installed on an unlimited number of computer platforms.
  • PC manufacturers typically offer their computer products with a preinstalled operating system (such as such as Microsoft Windows XP), and utilize Microsoft's SLP (System Locked Preinstallation) technology for product activation of the preinstalled operating system.
  • the SLP technology uses a predetermined activation key whose value corresponds to the hardware configuration of a PC, and embeds this activation key to the PC's BIOS (Basic Input/Output System) module, typically in a predefined BIOS storage area called “F Segment”, such that at the startup of the PC, the operating system can access to the BIOS's F Segment area to retrieve the SLP activation key and compare it to a computed number that is obtained based on the current hardware configuration of the PC. If the SLP activation key is a match to the number, then the operating system is activated to run on the computer platform; otherwise, if unmatched, the operating system is disabled to make the computer platform inoperable by the user.
  • BIOS Basic Input/Output System
  • BIOS In practical applications, however, different computer platforms from different manufacturers typically have different hardware configurations based on different customer specifications, and therefore have different schemes in the use of the BIOS to embed the SLP activation key. For this sake, the computer industry needs to set different specifications for the implementation of BIOS to store the SLP activation key, and thus requires the design of many different variations of BIOS chips for assembly to different models of computer platforms having different hardware configurations. This practice is undoubtedly quite uneconomical and thus very costly to implement.
  • the operating system activation key embedding handling method and system according to the invention is designed for use in conjunction with a computer platform that runs on an operating system having a product activation function, and which is used to provide the computer platform with an operating system activation key embedding handling function that allows the manufacturer of the computer platform to embed an activation key into the computer platform during manufacture, such that during actual operation, the computer platform is able to use the activation key for product activation of the operating system preinstalled therein.
  • the operating system activation key embedding handling method comprises: (1) in a pre-manufacture stage, defining an activation-key storage area in the startup control unit; and storing a set of activation key access commands, including an activation-key read command and an activation-key write command, in a memory area associated with the system control unit; (2) in a manufacture stage, responding to a manufacturer operated activation-key setting event during manufacture of the computer platform by executing the activation-key write command stored in the associated memory area of the system control unit to thereby embed a manufacturer-supplied activation key in the system control unit; and (3) in an end user stage, responding to each startup event on the computer platform by executing the activation-key read command stored in the associated memory area of the system control unit to thereby retrieve the embedded activation key in the system control unit; and then transferring the retrieved activation key from the system control unit to the predefined activation-key storage area in the startup control unit, where the activation key can be accessed by the operating system of the computer platform
  • the operating system activation key embedding handling system is based on an object-oriented component model which comprises: (A) an activation-key storage area defining module, which is used to define an activation-key storage area in the startup control unit; (B) an activation-key read/write command storage module, which is used to store a set of activation key access commands, including an activation-key read command and an activation-key write command, in a memory area associated with the system control unit; (C) an activation-key factory-setting module, which is capable of responding to a manufacturer-operated activation-key setting event during manufacture of the computer platform by executing the activation-key write command stored in the activation-key read/write command storage module to thereby embed a manufacturer-supplied activation key in the system control unit; (D) an activation-key retrieval module, which is capable of responding to each startup event on the computer platform by executing the activation-key read command stored in the activation-key read/write command storage module to thereby retrieve the embedded activation key in
  • the operating system activation key embedding handling method and system according to the invention is characterized by the capability of allowing a computer manufacturer to utilize one single type of BIOS chip for implementing the embedding of SLP activation key in various different models of computer platforms with different hardware configurations, without requiring the manufacturer to devise different variations of BIOS chips as in the case of the prior art.
  • This feature allows the implementation of SLP for product activation to be more flexible than the prior art, thus allowing the manufacture of computer to be more cost-effective.
  • FIG. 1 is a schematic diagram showing the application of the operating system activation key embedding handling system of the invention with a computer platform;
  • FIG. 2 is a schematic diagram showing the object-oriented component model of the operating system activation key embedding handling system of the invention.
  • FIG. 1 is a schematic diagram showing the application of the operating system activation key embedding handling system according to the invention which is encapsulated in the block indicated by the reference numeral 100 .
  • the operating system activation key embedding handling system of the invention 100 is designed for use in conjunction with a computer platform 10 , such as a desktop computer, a notebook computer, or a network server, that runs on an operating system 40 with a product activation function, such as Microsoft Windows XP or Server 2003, for the purpose of providing the computer platform 10 with an operating system activation key embedding handling function that allows the manufacturer of the computer platform 10 to embed an activation key into the computer platform 10 during manufacture.
  • the operating system 40 preinstalled on the computer platform 10 is able to retrieve and use the embedded activation key for product activation of the operating system 40 .
  • the computer platform 10 should be equipped with a startup control unit 20 and a system control unit 30 , where the startup control unit 20 is for example a BIOS (Basic Input/Output System) module, and the system control unit 30 is for example a server-specific BMC (Baseboard Management Controller) module.
  • BIOS Basic Input/Output System
  • BIOS Basic Input/Output System
  • BMC Baseboard Management Controller
  • the operating system activation key embedding handling system of the invention 100 is based on an object-oriented component model which comprises: (A) an activation-key storage area defining module 110 ; (B) an activation-key read/write command storage module 120 ; (C) an activation-key factory-setting module 130 ; (D) an activation-key retrieval module 140 ; and (E) an activation-key transferring module 150 .
  • object-oriented component model which comprises: (A) an activation-key storage area defining module 110 ; (B) an activation-key read/write command storage module 120 ; (C) an activation-key factory-setting module 130 ; (D) an activation-key retrieval module 140 ; and (E) an activation-key transferring module 150 .
  • the activation-key storage area defining module 110 is a predefined storage area 21 (hereinafter referred to as “SLP activation-key storage area”) in the memory space of the BIOS startup control unit 20 , which is predefined by the BIOS designer for storage of the data of an activation key, such as an SLP (System Locked Preinstallation) activation key.
  • This SLP activation-key storage area 21 has a length of 2 to 3 words for storing an SLP activation key that is to be supplied by the manufacturer of the computer platform 10 .
  • the activation-key read/write command storage module 120 is a predefined memory area in a memory unit, such as an NVRAM (Non-Volatile Random-Access Memory) module 31 , that is associated with the BMC system control unit 30 ; and which is used to prestore a set of SLP activation-key access control commands, including an SLP activation-key read command (represented by BMC_OEM_SLP_READ) and an SLP activation-key write command (represented BMC_OEM_SLP_WRITE).
  • NVRAM Non-Volatile Random-Access Memory
  • the activation-key factory-setting module 130 is capable of responding to a manufacturer-initiated activation-key setting event 201 during manufacture of the computer platform 10 by executing the activation-key write command BMC_OEM_SLP_WRITE stored in the activation-key read/write command storage module 120 to thereby write a manufacturer-supplied activation key (i.e., a unique SLP activation key corresponding to the particular hardware configuration of the computer platform 10 ) into the BMC system control unit 30 , for the purpose of embedding the SLP activation key in the BMC system control unit 30 .
  • a manufacturer-supplied activation key i.e., a unique SLP activation key corresponding to the particular hardware configuration of the computer platform 10
  • the activation-key retrieval module 140 is capable of responding to each startup event 202 on the computer platform 10 by executing the activation-key read command BMC_OEM_SLP_READ stored in the activation-key read/write command storage module 120 to thereby retrieve the SLP activation key that was factory-stored in the system control unit 30 by the manufacturer using the activation-key factory-setting module 130 .
  • the activation-key transferring module 150 is capable of transferring the SLP activation key retrieved by the activation-key retrieval module 140 from the BMC system control unit 30 to the activation-key storage area 21 predefined in the startup control unit 20 (i.e., the “F Segment” in BIOS), such that the SLP activation key can be accessed by the operating system 40 of the computer platform 10 at startup for comparison in a product activation process to determine whether the operating system 40 is legally authorized to be activated for running on the computer platform 10 .
  • the following is a detailed description of a practical application example of the operating system activation key embedding handling system of the invention 100 during actual operation.
  • the utilization is divided into 3 stages: (1) a pre-manufacture stage (i.e., the design and manufacture of BIOS); (2) a manufacture stage (i.e., the manufacture of the computer platform 10 ); and (3) an end user stage.
  • the BIOS designer can utilize the activation-key storage area defining module 110 to define an SLP activation-key storage area 21 in the memory space of the BIOS startup control unit 20 , which has a length of 2 to 3 words, for use to store an SLP activation key that is to be supplied by the manufacturer of the computer platform 10 during the second stage of computer manufacture.
  • the activation-key read/write command storage module 120 is used to store a set of SLP activation-key access control commands, including an SLP activation-key read command BMC_OEM_SLP_READ and an SLP activation-key write command BMC_OEM_SLP_WRITE into the NVRAM module 31 of the BMC system control unit 30 .
  • the computer manufacturer needs to utilize the activation-key factory-setting module 130 to initiate an activation-key setting event 201 , wherein an SLP activation key corresponding to the hardware configuration of the computer platform 10 is inputted, which then causes the activation-key factory-setting module 130 to respond by executing the activation-key write command BMC_OEM_SLP_WRITE stored in the activation-key read/write command storage module 120 to thereby write the manufacturer-inputted data of the SLP activation key into the BMC system control unit 30 .
  • the activation-key retrieval module 140 to respond by executing the activation-key read command BMC_OEM_SLP_READ stored in the activation-key read/write command storage module 120 to thereby retrieve the SLP activation key that was previously factory-embedded in the BMC system control unit 30 by the manufacturer using the activation-key factory-setting module 130 .
  • the activation-key transferring module 150 is activated to transfer the retrieved SLP activation key from the BMC system control unit 30 to the activation-key storage area 21 in the BIOS startup control unit 20 (i.e., the “F Segment” in BIOS), such that the SLP activation key can be accessed by the preinstalled operating system 40 on the computer platform 10 at startup for comparison in a product activation process to determine whether the operating system 40 is legally authorized to be activated for running on the computer platform 10 .
  • the operating system 40 first detects the hardware configuration of the computer platform 10 and then compute for a number by using a predefined algorithm based on the detected hardware configuration. If the computed number is a match to the SLP activation key, then the operating system 40 is activated to run on the computer platform 10 ; otherwise, if unmatched, the operating system 40 is disabled to make the computer platform 10 inoperable by the user.
  • the invention provides an operating system activation key embedding handling method and system for use with a computer platform, which is characterized by the capability of allowing a computer manufacturer to utilize one single type of BIOS chip for implementing the embedding of SLP activation key in various different models of computer platforms with different hardware configurations, without requiring the manufacturer to devise different variations of BIOS chips as in the case of the prior art.
  • This feature allows the implementation of SLP for product activation to be more flexible than the prior art, thus allowing the manufacture of computer to be more cost-effective.
  • the invention is therefore more advantageous to use than the prior art.

Abstract

An operating system activation key embedding handling method and system is proposed, which is designed for use with a computer platform for providing the computer platform an operating system activation key embedding handling function, which is characterized by the capability of allowing a computer manufacturer to utilize one single type of BIOS (Basic Input/Output System) chip for implementing the embedding of SLP (System Locked Preinstallation) activation key in various different models of computer platforms with different hardware configurations, without requiring the manufacturer to devise different variations of BIOS chips as in the case of the prior art. This feature allows the implementation of SLP for product activation to be more flexible than the prior art, thus allowing the manufacture of computer to be more cost-effective.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to information technology (IT), and more particularly, to an operating system activation key embedding handling method and system which is designed for use in conjunction with a computer platform that runs on an operating system having a product activation function, and which is used to provide the computer platform with an operating system activation key embedding handling function that allows the manufacturer of the computer platform to embed an activation key into the computer platform during manufacture, such that during actual operation, the computer platform is able to use the activation key for product activation of the operating system preinstalled therein.
2. Description of Related Art
Presently, windows-based operating systems, such as Microsoft Windows XP and Server 2003, are equipped with a product activation function that requires the user to carry out an activation process via Internet or telephone call for activating the operating system after being installed on a personal computer. If the user didn't carry out the product activation process, or the same copy of operating system has been installed on another computer platform, then the installed operating system will be disabled to make the computer platform inoperable by the user. The product activation function can thus help prevent the same copy of operating system from being unrestrictedly installed on an unlimited number of computer platforms.
In the computer industry, PC manufacturers typically offer their computer products with a preinstalled operating system (such as such as Microsoft Windows XP), and utilize Microsoft's SLP (System Locked Preinstallation) technology for product activation of the preinstalled operating system. The SLP technology uses a predetermined activation key whose value corresponds to the hardware configuration of a PC, and embeds this activation key to the PC's BIOS (Basic Input/Output System) module, typically in a predefined BIOS storage area called “F Segment”, such that at the startup of the PC, the operating system can access to the BIOS's F Segment area to retrieve the SLP activation key and compare it to a computed number that is obtained based on the current hardware configuration of the PC. If the SLP activation key is a match to the number, then the operating system is activated to run on the computer platform; otherwise, if unmatched, the operating system is disabled to make the computer platform inoperable by the user.
In practical applications, however, different computer platforms from different manufacturers typically have different hardware configurations based on different customer specifications, and therefore have different schemes in the use of the BIOS to embed the SLP activation key. For this sake, the computer industry needs to set different specifications for the implementation of BIOS to store the SLP activation key, and thus requires the design of many different variations of BIOS chips for assembly to different models of computer platforms having different hardware configurations. This practice is undoubtedly quite uneconomical and thus very costly to implement.
SUMMARY OF THE INVENTION
It is therefore an objective of this invention to provide an operating system activation key embedding handling method and system which allows the computer manufacturer to utilize one single type of BIOS chip for implementing the embedding of SLP activation key in computer platforms having different hardware configurations.
The operating system activation key embedding handling method and system according to the invention is designed for use in conjunction with a computer platform that runs on an operating system having a product activation function, and which is used to provide the computer platform with an operating system activation key embedding handling function that allows the manufacturer of the computer platform to embed an activation key into the computer platform during manufacture, such that during actual operation, the computer platform is able to use the activation key for product activation of the operating system preinstalled therein.
In conception, the operating system activation key embedding handling method according to the invention comprises: (1) in a pre-manufacture stage, defining an activation-key storage area in the startup control unit; and storing a set of activation key access commands, including an activation-key read command and an activation-key write command, in a memory area associated with the system control unit; (2) in a manufacture stage, responding to a manufacturer operated activation-key setting event during manufacture of the computer platform by executing the activation-key write command stored in the associated memory area of the system control unit to thereby embed a manufacturer-supplied activation key in the system control unit; and (3) in an end user stage, responding to each startup event on the computer platform by executing the activation-key read command stored in the associated memory area of the system control unit to thereby retrieve the embedded activation key in the system control unit; and then transferring the retrieved activation key from the system control unit to the predefined activation-key storage area in the startup control unit, where the activation key can be accessed by the operating system of the computer platform at startup of the computer platform for product activation purpose.
In architecture, the operating system activation key embedding handling system is based on an object-oriented component model which comprises: (A) an activation-key storage area defining module, which is used to define an activation-key storage area in the startup control unit; (B) an activation-key read/write command storage module, which is used to store a set of activation key access commands, including an activation-key read command and an activation-key write command, in a memory area associated with the system control unit; (C) an activation-key factory-setting module, which is capable of responding to a manufacturer-operated activation-key setting event during manufacture of the computer platform by executing the activation-key write command stored in the activation-key read/write command storage module to thereby embed a manufacturer-supplied activation key in the system control unit; (D) an activation-key retrieval module, which is capable of responding to each startup event on the computer platform by executing the activation-key read command stored in the activation-key read/write command storage module to thereby retrieve the embedded activation key in the system control unit; and (E) an activation-key transferring module, which is capable of transferring the activation key retrieved by the activation-key retrieval module from the system control unit to the predefined activation-key storage area in the startup control unit, where the activation key can be accessed by the operating system of the computer platform at startup of the computer platform for product activation purpose.
The operating system activation key embedding handling method and system according to the invention is characterized by the capability of allowing a computer manufacturer to utilize one single type of BIOS chip for implementing the embedding of SLP activation key in various different models of computer platforms with different hardware configurations, without requiring the manufacturer to devise different variations of BIOS chips as in the case of the prior art. This feature allows the implementation of SLP for product activation to be more flexible than the prior art, thus allowing the manufacture of computer to be more cost-effective.
BRIEF DESCRIPTION OF DRAWINGS
The invention can be more fully understood by reading the following detailed description of the preferred embodiments, with reference made to the accompanying drawings, wherein:
FIG. 1 is a schematic diagram showing the application of the operating system activation key embedding handling system of the invention with a computer platform; and
FIG. 2 is a schematic diagram showing the object-oriented component model of the operating system activation key embedding handling system of the invention.
DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS
The operating system activation key embedding handling method and system according to the invention is disclosed in full details by way of preferred embodiments in the following with reference to the accompanying drawings.
FIG. 1 is a schematic diagram showing the application of the operating system activation key embedding handling system according to the invention which is encapsulated in the block indicated by the reference numeral 100. As shown, the operating system activation key embedding handling system of the invention 100 is designed for use in conjunction with a computer platform 10, such as a desktop computer, a notebook computer, or a network server, that runs on an operating system 40 with a product activation function, such as Microsoft Windows XP or Server 2003, for the purpose of providing the computer platform 10 with an operating system activation key embedding handling function that allows the manufacturer of the computer platform 10 to embed an activation key into the computer platform 10 during manufacture. During actual utilization of the computer platform 10, the operating system 40 preinstalled on the computer platform 10 is able to retrieve and use the embedded activation key for product activation of the operating system 40.
In actual implementation, it is a prerequisite that the computer platform 10 should be equipped with a startup control unit 20 and a system control unit 30, where the startup control unit 20 is for example a BIOS (Basic Input/Output System) module, and the system control unit 30 is for example a server-specific BMC (Baseboard Management Controller) module.
As shown in FIG. 2, in architecture, the operating system activation key embedding handling system of the invention 100 is based on an object-oriented component model which comprises: (A) an activation-key storage area defining module 110; (B) an activation-key read/write command storage module 120; (C) an activation-key factory-setting module 130; (D) an activation-key retrieval module 140; and (E) an activation-key transferring module 150. Firstly, the respective attributes and behaviors of the constituent components 110, 120, 130, 140, 150 of the operating system activation key embedding handling system of the invention 100 are described in details in the following
The activation-key storage area defining module 110 is a predefined storage area 21 (hereinafter referred to as “SLP activation-key storage area”) in the memory space of the BIOS startup control unit 20, which is predefined by the BIOS designer for storage of the data of an activation key, such as an SLP (System Locked Preinstallation) activation key. This SLP activation-key storage area 21 has a length of 2 to 3 words for storing an SLP activation key that is to be supplied by the manufacturer of the computer platform 10.
The activation-key read/write command storage module 120 is a predefined memory area in a memory unit, such as an NVRAM (Non-Volatile Random-Access Memory) module 31, that is associated with the BMC system control unit 30; and which is used to prestore a set of SLP activation-key access control commands, including an SLP activation-key read command (represented by BMC_OEM_SLP_READ) and an SLP activation-key write command (represented BMC_OEM_SLP_WRITE).
The activation-key factory-setting module 130 is capable of responding to a manufacturer-initiated activation-key setting event 201 during manufacture of the computer platform 10 by executing the activation-key write command BMC_OEM_SLP_WRITE stored in the activation-key read/write command storage module 120 to thereby write a manufacturer-supplied activation key (i.e., a unique SLP activation key corresponding to the particular hardware configuration of the computer platform 10) into the BMC system control unit 30, for the purpose of embedding the SLP activation key in the BMC system control unit 30.
The activation-key retrieval module 140 is capable of responding to each startup event 202 on the computer platform 10 by executing the activation-key read command BMC_OEM_SLP_READ stored in the activation-key read/write command storage module 120 to thereby retrieve the SLP activation key that was factory-stored in the system control unit 30 by the manufacturer using the activation-key factory-setting module 130.
The activation-key transferring module 150 is capable of transferring the SLP activation key retrieved by the activation-key retrieval module 140 from the BMC system control unit 30 to the activation-key storage area 21 predefined in the startup control unit 20 (i.e., the “F Segment” in BIOS), such that the SLP activation key can be accessed by the operating system 40 of the computer platform 10 at startup for comparison in a product activation process to determine whether the operating system 40 is legally authorized to be activated for running on the computer platform 10.
The following is a detailed description of a practical application example of the operating system activation key embedding handling system of the invention 100 during actual operation. The utilization is divided into 3 stages: (1) a pre-manufacture stage (i.e., the design and manufacture of BIOS); (2) a manufacture stage (i.e., the manufacture of the computer platform 10); and (3) an end user stage.
In the first stage of BIOS design and manufacture, for each BIOS chip (i.e., the BIOS startup control unit 20), the BIOS designer can utilize the activation-key storage area defining module 110 to define an SLP activation-key storage area 21 in the memory space of the BIOS startup control unit 20, which has a length of 2 to 3 words, for use to store an SLP activation key that is to be supplied by the manufacturer of the computer platform 10 during the second stage of computer manufacture. In addition, the activation-key read/write command storage module 120 is used to store a set of SLP activation-key access control commands, including an SLP activation-key read command BMC_OEM_SLP_READ and an SLP activation-key write command BMC_OEM_SLP_WRITE into the NVRAM module 31 of the BMC system control unit 30.
Subsequently, in the computer manufacture stage (i.e., the manufacture of the computer platform 10), the computer manufacturer needs to utilize the activation-key factory-setting module 130 to initiate an activation-key setting event 201, wherein an SLP activation key corresponding to the hardware configuration of the computer platform 10 is inputted, which then causes the activation-key factory-setting module 130 to respond by executing the activation-key write command BMC_OEM_SLP_WRITE stored in the activation-key read/write command storage module 120 to thereby write the manufacturer-inputted data of the SLP activation key into the BMC system control unit 30.
Finally, in the end user stage, whenever the user starts the computer platform 10 (i.e., initiating a startup event 202 on the computer platform 10), it causes the activation-key retrieval module 140 to respond by executing the activation-key read command BMC_OEM_SLP_READ stored in the activation-key read/write command storage module 120 to thereby retrieve the SLP activation key that was previously factory-embedded in the BMC system control unit 30 by the manufacturer using the activation-key factory-setting module 130. Next, the activation-key transferring module 150 is activated to transfer the retrieved SLP activation key from the BMC system control unit 30 to the activation-key storage area 21 in the BIOS startup control unit 20 (i.e., the “F Segment” in BIOS), such that the SLP activation key can be accessed by the preinstalled operating system 40 on the computer platform 10 at startup for comparison in a product activation process to determine whether the operating system 40 is legally authorized to be activated for running on the computer platform 10.
In the product activation process, the operating system 40 first detects the hardware configuration of the computer platform 10 and then compute for a number by using a predefined algorithm based on the detected hardware configuration. If the computed number is a match to the SLP activation key, then the operating system 40 is activated to run on the computer platform 10; otherwise, if unmatched, the operating system 40 is disabled to make the computer platform 10 inoperable by the user.
In conclusion, the invention provides an operating system activation key embedding handling method and system for use with a computer platform, which is characterized by the capability of allowing a computer manufacturer to utilize one single type of BIOS chip for implementing the embedding of SLP activation key in various different models of computer platforms with different hardware configurations, without requiring the manufacturer to devise different variations of BIOS chips as in the case of the prior art. This feature allows the implementation of SLP for product activation to be more flexible than the prior art, thus allowing the manufacture of computer to be more cost-effective. The invention is therefore more advantageous to use than the prior art.
The invention has been described using exemplary preferred embodiments. However, it is to be understood that the scope of the invention is not limited to the disclosed embodiments. On the contrary, it is intended to cover various modifications and similar arrangements. The scope of the claims, therefore, should be accorded the broadest interpretation so as to encompass all such modifications and similar arrangements.

Claims (10)

1. An operating system activation key embedding handling method for use on a computer platform of the type having a startup control unit and a system control unit for providing the computer platform with an operating system activation key embedding handling function, which comprises:
in a pre-manufacture stage, defining an activation-key storage area in the startup control unit; and storing a set of activation key access commands, including an activation-key read command and an activation-key write command, in a memory area associated with the system control unit;
in a manufacture stage, responding to a manufacturer operated activation-key setting event during manufacture of the computer platform by executing the activation-key write command stored in the associated memory area of the system control unit to thereby embed a manufacturer-supplied activation key in the system control unit; and
in an end user stage, responding to each startup event on the computer platform by executing the activation-key read command stored in the associated memory area of the system control unit to thereby retrieve the embedded activation key in the system control unit; and then transferring the retrieved activation key from the system control unit to the predefined activation-key storage area in the startup control unit, where the activation key can be accessed by the operating system of the computer platform at startup of the computer platform for product activation purpose.
2. The operating system activation key embedding handling method of claim 1, wherein the computer platform is a desktop computer, a notebook computer, or a network server.
3. The operating system activation key embedding handling method of claim 1, wherein the startup control unit is a BIOS (Basic Input/Output System) module.
4. The operating system activation key embedding handling method of claim 1, wherein the system control unit is a server-specific BMC (Baseboard Management Controller) module.
5. The operating system activation key embedding handling method of claim 1, wherein the operating system is a window-based operating system, and the activation key is an SLP (System Locked Preinstallation) compliant activation key.
6. An operating system activation key embedding handling system for use with a computer platform of the type having a startup control unit and a system control unit for providing the computer platform with an operating system activation key embedding handling function, which comprises:
an activation-key storage area defining module, which is used to define an activation-key storage area in the startup control unit;
an activation-key read/write command storage module, which is used to store a set of activation key access commands, including an activation-key read command and an activation-key write command, in a memory area associated with the system control unit;
an activation-key factory-setting module, which is capable of responding to a manufacturer-operated activation-key setting event during manufacture of the computer platform by executing the activation-key write command stored in the activation-key read/write command storage module to thereby embed a manufacturer-supplied activation key in the system control unit;
an activation-key retrieval module, which is capable of responding to each startup event on the computer platform by executing the activation-key read command stored in the activation-key read/write command storage module to thereby retrieve the embedded activation key in the system control unit; and
an activation-key transferring module, which is capable of transferring the activation key retrieved by the activation-key retrieval module from the system control unit to the predefined activation-key storage area in the startup control unit, where the activation key can be accessed by the operating system of the computer platform at startup of the computer platform for product activation purpose.
7. The operating system activation key embedding handling system of claim 6, wherein the computer platform is a desktop computer, a notebook computer, or a network server.
8. The operating system activation key embedding handling system of claim 6, wherein the startup control unit is a BIOS (Basic Input/Output System) module.
9. The operating system activation key embedding handling system of claim 6, wherein the system control unit is a server-specific BMC (Baseboard Management Controller) module.
10. The operating system activation key embedding handling system of claim 6, wherein the operating system is a window-based operating system, and the activation key is an SLP (System Locked Preinstallation) compliant activation key.
US11/372,882 2006-03-10 2006-03-10 Operating system activation key embedding handling method and system Expired - Fee Related US7447892B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/372,882 US7447892B2 (en) 2006-03-10 2006-03-10 Operating system activation key embedding handling method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/372,882 US7447892B2 (en) 2006-03-10 2006-03-10 Operating system activation key embedding handling method and system

Publications (2)

Publication Number Publication Date
US20070214346A1 US20070214346A1 (en) 2007-09-13
US7447892B2 true US7447892B2 (en) 2008-11-04

Family

ID=38480293

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/372,882 Expired - Fee Related US7447892B2 (en) 2006-03-10 2006-03-10 Operating system activation key embedding handling method and system

Country Status (1)

Country Link
US (1) US7447892B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080189699A1 (en) * 2007-02-02 2008-08-07 Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. System and method for automatically loading software components
US20080222732A1 (en) * 2007-03-06 2008-09-11 Microsoft Corporation Computer manufacturer and software installation detection

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI345726B (en) * 2007-09-03 2011-07-21 Giga Byte Tech Co Ltd Methods and systems for updating image file in a bios memory
US20090171747A1 (en) * 2007-12-26 2009-07-02 Microsoft Corporation Product activation/registration and offer eligibility
TWI354215B (en) * 2008-03-28 2011-12-11 Asustek Comp Inc A procedure to establish a system licensing intern
CN101650658A (en) * 2008-08-14 2010-02-17 鸿富锦精密工业(深圳)有限公司 Method for implementing system assistant activation technique

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6006190A (en) * 1997-04-28 1999-12-21 Tartaroukos Llc Computer implemented method and a computer system for enforcing software licenses
US6463535B1 (en) * 1998-10-05 2002-10-08 Intel Corporation System and method for verifying the integrity and authorization of software before execution in a local platform
US6595856B1 (en) * 2000-01-04 2003-07-22 Sigma Game, Inc. Electronic security technique for gaming software
US7383432B1 (en) * 2001-07-09 2008-06-03 Advanced Micro Devices, Inc. Software modem with hidden authentication commands

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6006190A (en) * 1997-04-28 1999-12-21 Tartaroukos Llc Computer implemented method and a computer system for enforcing software licenses
US6463535B1 (en) * 1998-10-05 2002-10-08 Intel Corporation System and method for verifying the integrity and authorization of software before execution in a local platform
US6595856B1 (en) * 2000-01-04 2003-07-22 Sigma Game, Inc. Electronic security technique for gaming software
US7383432B1 (en) * 2001-07-09 2008-06-03 Advanced Micro Devices, Inc. Software modem with hidden authentication commands

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080189699A1 (en) * 2007-02-02 2008-08-07 Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. System and method for automatically loading software components
US7953963B2 (en) * 2007-02-02 2011-05-31 Hong Fu Jin Precision Industry (Shenzhen) Co., Ltd. System and method for automatically loading software components
US20080222732A1 (en) * 2007-03-06 2008-09-11 Microsoft Corporation Computer manufacturer and software installation detection

Also Published As

Publication number Publication date
US20070214346A1 (en) 2007-09-13

Similar Documents

Publication Publication Date Title
US7447892B2 (en) Operating system activation key embedding handling method and system
US7100036B2 (en) System and method for securing a computer
US7711945B2 (en) Universal computer product hardware configuration initialization handling method and system
US8707017B2 (en) Method and system for managing core configuration information
US6658562B1 (en) Method, system, and program for customizing a basic input/output system (“BIOS”) configuration according to the type of user
US7490245B2 (en) System and method for data processing system planar authentication
US7366887B2 (en) System and method for loading programs from HDD independent of operating system
AU635551B2 (en) An apparatus and method for preventing unauthorized access to bios in personal computer system
AU635550B2 (en) An apparatus and method for decreasing the memory requirements for bios in a personal computer system
US7313684B2 (en) Method and apparatus for booting a computer system
US20010039612A1 (en) Apparatus and method for fast booting
US20070112899A1 (en) Method and apparatus for fast boot of an operating system
CN107526593B (en) BMC function customizing method based on dynamic link library
US20060224874A1 (en) Method for updating system management basic input output system (SMBIOS) data
US11663018B2 (en) Unavailable memory device initialization system
US20060020810A1 (en) System and method for software load authentication
US20190272176A1 (en) Chipset fuse programming system
US20100115004A1 (en) Backup system that stores boot data file of embedded system in different strorage sections and method thereof
US7308376B2 (en) Computer platform automatic testing method and system
US20070240095A1 (en) Computer product customized information programming method and system
US20070234104A1 (en) Computer platform setup configuration data backup handling method and system
KR19990027843A (en) Personal computer system with flash ROM control device and control method
CN101369304A (en) Computer system starting and hard disk data protection method, and its data protection module
US20020091917A1 (en) Method for control of multiple operating systems and electronic machines applicable thereto
CN105760747A (en) Method for protecting intelligent equipment through power-on passwords and intelligent equipment

Legal Events

Date Code Title Description
AS Assignment

Owner name: INVENTEC CORPORATION, TAIWAN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:SHIH, WH;REEL/FRAME:017655/0971

Effective date: 20060223

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20201104