US20120102312A1 - Decoupled hardware configuration manager - Google Patents

Decoupled hardware configuration manager Download PDF

Info

Publication number
US20120102312A1
US20120102312A1 US13/340,381 US201113340381A US2012102312A1 US 20120102312 A1 US20120102312 A1 US 20120102312A1 US 201113340381 A US201113340381 A US 201113340381A US 2012102312 A1 US2012102312 A1 US 2012102312A1
Authority
US
United States
Prior art keywords
hardware
configuration
user interface
data
hardware configuration
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.)
Abandoned
Application number
US13/340,381
Inventor
Michael A. Rothman
Vincent J. Zimmer
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to US13/340,381 priority Critical patent/US20120102312A1/en
Publication of US20120102312A1 publication Critical patent/US20120102312A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/16Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
    • G06F15/177Initialisation or configuration control
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F5/00Methods or arrangements for data conversion without changing the order or content of the data handled
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Definitions

  • the present disclosure relates to a technique or device to allow hardware related drivers to present a centralized configuration program and, more particularly, to a technique or device to allow hardware related drivers to present configuration information to a centralized user interface manager.
  • the operation of a computer or processing system may be divided into two stages, pre-boot and runtime.
  • the pre-boot process or phase often comprises starting or resetting a computer.
  • a computer executes the firmware that loads and starts the computer's more complicated operating system and prepares it for use.
  • the runtime process or phase often occurs after the pre-boot phase and includes the execution of an operating system and other user applications.
  • the runtime phase is typically the phase that users interact with the computer.
  • the runtime phase is where the operating system (OS) has taken primary control of the system and, for the most part, the system firmware has released control of the system.
  • OS operating system
  • the computer can be said to being running application programs.
  • BIOS Basic Input/Output System
  • FIG. 1 is a flowchart illustrating an embodiment of the traditional pre-boot phase.
  • various hardware drivers 110 , 120 , & 130 may be executed. Normally, each driver that allows for user configuration is required to provide its own keystroke polling mechanism to detect the selection of a hot key.
  • a hot key is a keystroke, such as, for example, “F2,” that launches or provides access to a hardware configuration program.
  • Block 112 illustrates that each driver has to provide an individual mechanism to poll the keyboard.
  • Block 114 illustrates that if any key is pressed, the driver has to determine if the proper hotkey was selected, blocks 116 & 117 .
  • the driver continues to poll the keyboard until a timer expires, block 119 . If the hotkey was pressed, the driver has to provide its own configuration options, user interface and program to store any selected setting, block 118 . Each driver is usually required to perform some combination of blocks 112 through 119 before the operating system was allowed to boot, block 190 .
  • FIG. 1 is a flowchart illustrating an embodiment of the prior art
  • FIG. 2 is a flowchart illustrating an embodiment of a technique for allowing hardware related drivers to present configuration information to a centralized configuration program in accordance with the disclosed subject matter
  • FIG. 3 is a block diagram illustrating an embodiment of a system that allows hardware related drivers to present configuration information to a centralized configuration program in accordance with the disclosed subject matter.
  • FIG. 2 is a flowchart illustrating an embodiment of a technique for allowing hardware related drivers to present configuration information to a centralized configuration program in accordance with the disclosed subject matter.
  • the technique may include block 205 that illustrates the system may be reset and block 290 that illustrates the booting of the operating system.
  • block 205 that illustrates the system may be reset
  • block 290 that illustrates the booting of the operating system.
  • one embodiment of the disclosed subject matter may occur during the pre-boot phase.
  • the disclosed subject matter is not limited to the pre-boot phase and performing the technique, in whole or part, during the runtime phase is contemplated.
  • Block 210 illustrates that the hardware configuration option data may be read from a plurality of hardware devices. It is contemplated that each hardware device may provide their configuration options in a data file. It is further contemplated that the hardware devices may export their configuration option data or that, alternatively, the configuration option data may be accessed from the hardware devices. It is also contemplated that a system may include hardware devices that have no configuration option data, or, possibly, only one possible configuration.
  • the hardware configuration option data may include data in an Internal Form Representation (IFR) format. This data may be formatted to include a series of configuration sets. Each configuration set may include an encoded opcode that contains the description of the type of setting and a series of tokenizing strings to enable the creation of human readable questions and possible answers relating to the hardware setting. For example, one embodiment of a configuration set may involve the amount of memory allocated for a video buffer.
  • the configuration set may include an opcode denoting that the configuration has 3 possible options, a question string, such as, “Buffer Size,” three option strings, such as, “32MB,” “64MB,” and “128MB,” and a default value representing the “64MB” option.
  • the hardware configuration option data may include a series of sub-sets of string values.
  • Each sub-set may correspond to a different human language, such as, for example, U.S. English, U.K. English, French, or Chinese. It is contemplated that these various sub-sets may be selected based upon a user defined or pre-defined global or local setting.
  • the hardware configuration option data may be read from a plurality of hardware devices into a human interface infrastructure database (HIID). It is contemplated that the HIID may provide a central repository for all the hardware configuration options and, in one embodiment, the current hardware configuration settings. It is contemplated that the HIID and the IFR may be stored in a variety of formats, such as, but not limited to, extensible markup language (XML), hypertext markup language (HTML), compressed binary data, encrypted binary, or another format.
  • XML extensible markup language
  • HTML hypertext markup language
  • compressed binary data such as, but not limited to, compressed binary data, encrypted binary, or another format.
  • the HIID may be accessed by a runtime application, such as, for example, a web browser utilizing a network interface. However, it is contemplated that other applications may also access the HIID. It is contemplated that, in one specific embodiment, the HIID may be substantially compliant with the tables and databases defined in the Extensible Firmware Interface (EFI) specification. Extensible Firmware Interface ( EFI ) Specification , ver 1.02, Dec. 12, 2000, Intel Corp. (hereafter, “the EFI specification”). However, this is merely one specific embodiment of the disclosed subject matter.
  • EFI Extensible Firmware Interface
  • Block 220 illustrates that a hardware configuration program may be launched.
  • the hardware configuration program may display a splash screen, possibly informing a user that the hardware configuration program is running and that the hardware may be configured.
  • the hardware configuration program may poll an input device and only enter the configuration portion of the program if a certain activity occurs. As illustrated by blocks 223 & 226 , it is contemplated that this may be similar to the polling mechanism described in regards to FIG. 1 . A noticeable difference is that in FIG. 1 , each driver was required to poll and wait for an individual hotkey.
  • the hotkey mechanism is centralized, as opposed to decentralized and duplicated, and the user need only press one key to access the configuration option for every hardware device, as opposed to a separate hotkey for each device. It is contemplated that any input activity may be monitored, such as, for example, a network command.
  • Block 230 illustrates that a central user interface manager may be launched.
  • This central user interface manager may process all user input during the pre-boot phase.
  • the primary purpose of the central user interface manager may be, in one embodiment, to display a hardware configuration screen related to each hardware device, to allow the user to alter the hardware configuration settings utilizing the screen, and to facilitate the configuration of the hardware devices based, at least in part, upon the selected settings.
  • other user interface techniques such as for example, tabs, may be utilized besides or in addition to screens.
  • the central user interface manager may be, in one embodiment, part of the hardware configuration program. Likewise, in various embodiments, the central user interface may also generate the user interface, manage user input, record the selected hardware settings, and provide the hardware devices with the selected settings. It is contemplated that the central user interface manager may receive input from an input device directly coupled to the system, from a network interface, or a variety of other sources. It is also contemplated that the central user interface manger may operate in either the pre-boot or runtime phases.
  • the central user interface may generate an initial user interface and selection screen.
  • the selection screen may allow a user to perform actions, such as, for example, exit the program, set the default language or locale, save the selected settings, select which hardware device to configure, or perform other actions.
  • the options of the selection screen may themselves be controlled by a set of hardware configuration option data, or, alternatively, be pre-configured or determined dynamically.
  • Block 240 illustrates that a user interface for the hardware configuration of each hardware device may be generated, utilizing the hardware configuration option data from the HIID. Using the option data, it is contemplated that a user interface comprising a series of questions and possible answers may be generated.
  • each hardware device user interface may be roughly analogous to the configuration programs illustrated in FIG. 1 ; however, the configuration of the hardware devices is managed in a central location, by a central program, in the embodiment of FIG. 2 versus the decentralized process of FIG. 1 .
  • a common “look-and-feel” may be generated across all user interfaces dealing with the hardware devices. It is contemplated that the “look-and-feel” may be user selectable. It is also contemplated that, in one embodiment, the hardware device may be able to select a “look-and-feel” via the options data.
  • Block 250 illustrates that the user input may be processed and the hardware devices may be configured with the selected settings. It is contemplated that default settings may be selected for a hardware device, if the user did not change the configuration of a hardware device. It is also contemplated that the user may select from a set of pre-configured settings. In one embodiment, a hardware device that controls network access may provide a host of individual settings and a set of pre-configured settings (such as, for example, “low security,” “high security”) that change the default values of the individual settings.
  • Block 260 illustrates that the hardware devices may be configured with the selected settings. It is contemplated that these settings may be written directly to the hardware devices, to a hardware configuration data file or section of memory within the hardware device, to a central database, to a variety of other locales. It is also contemplated that the new settings may take effect immediately, during a portion of the pre-boot phase, or during the next reset of the system.
  • FIG. 3 is a block diagram illustrating an embodiment of a system that allows hardware related drivers to present configuration information to a centralized configuration program in accordance with the disclosed subject matter. It is contemplated that an embodiment of such a system may take many forms, such as for example, everything from small handheld electronic devices, such as personal data assistants and cellular phones, to application-specific electronic devices, such as set-top boxes, digital cameras, and other consumer electronics, to medium sized mobile systems such as notebook sub-notebook, and tablet computers, to desktop systems, workstations, and servers. However, the system is not limited to the forms described above and other forms are contemplated.
  • An embodiment of a system in accordance with the disclosed subject matter may include a plurality of hardware devices 310 , 320 & 330 , and a configuration system 300 that includes a central user interface manager 390 , a human interface infrastructure database 380 and a hardware configuration program 370 . In one embodiment, these components may function and be arranged in accordance with the blocks described in FIG. 2 .
  • human interface infrastructure database 380 may be capable of reading the hardware configuration option data 313 , 323 & 333 stored in hardware devices 310 , 320 & 330 , respectively. It is contemplated that each hardware device may contain unique hardware configuration option data. It is also contemplated that in other embodiments that data may not be stored within the hardware devices but obtained from other sources.
  • Hardware configuration program 370 may function as described above in relation to block 220 of FIG. 2 .
  • the hardware configuration program may launch the central user interface manager 390 of FIG. 3 and configure the plurality of hardware devices 310 , 320 & 330 by, in one embodiment, writing the selected setting to hardware configuration data 316 , 326 , & 336 , respectively.
  • Central user interface manager 390 of FIG. 3 may, in one embodiment, generate a user interface utilizing the hardware configuration option data and process the user input, as described above.
  • the techniques described herein are not limited to any particular hardware or software configuration; they may find applicability in any computing or processing environment.
  • the techniques may be implemented in hardware, software, firmware or a combination thereof.
  • the techniques may be implemented in programs executing on programmable machines such as mobile or stationary computers, personal digital assistants, and similar devices that each include a processor, a storage medium readable or accessible by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and one or more output devices.
  • Program code is applied to the data entered using the input device to perform the functions described and to generate output information.
  • the output information may be applied to one or more output devices.
  • Each program may be implemented in a high level procedural or object oriented programming language to communicate with a processing system.
  • programs may be implemented in assembly or machine language, if desired. In any case, the language may be compiled or interpreted.
  • Each such program may be stored on a storage medium or device, e.g., compact read only memory (CD-ROM), digital versatile disk (DVD), hard disk, flash memory, magnetic disk or similar medium or device, that is readable by a general or special purpose programmable machine for configuring and operating the machine when the storage medium or device is read by the computer to perform the procedures described herein.
  • a storage medium or device e.g., compact read only memory (CD-ROM), digital versatile disk (DVD), hard disk, flash memory, magnetic disk or similar medium or device, that is readable by a general or special purpose programmable machine for configuring and operating the machine when the storage medium or device is read by the computer to perform the procedures described herein.
  • the system may also be considered to be implemented as a machine-readable or accessible storage medium, configured with a program, where the storage medium so configured causes a machine to operate in a specific manner.
  • Other embodiments are within the scope of the following claims.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)
  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

The present disclosure relates to a technique or device to allow hardware related drivers to present a centralized configuration program and, more particularly, to a technique or device to allow hardware related drivers to present configuration information to a centralized user interface manager.

Description

    RELATED APPLICATION
  • This application is a continuation application of U.S. patent application Ser. No. 11/781,128 entitled “DECOUPLED HARDWARE CONFIGURATION MANAGER” filed Jul. 20, 2007, which itself is a continuation application of U.S. patent application Ser. No. 10/315,803 entitled “DECOUPLED HARDWARE CONFIGURATION MANAGER THAT GENERATES A USER INTERFACE PRIOR TO BOOTING USING HARDWARE CONFIGURATION OPTION DATA READ FROM PLURALITY OF HARDWARE DEVICES,” filed Dec. 9, 2002, the entire contents of both applications being hereby incorporated by reference in their entirety.
  • BACKGROUND
  • 1. Field The present disclosure relates to a technique or device to allow hardware related drivers to present a centralized configuration program and, more particularly, to a technique or device to allow hardware related drivers to present configuration information to a centralized user interface manager.
  • 2. Background Information
  • Typically, the operation of a computer or processing system (hereafter, “computer”) may be divided into two stages, pre-boot and runtime. The pre-boot process or phase often comprises starting or resetting a computer. When first turned on (cold boot) or reset/reboot (warm boot), a computer executes the firmware that loads and starts the computer's more complicated operating system and prepares it for use. Thus, the computer can be said to pull itself up by its own bootstraps. The runtime process or phase often occurs after the pre-boot phase and includes the execution of an operating system and other user applications. The runtime phase is typically the phase that users interact with the computer. Typically the runtime phase is where the operating system (OS) has taken primary control of the system and, for the most part, the system firmware has released control of the system. Thus, the computer can be said to being running application programs.
  • Typically, during pre-boot, the computer is first powered on and has very limited capabilities because the volatile memory contains random data and no operating system is running To begin the pre-boot phase, the processor is often reset to a known state and instructions found at a pre-defined location are executed. Traditionally, this pre-defined location is mapped to a non-volatile memory or firmware referred to as a Basic Input/Output System (BIOS). The BIOS often includes several low-level procedures to control the initialization of the hardware components that comprise the computer. Traditionally, each hardware component is associated with an individual driver that may have allowed the hardware device to be configured during the pre-boot phase.
  • FIG. 1 is a flowchart illustrating an embodiment of the traditional pre-boot phase. After a system reset 105, various hardware drivers 110, 120, & 130 may be executed. Normally, each driver that allows for user configuration is required to provide its own keystroke polling mechanism to detect the selection of a hot key. In this context, a hot key is a keystroke, such as, for example, “F2,” that launches or provides access to a hardware configuration program. Block 112 illustrates that each driver has to provide an individual mechanism to poll the keyboard. Block 114 illustrates that if any key is pressed, the driver has to determine if the proper hotkey was selected, blocks 116 & 117. If not, the driver continues to poll the keyboard until a timer expires, block 119. If the hotkey was pressed, the driver has to provide its own configuration options, user interface and program to store any selected setting, block 118. Each driver is usually required to perform some combination of blocks 112 through 119 before the operating system was allowed to boot, block 190.
  • This solution is less than optimal because drivers currently do not share code and a separate polling mechanism and configuration program is typically written, tested, and distributed for each driver. This consumes memory storage on the system and engineering resources. For example, an add-in card must carry a non-volatile memory, such as, for example, a flash memory, to accommodate the add-in card's own driver resources. Furthermore, the drivers are difficult to localize for international use, because the user interface programs must be recompiled and tested for each locale. In addition, the solution is less then optimal for the user, who must remember a number of hotkeys and which drivers the hotkeys are associated. Furthermore, each driver provides its own configuration program and user interface. This increases the potential for user confusion and frustration.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Subject matter is particularly pointed out and distinctly claimed in the concluding portions of the specification. The disclosed subject matter, however, both as to organization and the method of operation, together with objects, features and advantages thereof, may be best understood by a reference to the following detailed description when read with the accompanying drawings in which:
  • FIG. 1 is a flowchart illustrating an embodiment of the prior art;
  • FIG. 2 is a flowchart illustrating an embodiment of a technique for allowing hardware related drivers to present configuration information to a centralized configuration program in accordance with the disclosed subject matter; and
  • FIG. 3 is a block diagram illustrating an embodiment of a system that allows hardware related drivers to present configuration information to a centralized configuration program in accordance with the disclosed subject matter.
  • DETAILED DESCRIPTION
  • In the following detailed description, numerous details are set forth in order to provide a thorough understanding of the present disclosed subject matter. However, it will be understood by those skilled in the art that the disclosed subject matter may be practiced without these specific details. In other instances, well-known methods, procedures, components, and circuits have not been described in detail so as to not obscure the disclosed subject matter.
  • FIG. 2 is a flowchart illustrating an embodiment of a technique for allowing hardware related drivers to present configuration information to a centralized configuration program in accordance with the disclosed subject matter. In one embodiment, the technique may include block 205 that illustrates the system may be reset and block 290 that illustrates the booting of the operating system. In short, it is contemplated that one embodiment of the disclosed subject matter may occur during the pre-boot phase. However, the disclosed subject matter is not limited to the pre-boot phase and performing the technique, in whole or part, during the runtime phase is contemplated.
  • Block 210 illustrates that the hardware configuration option data may be read from a plurality of hardware devices. It is contemplated that each hardware device may provide their configuration options in a data file. It is further contemplated that the hardware devices may export their configuration option data or that, alternatively, the configuration option data may be accessed from the hardware devices. It is also contemplated that a system may include hardware devices that have no configuration option data, or, possibly, only one possible configuration.
  • In one specific embodiment, the hardware configuration option data may include data in an Internal Form Representation (IFR) format. This data may be formatted to include a series of configuration sets. Each configuration set may include an encoded opcode that contains the description of the type of setting and a series of tokenizing strings to enable the creation of human readable questions and possible answers relating to the hardware setting. For example, one embodiment of a configuration set may involve the amount of memory allocated for a video buffer. The configuration set may include an opcode denoting that the configuration has 3 possible options, a question string, such as, “Buffer Size,” three option strings, such as, “32MB,” “64MB,” and “128MB,” and a default value representing the “64MB” option. Of course, this is merely one specific embodiment of the disclosed subject matter and other hardware configuration option data and values are contemplated. It is also contemplated that the hardware configuration option data may include a series of sub-sets of string values.
  • Each sub-set may correspond to a different human language, such as, for example, U.S. English, U.K. English, French, or Chinese. It is contemplated that these various sub-sets may be selected based upon a user defined or pre-defined global or local setting.
  • It is contemplated that the hardware configuration option data may be read from a plurality of hardware devices into a human interface infrastructure database (HIID). It is contemplated that the HIID may provide a central repository for all the hardware configuration options and, in one embodiment, the current hardware configuration settings. It is contemplated that the HIID and the IFR may be stored in a variety of formats, such as, but not limited to, extensible markup language (XML), hypertext markup language (HTML), compressed binary data, encrypted binary, or another format.
  • It is contemplated that, in one embodiment of the disclosed subject matter, the HIID may be accessed by a runtime application, such as, for example, a web browser utilizing a network interface. However, it is contemplated that other applications may also access the HIID. It is contemplated that, in one specific embodiment, the HIID may be substantially compliant with the tables and databases defined in the Extensible Firmware Interface (EFI) specification. Extensible Firmware Interface (EFI) Specification, ver 1.02, Dec. 12, 2000, Intel Corp. (hereafter, “the EFI specification”). However, this is merely one specific embodiment of the disclosed subject matter.
  • Block 220 illustrates that a hardware configuration program may be launched. In one embodiment, the hardware configuration program may display a splash screen, possibly informing a user that the hardware configuration program is running and that the hardware may be configured. In another embodiment, the hardware configuration program may poll an input device and only enter the configuration portion of the program if a certain activity occurs. As illustrated by blocks 223 & 226, it is contemplated that this may be similar to the polling mechanism described in regards to FIG. 1. A noticeable difference is that in FIG. 1, each driver was required to poll and wait for an individual hotkey. In this one embodiment, the hotkey mechanism is centralized, as opposed to decentralized and duplicated, and the user need only press one key to access the configuration option for every hardware device, as opposed to a separate hotkey for each device. It is contemplated that any input activity may be monitored, such as, for example, a network command.
  • Block 230 illustrates that a central user interface manager may be launched. This central user interface manager may process all user input during the pre-boot phase. It is contemplated that the primary purpose of the central user interface manager may be, in one embodiment, to display a hardware configuration screen related to each hardware device, to allow the user to alter the hardware configuration settings utilizing the screen, and to facilitate the configuration of the hardware devices based, at least in part, upon the selected settings. It is contemplated that other user interface techniques, such as for example, tabs, may be utilized besides or in addition to screens.
  • It is also contemplated that the central user interface manager may be, in one embodiment, part of the hardware configuration program. Likewise, in various embodiments, the central user interface may also generate the user interface, manage user input, record the selected hardware settings, and provide the hardware devices with the selected settings. It is contemplated that the central user interface manager may receive input from an input device directly coupled to the system, from a network interface, or a variety of other sources. It is also contemplated that the central user interface manger may operate in either the pre-boot or runtime phases.
  • In one embodiment, the central user interface may generate an initial user interface and selection screen. In this embodiment, the selection screen may allow a user to perform actions, such as, for example, exit the program, set the default language or locale, save the selected settings, select which hardware device to configure, or perform other actions. It is contemplated that the options of the selection screen may themselves be controlled by a set of hardware configuration option data, or, alternatively, be pre-configured or determined dynamically. Block 240 illustrates that a user interface for the hardware configuration of each hardware device may be generated, utilizing the hardware configuration option data from the HIID. Using the option data, it is contemplated that a user interface comprising a series of questions and possible answers may be generated. Of course, it is contemplated that other user interface formats are possible and that this is merely one example. In one embodiment, only one settings screen or the user interface for one hardware device may be displayed at a time. In other embodiments, multiple hardware device setting user interfaces may be displayed simultaneously or selectively. It is contemplated that each hardware device user interface may be roughly analogous to the configuration programs illustrated in FIG. 1; however, the configuration of the hardware devices is managed in a central location, by a central program, in the embodiment of FIG. 2 versus the decentralized process of FIG. 1.
  • In one embodiment, a common “look-and-feel” may be generated across all user interfaces dealing with the hardware devices. It is contemplated that the “look-and-feel” may be user selectable. It is also contemplated that, in one embodiment, the hardware device may be able to select a “look-and-feel” via the options data.
  • Block 250 illustrates that the user input may be processed and the hardware devices may be configured with the selected settings. It is contemplated that default settings may be selected for a hardware device, if the user did not change the configuration of a hardware device. It is also contemplated that the user may select from a set of pre-configured settings. In one embodiment, a hardware device that controls network access may provide a host of individual settings and a set of pre-configured settings (such as, for example, “low security,” “high security”) that change the default values of the individual settings.
  • Block 260 illustrates that the hardware devices may be configured with the selected settings. It is contemplated that these settings may be written directly to the hardware devices, to a hardware configuration data file or section of memory within the hardware device, to a central database, to a variety of other locales. It is also contemplated that the new settings may take effect immediately, during a portion of the pre-boot phase, or during the next reset of the system.
  • FIG. 3 is a block diagram illustrating an embodiment of a system that allows hardware related drivers to present configuration information to a centralized configuration program in accordance with the disclosed subject matter. It is contemplated that an embodiment of such a system may take many forms, such as for example, everything from small handheld electronic devices, such as personal data assistants and cellular phones, to application-specific electronic devices, such as set-top boxes, digital cameras, and other consumer electronics, to medium sized mobile systems such as notebook sub-notebook, and tablet computers, to desktop systems, workstations, and servers. However, the system is not limited to the forms described above and other forms are contemplated.
  • An embodiment of a system in accordance with the disclosed subject matter may include a plurality of hardware devices 310, 320 & 330, and a configuration system 300 that includes a central user interface manager 390, a human interface infrastructure database 380 and a hardware configuration program 370. In one embodiment, these components may function and be arranged in accordance with the blocks described in FIG. 2.
  • In one embodiment, human interface infrastructure database 380 may be capable of reading the hardware configuration option data 313, 323 & 333 stored in hardware devices 310, 320 & 330, respectively. It is contemplated that each hardware device may contain unique hardware configuration option data. It is also contemplated that in other embodiments that data may not be stored within the hardware devices but obtained from other sources.
  • Hardware configuration program 370 may function as described above in relation to block 220 of FIG. 2. In addition, the hardware configuration program may launch the central user interface manager 390 of FIG. 3 and configure the plurality of hardware devices 310, 320 & 330 by, in one embodiment, writing the selected setting to hardware configuration data 316, 326, & 336, respectively.
  • Central user interface manager 390 of FIG. 3, may, in one embodiment, generate a user interface utilizing the hardware configuration option data and process the user input, as described above.
  • The techniques described herein are not limited to any particular hardware or software configuration; they may find applicability in any computing or processing environment. The techniques may be implemented in hardware, software, firmware or a combination thereof. The techniques may be implemented in programs executing on programmable machines such as mobile or stationary computers, personal digital assistants, and similar devices that each include a processor, a storage medium readable or accessible by the processor (including volatile and non-volatile memory and/or storage elements), at least one input device, and one or more output devices. Program code is applied to the data entered using the input device to perform the functions described and to generate output information. The output information may be applied to one or more output devices.
  • Each program may be implemented in a high level procedural or object oriented programming language to communicate with a processing system. However, programs may be implemented in assembly or machine language, if desired. In any case, the language may be compiled or interpreted.
  • Each such program may be stored on a storage medium or device, e.g., compact read only memory (CD-ROM), digital versatile disk (DVD), hard disk, flash memory, magnetic disk or similar medium or device, that is readable by a general or special purpose programmable machine for configuring and operating the machine when the storage medium or device is read by the computer to perform the procedures described herein. The system may also be considered to be implemented as a machine-readable or accessible storage medium, configured with a program, where the storage medium so configured causes a machine to operate in a specific manner. Other embodiments are within the scope of the following claims.
  • While certain features of the disclosed subject matter have been illustrated and described herein, many modifications, substitutions, changes, and equivalents will now occur to those skilled in the art. It is, therefore, to be understood that the appended claims are intended to cover all such modifications and changes that fall within the true spirit of the disclosed subject matter.

Claims (20)

1. A method comprising:
generating, by a central user interface manager, a user interface displaying hardware configuration option data read from a plurality of hardware devices of a non-distributed hardware system, to solicit user input data; and
upon a rewriting of the hardware configuration option data, initializing at least one hardware device utilizing the rewritten hardware configuration data.
2. The method of claim 1, further comprising rewriting, by a hardware configuration program of the non-distributed hardware system, at least one hardware setting of the hardware configuration option data stored within at least one hardware device of the plurality of hardware devices in accordance with the solicited user input data.
3. The method of claim 1 further comprising reading, by the hardware configuration program, the hardware configuration option data from the plurality of hardware devices and storing the hardware configuration option data into a human interface infrastructure database.
4. The method of claim 3, wherein the hardware configuration data is in a standardized format comprising an internal form representation format and further comprising an encoded opcode to specify what type of hardware setting is to be configured, and a series of tokenizing strings to facilitate creation of a human readable question and answer related to the hardware setting.
5. The method of claim 1, wherein the configuration option data comprises a series of configuration sets, wherein each configuration set facilitates the configuration of at least one hardware setting, and includes a series of tokenizing strings comprising a plurality of sub-series of tokenizing strings, each sub-series relating to a different human language.
6. The method of claim 1, wherein the generating of the user interface includes generating, for each one of the plurality of hardware devices, a device-specific configuration screen, or set of device-specific configuration screens, to configure settings for each hardware device, wherein each device-specific configuration screen, or set of device-specific configuration screens, has a similar appearance, and the hardware configuration option data for each hardware device is used to populate the hardware device's device-specific configuration screen or set of device-specific configuration screens with a series of questions and possible answers.
7. The method of claim 6, wherein the generating of a user interface includes at least one of the following:
selecting which human language will be displayed by the user interface; and
selecting which hardware device's configuration data will be displayed at a given time.
8. The method of claim 6, wherein the generating of the user interface to configure the settings for each hardware device includes displaying only one device-specific configuration screen at a time and selectively determining which device-specific configuration screen, or set of device-specific configuration screens, will be displayed.
9. The method of claim 1, wherein:
the generating occurs during a pre-boot phase of the non-distributed hardware system; or
the generating occurs during a runtime phase of the non-distributed hardware system, but rewriting occurs during a subsequent pre-boot phase of the non-distributed hardware system.
10. A system comprising:
a plurality of hardware devices each having hardware configuration option data to denote hardware settings that may be selected, and hardware configuration data to represent hardware settings that are currently selected, the plurality of hardware devices being part of a non-distributed hardware system;
a human interface infrastructure database to store the hardware configuration option data of the plurality of hardware devices retrieved from the hardware devices; and
a central user interface manager coupled to human interface infrastructure database and the hardware devices to generate a user interface displaying the hardware configuration option data read from the plurality of hardware devices to solicit user input data.
11. The system of claim 10, further comprising a hardware configuration program coupled to the central user interface manager to rewrite at least one hardware setting of the hardware configuration data stored within the plurality of hardware devices in accordance with the solicited user input data.
12. The system of claim 10, wherein the hardware configuration option data includes a standardized internal form representation format and and further comprises a plurality of encoded opcodes to specify what type of hardware setting is to be configured, and a series of tokenizing strings to facilitate creation of a human readable question and answer related to the hardware setting.
13. The system of claim 10, wherein the central user interface manager is capable of utilizing the hardware configuration option data to populate the user interface with a series of questions and possible answers.
14. The system of claim 10, wherein the central user interface manager is capable of processing user input data:
received during a pre-boot phase of the system prior to booting an operating system; and
received during a runtime phase of the system after booting an operating system.
15. The system of claim 10, wherein the central user interface manager and the hardware configuration program are only capable of operating during a pre-boot phase of the system prior to booting an operating system.
16. The system of claim 10, wherein:
the human interface infrastructure database is capable of operating in both a pre-boot phase of the system prior to booting an operating system and a runtime phase of the system after booting an operating system; and
the human interface infrastructure database is further capable of exporting the hardware configuration option data into the human interface infrastructure database in at least one of the following formats:
an extensible markup language (XML) format;
a hypertext markup language (HTML) format;
a compressed binary format; and
an encrypted binary format.
17. An article comprising:
a plurality of machine accessible instructions stored on a non-transitory storage medium, said plurality of machine-accessible instructions executed to program an apparatus to:
generate a user interface displaying hardware configuration option data read from a plurality of hardware devices of a non-distributed hardware system to solicit user input data;
rewrite at least one hardware setting of hardware configuration data stored within at least one hardware device of the plurality of hardware devices in accordance with the solicited user input data; and
upon said rewriting, initialize the at least hardware device utilizing the rewritten hardware configuration data.
18. The article of claim 17, wherein the plurality of machine accessible instructions designed to read hardware configuration option data further comprises instructions to:
receive hardware configuration option data from the plurality of hardware devices,
wherein the hardware configuration option data is in a standardized format; and
export the hardware configuration option data into a human interface infrastructure database.
19. The article of claim 17, wherein the standardized format of the hardware configuration option data is an internal form representation format having a series of configuration sets each comprising an encoded opcode to specify what type of hardware setting is to be configured, and a series of tokenizing strings to facilitate creation of a human readable question and answer related to the hardware setting.
20. The article of claim 17, wherein the plurality of machine accessible instructions to generate the user interface further comprise instructions to display, for each one of the plurality of hardware devices, a device-specific configuration screen, or set of device-specific configuration screens, to configure settings for each hardware device, wherein each device-specific configuration screen, or set of device-specific configuration screens, has a similar appearance, and the hardware configuration option data for each hardware device is used to populate the hardware device's device-specific configuration screen or set of device-specific configuration screens with a series of questions and possible answers.
US13/340,381 2002-12-09 2011-12-29 Decoupled hardware configuration manager Abandoned US20120102312A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/340,381 US20120102312A1 (en) 2002-12-09 2011-12-29 Decoupled hardware configuration manager

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US10/315,803 US7263605B2 (en) 2002-12-09 2002-12-09 Decoupled hardware configuration manager that generates a user interface prior to booting using hardware configuration option data read from plurality of hardware devices
US11/781,128 US8108665B2 (en) 2002-12-09 2007-07-20 Decoupled hardware configuration manager
US13/340,381 US20120102312A1 (en) 2002-12-09 2011-12-29 Decoupled hardware configuration manager

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US11/781,128 Continuation US8108665B2 (en) 2002-12-09 2007-07-20 Decoupled hardware configuration manager

Publications (1)

Publication Number Publication Date
US20120102312A1 true US20120102312A1 (en) 2012-04-26

Family

ID=32468805

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/315,803 Expired - Fee Related US7263605B2 (en) 2002-12-09 2002-12-09 Decoupled hardware configuration manager that generates a user interface prior to booting using hardware configuration option data read from plurality of hardware devices
US11/781,128 Expired - Fee Related US8108665B2 (en) 2002-12-09 2007-07-20 Decoupled hardware configuration manager
US13/340,381 Abandoned US20120102312A1 (en) 2002-12-09 2011-12-29 Decoupled hardware configuration manager

Family Applications Before (2)

Application Number Title Priority Date Filing Date
US10/315,803 Expired - Fee Related US7263605B2 (en) 2002-12-09 2002-12-09 Decoupled hardware configuration manager that generates a user interface prior to booting using hardware configuration option data read from plurality of hardware devices
US11/781,128 Expired - Fee Related US8108665B2 (en) 2002-12-09 2007-07-20 Decoupled hardware configuration manager

Country Status (8)

Country Link
US (3) US7263605B2 (en)
CN (1) CN100388189C (en)
AU (1) AU2003287613A1 (en)
DE (1) DE10393859B4 (en)
GB (1) GB2411498B (en)
HK (1) HK1075505A1 (en)
TW (1) TWI237790B (en)
WO (1) WO2004053688A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130268744A1 (en) * 2012-04-09 2013-10-10 Asrock Inc. Method for detecting hardware
US8592889B1 (en) * 2012-05-21 2013-11-26 United Microelectronics Corp. Memory structure

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040128493A1 (en) * 2002-12-27 2004-07-01 Zimmer Vincent J. Methods and apparatus for providing a firmware defined radio
US7478229B2 (en) * 2003-03-11 2009-01-13 Hewlett-Packard Development Company, L.P. Apparatus and methods for device configuration and management
US7506051B2 (en) * 2003-09-30 2009-03-17 International Business Machines Corporation Method and apparatus for automatically conducting hardware inventories of computers in a network
US8161402B1 (en) * 2004-03-24 2012-04-17 The Mathworks, Inc. Methods and apparatus for graphical test and measurement
US20060184878A1 (en) * 2005-02-11 2006-08-17 Microsoft Corporation Using a description language to provide a user interface presentation
US7770124B2 (en) 2005-02-11 2010-08-03 Microsoft Corporation Using a description language to build a management system
US8286169B2 (en) * 2005-06-17 2012-10-09 Intel Corporation Dynamic scheduling an interval for polling devices based on a current operational power mode in an extensible firmware interface architecture
US20070011200A1 (en) * 2005-07-06 2007-01-11 Lg Electronics Inc. Operating auxiliary apparatus
US7711859B2 (en) * 2005-08-17 2010-05-04 American Megatrends, Inc. Facilitating the configuration of new PCI devices during post
US7711758B1 (en) * 2006-04-06 2010-05-04 American Megatrends, Inc. Method, apparatus, and computer-readable medium for storing character strings in a human interface infrastructure database
US7593956B1 (en) * 2006-07-31 2009-09-22 American Megatrends, Inc. Interface to a human interface infrastructure database in an extensible firmware interface environment
WO2008019501A1 (en) * 2006-08-17 2008-02-21 Research In Motion Limited Enhanced user interface manager and method for managing non-contemporaneous user interface modules
US7694185B2 (en) * 2007-04-05 2010-04-06 General Instrument Corporation Method and apparatus for providing simplified control for device fault and event handling
US8065507B2 (en) 2007-06-08 2011-11-22 Ricoh Company, Ltd. Data processing device that displays a setting screen for setting operations of a connected apparatus
US8060891B2 (en) 2007-06-29 2011-11-15 Microsoft Corporation Management of external hardware appliances in a distributed operating system
US20090150817A1 (en) * 2007-12-06 2009-06-11 Ati Technologies Ulc Method and Apparatus Utilizing Profiles to Reduce Software Complexity
US8499345B2 (en) * 2008-10-01 2013-07-30 Lenovo (Singapore) Pte. Ltd. Blocking computer system ports on per user basis
US20100088501A1 (en) * 2008-10-02 2010-04-08 Phoenix Technologies Ltd Post speedup in oprom systems with intervention support
US8493746B2 (en) * 2009-02-12 2013-07-23 International Business Machines Corporation Additives for grain fragmentation in Pb-free Sn-based solder
US8522005B2 (en) * 2010-11-29 2013-08-27 Dell Products, Lp System and method for mapping platform configuration human interface infrastructure data to system attributes for local and remote system management
US9720703B2 (en) * 2012-11-26 2017-08-01 International Business Machines Corporation Data driven hardware chips initialization via hardware procedure framework
CN105093763A (en) * 2015-08-19 2015-11-25 京东方科技集团股份有限公司 Array substrate, manufacturing method thereof, liquid crystal display panel and display device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7007158B1 (en) * 2002-02-14 2006-02-28 Adaptec, Inc. Method for providing a configuration extensible markup language (XML) page to a user for configuring an XML based storage handling controller
US7149978B1 (en) * 2000-12-27 2006-12-12 Adaptec, Inc. Methods for managing host adapter settings

Family Cites Families (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4974151A (en) * 1985-02-21 1990-11-27 International Business Machines Corporation Configuration capability for devices in an open system having the capability of adding or changing devices by user commands
EP0663638B1 (en) * 1993-12-30 2001-10-04 NCR International, Inc. A method of configuring computer peripherals
US5740436A (en) * 1995-06-06 1998-04-14 Apple Computer, Inc. System architecture for configuring input and output devices of a computer
US6256635B1 (en) * 1998-05-08 2001-07-03 Apple Computer, Inc. Method and apparatus for configuring a computer using scripting
US6801507B1 (en) * 1999-07-27 2004-10-05 Samsung Electronics Co., Ltd. Device discovery and configuration in a home network
TW498228B (en) * 1999-11-24 2002-08-11 Elegent Technologies Inc Self-contained network browser with diagnostic abilities
SE522988C2 (en) 2000-05-16 2004-03-23 Eurocity Software Ab Procedure, computer software product and computer software elements for real-time translation of user interface in any application
US7698389B2 (en) * 2001-05-16 2010-04-13 Hewlett-Packard Development Company, L.P. Device configuration in a distributed environment
US6961791B2 (en) * 2001-10-17 2005-11-01 Hewlett-Packard Development Company, L.P. Method for expansion and integration of option ROM support utilities for run-time/boot-time usage
US7392371B2 (en) 2001-12-20 2008-06-24 Zimmer Vincent J Method and apparatus for using a volume top file to boot firmware modules
US20030204714A1 (en) 2002-04-24 2003-10-30 Rothman Michael A. Methods and apparatuses for uniform configuration for a computer system
US7228405B2 (en) 2002-06-25 2007-06-05 Intel Corporation Methods and apparatuses for allowing users to dynamically interact with configurable devices or hardware during a preboot stage
US7237102B2 (en) 2002-10-30 2007-06-26 Intel Corporation Methods and apparatus for configuring hardware resources in a pre-boot environment without requiring a system reset
US20040123093A1 (en) 2002-12-20 2004-06-24 Rothman Michael A. Method and apparatus for loading BIOS and option ROM's from alternate locations
US7134125B2 (en) 2003-02-07 2006-11-07 Intel Corporation Method for firmware to provide seamless regulation of system resources and extend additional configuration methods for system resource management
US7080244B2 (en) 2003-03-24 2006-07-18 Intel Corporation System and method for configuring hardware devices using a menu for platforms with EFI and legacy option-ROMs
US20040193860A1 (en) 2003-03-24 2004-09-30 Rothman Michael A Methods and apparatus to export information from hardware devices
US7475233B2 (en) 2003-05-20 2009-01-06 Intel Corporation Method and apparatus for displaying a language specific text string in a pre-boot environment
US7107441B2 (en) 2003-05-21 2006-09-12 Intel Corporation Pre-boot interpreted namespace parsing for flexible heterogeneous configuration and code consolidation
US20040252122A1 (en) 2003-06-11 2004-12-16 Rothman Michael A. Methods and apparatus to control display attributes of characters in a pre-boot environment
US20040267708A1 (en) 2003-06-18 2004-12-30 Rothman Michael A Device information collection and error detection in a pre-boot environment of a computer system
US20040267764A1 (en) 2003-06-25 2004-12-30 Rothman Michael A Method to efficiently describe configuration settings in a standardized format
US7134007B2 (en) 2003-06-30 2006-11-07 Intel Corporation Method for sharing firmware across heterogeneous processor architectures
US7930378B2 (en) 2003-12-24 2011-04-19 Intel Corporation Method to support XML-based consoles in pre-boot and post operating system execution environments
US7234054B2 (en) 2004-02-09 2007-06-19 Intel Corporation Method and apparatus for enabling platform configuration

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7149978B1 (en) * 2000-12-27 2006-12-12 Adaptec, Inc. Methods for managing host adapter settings
US7007158B1 (en) * 2002-02-14 2006-02-28 Adaptec, Inc. Method for providing a configuration extensible markup language (XML) page to a user for configuring an XML based storage handling controller

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130268744A1 (en) * 2012-04-09 2013-10-10 Asrock Inc. Method for detecting hardware
US8592889B1 (en) * 2012-05-21 2013-11-26 United Microelectronics Corp. Memory structure

Also Published As

Publication number Publication date
US7263605B2 (en) 2007-08-28
US20080016448A1 (en) 2008-01-17
AU2003287613A1 (en) 2004-06-30
WO2004053688A3 (en) 2005-12-08
CN100388189C (en) 2008-05-14
TW200419447A (en) 2004-10-01
GB0506999D0 (en) 2005-05-11
CN1761942A (en) 2006-04-19
GB2411498A (en) 2005-08-31
GB2411498B (en) 2006-07-05
TWI237790B (en) 2005-08-11
US8108665B2 (en) 2012-01-31
US20040109017A1 (en) 2004-06-10
WO2004053688A2 (en) 2004-06-24
DE10393859T5 (en) 2005-10-13
DE10393859B4 (en) 2008-05-08
HK1075505A1 (en) 2005-12-16

Similar Documents

Publication Publication Date Title
US8108665B2 (en) Decoupled hardware configuration manager
US5355498A (en) Method and apparatus for booting a computer system without loading a device driver into memory
US7103641B2 (en) Method and apparatus for distributing computer platform firmware across a network
US5835749A (en) Method and apparatus for providing dynamically linked libraries
KR100583454B1 (en) Factory installing method of desktop components for an active desktop and the system thereof
US6842856B2 (en) System and method for dynamic management of a startup sequence
US6562078B1 (en) Arrangement and method for inputting non-alphabetic language
US9558016B2 (en) Platform system, method for changing support hardware configuration of universal extensible firmware interface basic input output system and computer program product
EP0669570A1 (en) Graphical key manager for computer
US20070112899A1 (en) Method and apparatus for fast boot of an operating system
CN101421701A (en) Direct boot arrangement using a NAND flash memory
US20050268081A1 (en) Booting system and/or method for initializing peripherals
US6907597B1 (en) Method and apparatus for constructing an executable program in memory
US7080244B2 (en) System and method for configuring hardware devices using a menu for platforms with EFI and legacy option-ROMs
US9465707B2 (en) POST (power-on-self-test) debugging method and apparatuses using the same
US20050273584A1 (en) Locating environment variables in non-volatile memory
US7080246B2 (en) Firmware override handling system with default selection of a platform specific group or a customized group of hardware settings
US20040117568A1 (en) Bridging memory access across pre-boot and runtime phases
US7430661B2 (en) System and method of storing user data in a partition file or using a partition file containing user data
US7257704B2 (en) Method of selectively loading a pre-boot execution extension determined based on an identifier
US6686934B1 (en) Methods and arrangements for providing a discoverable plural mode system shut down graphical user interface capability
US7757030B2 (en) Simulating hardware dynamic partitioning capabilities
CN100570557C (en) The computer system and the starting-up method of multiple boot program are provided
CN114327779B (en) Application running environment building method, device and storage medium
US20070220196A1 (en) Methods and apparatus for acquiring expansion read only memory size information prior to operating system execution

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION