US20010042243A1 - Arrangements having firmware support for different processor types - Google Patents

Arrangements having firmware support for different processor types Download PDF

Info

Publication number
US20010042243A1
US20010042243A1 US09/223,809 US22380998A US2001042243A1 US 20010042243 A1 US20010042243 A1 US 20010042243A1 US 22380998 A US22380998 A US 22380998A US 2001042243 A1 US2001042243 A1 US 2001042243A1
Authority
US
United States
Prior art keywords
processor
firmware
type
customized
accordance
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.)
Granted
Application number
US09/223,809
Other versions
US6381693B2 (en
Inventor
Andrew J. Fish
William J. Clem
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.)
Intel Corp
Original Assignee
Intel 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 Intel Corp filed Critical Intel Corp
Priority to US09/223,809 priority Critical patent/US6381693B2/en
Assigned to INTEL CORP. reassignment INTEL CORP. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CLEM, WILLIAM J., FISH, ANDREW J.
Publication of US20010042243A1 publication Critical patent/US20010042243A1/en
Application granted granted Critical
Publication of US6381693B2 publication Critical patent/US6381693B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime 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/445Program loading or initiating
    • G06F9/44536Selecting among different versions
    • G06F9/44542Retargetable
    • G06F9/44547Fat binaries
    • 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
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines

Definitions

  • the present invention relates to arrangements to allow processing systems to be operable with different processors needing differing system firmware.
  • Firmware typically is hardware specific and must completely match hardware installed within a particular system. However, it has been found that, occasionally, there may be times where it is advantageous to change and/or add hardware within a system. Any change in hardware in the system typically requires a corresponding change of firmware. Previously, upgrading of firmware required obtaining and then physically replacing at least one semiconductor chip. Some newer systems have disk-loaded firmware that is somewhat easier/cheaper to upgrade (e.g., can be downloaded from the Internet). However, such updating procedures may still be too confusing and/or cumbersome to an average user.
  • Embodiments of the invention are directed to arrangements to allow processing systems to be operable with different processors needing differing system firmware.
  • a system operable with any of a plurality of different types of processors including a processor, a system firmware including a plurality of customized firmware parts, each customized firmware part providing system firmware functions required for and customized to a subset of the plurality of different types of processors, and a processor identifier device, coupled to the system, which identifies which of the plurality of processor types is connected to the system, and in response to the identification of the connected processor types, causes the customized firmware part pertaining to the identified processor types to be executed by the processor.
  • FIG. 1 illustrates an example block diagram of an example processing system for background discussion
  • FIG. 2 illustrates an example block diagram of an example processing system embodiment in accordance with the present invention
  • FIG. 3 illustrates an example block diagram of an example embodiment of the present invention
  • FIG. 4 illustrates an example cross-reference table useable with an embodiment of the present invention.
  • FIG. 5 illustrates another example block diagram of an example embodiment of the present invention.
  • FIG. 1 illustrates an example block diagram of an example processing system 10 , useful in describing background disadvantages before discussion of example embodiments of the invention.
  • the example system includes a processor unit (PU) 12 which may be any processor, with such PU 12 being coupled to a bus and bus controller 14 of any design.
  • Random access memory (RAM) 16 is coupled to the bus and bus controller 14 .
  • An I/O controller 18 is coupled to the bus and bus controller 14 , and to at least one I/O device 20 .
  • the system 10 includes system firmware 22 which is customized to work with the architectures of the system, e.g., with the PU 12 , I/O controller 18 and I/O device(s) 20 for operation of the processing system.
  • differing types of PUs may be implemented as the PU 12 , resulting in many diverse possible configurations.
  • differing types of processors will be generically referred to using alphabetical tags or designations, such as type A processor, type B processor . . . type N processor.
  • alphabetical tags or designations such as type A processor, type B processor . . . type N processor.
  • embodiments of the present invention are not limited to alphabetical designation, e.g., embodiments of the present invention could just as easily be implemented using numeric and/or alpha-numeric tags or designations, such as differing processor part or model numbers.
  • Newly purchased systems typically do not have a system firmware problem, i.e., because newly purchased systems typically come with a predetermined hardware configuration (including a predetermined PU), and have system firmware uniquely written (i.e., customized) to the predetermined hardware configuration.
  • any subsequent hardware (e.g., PU) change or addition resulting in configuration modification may cause the system firmware to need to be correspondingly updated in order to keep the processing system operating properly.
  • a problem may exist where differing types of processors are exchanged (e.g., upgradeable) within a particular processing system configuration.
  • one upgrade example might be a processor of a 64-bit architecture being substituted for a processor of a 32-bit architecture on a motherboard.
  • One example problem which might exist is that the address maps of the system firmware or BIOS firmware for a replaced (i.e., old) PU may not work with a replacement (i.e., new) PU, i.e., such address maps may conflict. More specifically, firmware for respective processor types typically are specific to each processor, and typically cannot be used to run a different processor type.
  • FIG. 2 illustrates an example embodiment of an example processing system 100 in accordance with the present invention, which mitigates or obviates user work in updating firmware.
  • the bus and bus controller 14 , RAM 16 , I/O controller 18 , and I/O device(s) 20 may be the same as those of FIG. 1, and accordingly redundant description thereof is omitted herein for sake of brevity. Instead, discussion turns to a first example firmware and/or I/O hardware arrangement useable in the example embodiment of the present invention.
  • FIG. 2 contains an example embodiment of a system firmware 101 , having a modular firmware layout which accommodates (i.e., provides) both common firmware portions and customized firmware portions in differing accessible areas. More particularly, area 102 stores common firmware portions, whereas area 104 stores a plurality of customized firmware portions for a plurality of hardware types.
  • area 104 may contain a custom processor type A firmware portion which supports functionality/operation of a processor type A, custom processor type B firmware portion which supports functionality/operation of processor type B, . . . and custom processor type N firmware portion which supports functionality/operation of a processor type N.
  • Each customized firmware portion may be provided in a differing sub-area of the area 104 , and may be accessed and executed separately from all of the other customized firmware portions, or may be accessed and executed in conjunction with other ones of the customized firmware portions.
  • N can be of any number of custom firmware portions, while available storage capacity size allotted to the firmware may pose some limitation.
  • the firmware which is coupled to the I/O controller, may be stored in a storage device of the non-volatile type such as a FLASH memory, but embodiments of the present invention are not limited thereto. Instead the firmware may alternatively be stored in a read-only memory (ROM), non-volatile RAM (NVRAM), hard-disk (HD), etc. Further, the system firmware may at least partially include a basic I/O system (BIOS). Still further, while the firmware in the FIG. 2 example embodiment is illustrated as being coupled to the I/O controller 18 , such firmware may alternatively be coupled to any one of a plurality of other possible addressable locations in the system architecture. More particularly, the possible locations are any address in the address space of the system.
  • BIOS basic I/O system
  • the common firmware portions within area 102 may be accessed and executed upon every system initialization (e.g., before access/execution of any customized firmware portions), irrespective of which type of PU 12 is installed within the system configuration.
  • only a selected one or ones of the customized firmware portions within area 104 may be executed upon system initialization (e.g., after access/execution of the common firmware portions).
  • embodiments of the present invention have arrangements (e.g., operations instructed by execution of the common firmware portions) which determine (e.g., during initialization) which particular type of PU 12 is installed within the system configuration, and which utilize such information to access and execute the one or ones of the customized firmware portions corresponding to (i.e., required for use with) the type of PU 12 installed in the system. More specifically, if the installed PU 12 is a processor type B, then a custom processor type B firmware portion would be accessed and executed during system initialization.
  • An embodiment of the present invention has firmware arrangements allowing it to be configurable with any one of a plurality of different processors, with each of the different processors using a system firmware which is customized relative to the system firmware of other ones of the plurality of different processor types.
  • the invention permits different processor types each having customized system firmware to be substituted in the hardware platform without manual changing of the system firmware.
  • customized firmware portions should not be taken as firmware having programming necessarily mutually exclusive of other firmware, but instead, differing customized firmware portions may contain some similar portions of programming and/or may provide similar operations and/or functions.
  • embodiments of the invention have an arrangement(s) to identify (e.g., upon initialization) the type of processor which is installed in the processing system configuration. More particularly, the FIG. 2 example embodiment further illustrates an example processor identifier 106 which may perform one or more processes for identifying the installed PU 12 . While the example processor identifier 106 is illustrated as being coupled to the bus controller 14 , such identifier may instead be coupled to the system in any one of a plurality of different locations. Further, the processor identifier 106 may be either hardware or software implemented.
  • processor identifier 12 may: have a sensor to sense physical presence of pins or structures unique to differing PUs 12 ; sense a voltage, current or signal unique to differing PUs 12 ; optically sense some type of predetermined indicia identifying particular PUs 12 ; read an identification of the PU type stored in processing system; read a message transmitted on the bus of the bus and bus controller 14 ; identify a protocol used by the bus of the bus and bus controller 14 ; determine if a predetermined signal is present or absent in the system; and analyze at least one signal to identify a predetermined signal pattern in the at least one signal customized to the processor type.
  • Practice of embodiments of the present invention is not limited in any way to any particular process for identifying the processor, and the above examples are in no way exhaustive.
  • Embodiments of the present invention use such resultant (i.e., determined) identification to dynamically (i.e., upon reset or initialization of the system) activate (in addition to the generic common firmware) one or more corresponding ones of the customized firmware portions.
  • the processor identifier 106 may additionally have the FIG. 4 cross-reference table 400 for using the identification to determine which one(s) of the custom firmware portions should be executed for each differing type of possible I/O devices. More particularly, the FIG.
  • FIG. 4 example illustrates a Cross-Reference Table 400 having entries designating differing possible types of PUs 12 in a “PU Type” column, and further pointer entries (e.g., unique IDs or addresses) designating corresponding firmware portions which should be accessed/executed in a “Pointer(s)” column.
  • pointer entries e.g., unique IDs or addresses
  • the pointers (represented figuratively by the FIG. 4 dashed oval 410 and the FIG. 2 long/short dashed arrows 410 ) indicate that the common firmware portions and custom processor type A firmware portions should be accessed and executed.
  • the pointers indicate that the common firmware portions and both the custom processor type A and N firmware portions should be accessed and executed.
  • the type N example shows that multiple custom firmware portions may be accessed and executed for some types of PUs 12 . More particularly, the type N example shows that the custom processor type firmware portions are not limited for use only with their own designated type of PUs 12 .
  • FIG. 2 example embodiment is advantageous in that it allows Cross-Reference Table 400 and/or firmware 101 components to be mass produced and/or generically programmed with common firmware portions, custom firmware portions, PU types and/or pointer(s) to versatilely accommodate all presently known (e.g., as of the date of manufacture) hardware components (e.g., PUs 12 ). Further, if such components are provided as one or more FLASH memory components, such can be arranged to be easily reprogrammed to upgrade (e.g., via an internet or disk-loaded firmware download).
  • the table 400 and/or firmware 101 may also provide additional optional information which is used by the system 100 during operation of the PU 12 which is accessed when the system is reset.
  • the additional information may be of diverse types and provide a mechanism for supporting different types of system operation as follows.
  • the additional information may relate to a chipset used by the I/O controller 18 which is used by the PU 12 during operation of the system 100 ; may be code used by the system 100 during operation of the PU 12 or code used by the bus controller 18 ; may encode system responses to system state changes, such as, but not limited to, the system stopping or continuing upon error conditions.
  • Such additional information examples are in no way exhaustive.
  • FIG. 3 illustrates another example embodiment of the present invention. More particularly, whereas the FIG. 2 firmware arrangements used a Cross-Reference Table 400 , pointers and singular firmware component 101 , the FIG. 3 firmware arrangement has separate firmware components 104 a and 104 b, and a logical gate arrangement to supply an activating power or signal to only one of the firmware components 104 a and 104 b. That is, the identification from the processor identifier 106 is subjected to the inverse question “IS PROCESSOR TYPE A” loaded, and logical gates 108 and 110 convert the results of such query oppositely to one another. The opposite outputs from the logical gates 108 and 110 are used to either supply power to, or otherwise only activate one of, the separate firmware components 104 a and 104 b.
  • the system 106 is arranged such that if a processor type A is installed in the processor 112 within the processing system, the firmware component 104 a containing the system firmware for the type A processor is activated to provide firmware code to the processor 112 , while the firmware component 104 b is deactivated.
  • the firmware component 104 b containing the system firmware for the type B processor is activated to provide firmware code to the processor 112 , while the firmware component 104 a is deactivated.
  • FIG. 5 is similar to FIG. 3, except that the FIG. 5 system 500 shows firmware components 104 a ′ and 104 b ′ which each include an assembly of separate firmware components. More particularly, the firmware component 104 a ′ is illustrated as including a plurality (e.g., four) low pin count (LPC) FLASH memories 0 , 1 , 2 , 3 . In contrast, the firmware component 104 b ′ is illustrated as including a plurality (e.g., two) LPC FLASH memories 0 , 4 . The FLASH memories 0 in common with both firmware components 104 a ′ and 104 b ′ are again indicative of the fact that differing PU's 112 , may utilize some firmware portions in common. FIG. 5 further shows an LPC super input/output (SIO) component.
  • SIO LPC super input/output
  • FIGS. 3 and 5 example embodiments were illustrated as having only two firmware components 104 a and 104 b for supporting two differing PUs.
  • embodiments of the present invention are in no way limited to supporting only two different PUs, or in fact any number of differing PUs.
  • the prohibitive cost of a large number of firmware components (i.e., storages), and/or scarcity of space within a processing system may represent some limitation.
  • embodiments of the present invention are useful in situations wherein a processor modification is made some time after purchase, a universal or standard firmware which versatilely supports installation of different processors would permit hardware platforms to be assembled without requiring firmware change. Further, embodiments of the present invention are applicable to not only personal computers (PCs), but to other processing systems such as servers.
  • PCs personal computers

Abstract

A system, a method of operating the system and a system firmware. The system includes a processor and a system firmware including a plurality of customized firmware parts, with each firmware part performing system firmware functions required for and customized to only a subset of a plurality of types of processors which are operational when connected to the system, and a processor identification device, coupled to the system, which identifies which subset of the plurality of types of processors is connected to the system and in response to the identification of the type of connected processor, causes a customized firmware part corresponding to the identified types of processor to be executed by the processor.

Description

    FIELD
  • The present invention relates to arrangements to allow processing systems to be operable with different processors needing differing system firmware. [0001]
  • BACKGROUND
  • Firmware typically is hardware specific and must completely match hardware installed within a particular system. However, it has been found that, occasionally, there may be times where it is advantageous to change and/or add hardware within a system. Any change in hardware in the system typically requires a corresponding change of firmware. Previously, upgrading of firmware required obtaining and then physically replacing at least one semiconductor chip. Some newer systems have disk-loaded firmware that is somewhat easier/cheaper to upgrade (e.g., can be downloaded from the Internet). However, such updating procedures may still be too confusing and/or cumbersome to an average user. [0002]
  • SUMMARY
  • Embodiments of the invention are directed to arrangements to allow processing systems to be operable with different processors needing differing system firmware. A system operable with any of a plurality of different types of processors including a processor, a system firmware including a plurality of customized firmware parts, each customized firmware part providing system firmware functions required for and customized to a subset of the plurality of different types of processors, and a processor identifier device, coupled to the system, which identifies which of the plurality of processor types is connected to the system, and in response to the identification of the connected processor types, causes the customized firmware part pertaining to the identified processor types to be executed by the processor.[0003]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The foregoing and a better understanding of the present invention will become apparent from the following detailed description of exemplary embodiments and the claims when read in connection with the accompanying drawings, all forming a part of the disclosure hereof this invention. While the foregoing and following written and illustrated disclosure focuses on disclosing example embodiments of the invention, it should be clearly understood that the same is by way of illustration and example only and is not to be taken by way of limitation, the spirit and scope of the present invention being limited only by the terms of the appended claims. [0004]
  • The following represents brief descriptions of the drawings, wherein: [0005]
  • FIG. 1 illustrates an example block diagram of an example processing system for background discussion; [0006]
  • FIG. 2 illustrates an example block diagram of an example processing system embodiment in accordance with the present invention; [0007]
  • FIG. 3 illustrates an example block diagram of an example embodiment of the present invention; [0008]
  • FIG. 4 illustrates an example cross-reference table useable with an embodiment of the present invention; and [0009]
  • FIG. 5 illustrates another example block diagram of an example embodiment of the present invention.[0010]
  • DETAILED DESCRIPTION
  • Before beginning a detailed description of embodiments of the subject invention, mention of the following is in order. When appropriate, like reference numerals and characters are used to designate identical, corresponding or similar components in differing figure drawings. Further, in the detailed description to follow, although exemplary components are given, the present invention is not limited to the same. Next, known power connections and/or other connections (e.g., signal lines) are not shown within the FIGS. for simplicity of illustration and discussion, as so as not to obscure the invention. Still further, while example embodiments of the present invention are described with respect to a processor change, the present invention is not limited to use with such processor change. More particularly, embodiments of the present invention may be used with respect to modification of differing arrangements within a processing system. Finally, as used herein, the terminology “firmware” includes any stored code in the processing system which is used for controlling functions of the processing system, with firmware including, but not being limited to, a basic input/output system (BIOS). [0011]
  • Turning now to detailed discussion, FIG. 1 illustrates an example block diagram of an [0012] example processing system 10, useful in describing background disadvantages before discussion of example embodiments of the invention. The example system includes a processor unit (PU) 12 which may be any processor, with such PU 12 being coupled to a bus and bus controller 14 of any design. Random access memory (RAM) 16 is coupled to the bus and bus controller 14. An I/O controller 18 is coupled to the bus and bus controller 14, and to at least one I/O device 20. The system 10 includes system firmware 22 which is customized to work with the architectures of the system, e.g., with the PU 12, I/O controller 18 and I/O device(s) 20 for operation of the processing system.
  • In the FIG. 1 example, differing types of PUs may be implemented as the [0013] PU 12, resulting in many diverse possible configurations. For purposes of this disclosure, differing types of processors will be generically referred to using alphabetical tags or designations, such as type A processor, type B processor . . . type N processor. However, embodiments of the present invention are not limited to alphabetical designation, e.g., embodiments of the present invention could just as easily be implemented using numeric and/or alpha-numeric tags or designations, such as differing processor part or model numbers.
  • Newly purchased systems typically do not have a system firmware problem, i.e., because newly purchased systems typically come with a predetermined hardware configuration (including a predetermined PU), and have system firmware uniquely written (i.e., customized) to the predetermined hardware configuration. However, any subsequent hardware (e.g., PU) change or addition resulting in configuration modification may cause the system firmware to need to be correspondingly updated in order to keep the processing system operating properly. As one example, a problem may exist where differing types of processors are exchanged (e.g., upgradeable) within a particular processing system configuration. Although the present invention is not limited thereto, one upgrade example might be a processor of a 64-bit architecture being substituted for a processor of a 32-bit architecture on a motherboard. [0014]
  • One example problem which might exist, is that the address maps of the system firmware or BIOS firmware for a replaced (i.e., old) PU may not work with a replacement (i.e., new) PU, i.e., such address maps may conflict. More specifically, firmware for respective processor types typically are specific to each processor, and typically cannot be used to run a different processor type. [0015]
  • Problems such as this can only be solved via some type of firmware adjustment, e.g., by physical replacement of the firmware or updating thereof. However, as mentioned previously, replacement or updating of system firmware may be too expensive, too confusing and/or cumbersome to an average user, and often results in substantial problems/delays in getting a processing system to work properly again after even slight modification. Such problems/delays are at the very least inconvenient, and are more probably very disruptive and costly, especially in a business environment. [0016]
  • As a result of such disadvantages, it is desirable for hardware manufacturers, e.g., manufacturers of [0017] PU 12, to avoid having installation of their devices (e.g., component upgrading) require substantial user work in updating system firmware 22. What would be ideal is an arrangement adapted to allow a hardware component (e.g., PU 12) modification, without requiring a user to perform a corresponding firmware modification. FIG. 2 illustrates an example embodiment of an example processing system 100 in accordance with the present invention, which mitigates or obviates user work in updating firmware. The bus and bus controller 14, RAM 16, I/O controller 18, and I/O device(s) 20, may be the same as those of FIG. 1, and accordingly redundant description thereof is omitted herein for sake of brevity. Instead, discussion turns to a first example firmware and/or I/O hardware arrangement useable in the example embodiment of the present invention.
  • More particularly, in practice, if a number of differing hardware configurations (e.g., differing PUs [0018] 12) were applied to the FIG. 2 embodiment, some firmware portions may be mutually useable in common for all (or for at least a substantial portion of) the differing configurations, while other respective firmware portions may each be customized for use with one or several of the respective differing configurations (while not being used with others). Accordingly, FIG. 2 contains an example embodiment of a system firmware 101, having a modular firmware layout which accommodates (i.e., provides) both common firmware portions and customized firmware portions in differing accessible areas. More particularly, area 102 stores common firmware portions, whereas area 104 stores a plurality of customized firmware portions for a plurality of hardware types.
  • For example, [0019] area 104 may contain a custom processor type A firmware portion which supports functionality/operation of a processor type A, custom processor type B firmware portion which supports functionality/operation of processor type B, . . . and custom processor type N firmware portion which supports functionality/operation of a processor type N. There typically may be as many custom processor type firmware portions as there are possible types of processors which may be utilized as the PU 12. Each customized firmware portion may be provided in a differing sub-area of the area 104, and may be accessed and executed separately from all of the other customized firmware portions, or may be accessed and executed in conjunction with other ones of the customized firmware portions. Again, embodiments of the present invention are not limited in that N can be of any number of custom firmware portions, while available storage capacity size allotted to the firmware may pose some limitation.
  • The firmware, which is coupled to the I/O controller, may be stored in a storage device of the non-volatile type such as a FLASH memory, but embodiments of the present invention are not limited thereto. Instead the firmware may alternatively be stored in a read-only memory (ROM), non-volatile RAM (NVRAM), hard-disk (HD), etc. Further, the system firmware may at least partially include a basic I/O system (BIOS). Still further, while the firmware in the FIG. 2 example embodiment is illustrated as being coupled to the I/[0020] O controller 18, such firmware may alternatively be coupled to any one of a plurality of other possible addressable locations in the system architecture. More particularly, the possible locations are any address in the address space of the system.
  • Turning now to further elaboration of the [0021] firmware 101, the common firmware portions within area 102 may be accessed and executed upon every system initialization (e.g., before access/execution of any customized firmware portions), irrespective of which type of PU 12 is installed within the system configuration. In contrast, only a selected one or ones of the customized firmware portions within area 104 may be executed upon system initialization (e.g., after access/execution of the common firmware portions).
  • More specifically, embodiments of the present invention have arrangements (e.g., operations instructed by execution of the common firmware portions) which determine (e.g., during initialization) which particular type of [0022] PU 12 is installed within the system configuration, and which utilize such information to access and execute the one or ones of the customized firmware portions corresponding to (i.e., required for use with) the type of PU 12 installed in the system. More specifically, if the installed PU 12 is a processor type B, then a custom processor type B firmware portion would be accessed and executed during system initialization.
  • An embodiment of the present invention has firmware arrangements allowing it to be configurable with any one of a plurality of different processors, with each of the different processors using a system firmware which is customized relative to the system firmware of other ones of the plurality of different processor types. The invention permits different processor types each having customized system firmware to be substituted in the hardware platform without manual changing of the system firmware. The term customized firmware portions should not be taken as firmware having programming necessarily mutually exclusive of other firmware, but instead, differing customized firmware portions may contain some similar portions of programming and/or may provide similar operations and/or functions. [0023]
  • In continuing discussion, embodiments of the invention have an arrangement(s) to identify (e.g., upon initialization) the type of processor which is installed in the processing system configuration. More particularly, the FIG. 2 example embodiment further illustrates an [0024] example processor identifier 106 which may perform one or more processes for identifying the installed PU 12. While the example processor identifier 106 is illustrated as being coupled to the bus controller 14, such identifier may instead be coupled to the system in any one of a plurality of different locations. Further, the processor identifier 106 may be either hardware or software implemented.
  • During initialization, for example, execution of the common firmware portions by the [0025] PU 12 may cause the processor identifier 106 to determine identification of the PU 12. As a non-exhaustive list of possible processes, processor identifier 12 may: have a sensor to sense physical presence of pins or structures unique to differing PUs 12; sense a voltage, current or signal unique to differing PUs 12; optically sense some type of predetermined indicia identifying particular PUs 12; read an identification of the PU type stored in processing system; read a message transmitted on the bus of the bus and bus controller 14; identify a protocol used by the bus of the bus and bus controller 14; determine if a predetermined signal is present or absent in the system; and analyze at least one signal to identify a predetermined signal pattern in the at least one signal customized to the processor type. Practice of embodiments of the present invention is not limited in any way to any particular process for identifying the processor, and the above examples are in no way exhaustive.
  • Embodiments of the present invention use such resultant (i.e., determined) identification to dynamically (i.e., upon reset or initialization of the system) activate (in addition to the generic common firmware) one or more corresponding ones of the customized firmware portions. More particularly, the [0026] processor identifier 106 may additionally have the FIG. 4 cross-reference table 400 for using the identification to determine which one(s) of the custom firmware portions should be executed for each differing type of possible I/O devices. More particularly, the FIG. 4 example illustrates a Cross-Reference Table 400 having entries designating differing possible types of PUs 12 in a “PU Type” column, and further pointer entries (e.g., unique IDs or addresses) designating corresponding firmware portions which should be accessed/executed in a “Pointer(s)” column.
  • Note that for an installed processor type A, the pointers (represented figuratively by the FIG. 4 dashed oval [0027] 410 and the FIG. 2 long/short dashed arrows 410) indicate that the common firmware portions and custom processor type A firmware portions should be accessed and executed. For an installed processor type N, the pointers indicate that the common firmware portions and both the custom processor type A and N firmware portions should be accessed and executed. Note that the type N example shows that multiple custom firmware portions may be accessed and executed for some types of PUs 12. More particularly, the type N example shows that the custom processor type firmware portions are not limited for use only with their own designated type of PUs 12.
  • The FIG. 2 example embodiment is advantageous in that it allows Cross-Reference Table [0028] 400 and/or firmware 101 components to be mass produced and/or generically programmed with common firmware portions, custom firmware portions, PU types and/or pointer(s) to versatilely accommodate all presently known (e.g., as of the date of manufacture) hardware components (e.g., PUs 12). Further, if such components are provided as one or more FLASH memory components, such can be arranged to be easily reprogrammed to upgrade (e.g., via an internet or disk-loaded firmware download).
  • The table [0029] 400 and/or firmware 101 may also provide additional optional information which is used by the system 100 during operation of the PU 12 which is accessed when the system is reset. The additional information may be of diverse types and provide a mechanism for supporting different types of system operation as follows. The additional information: may relate to a chipset used by the I/O controller 18 which is used by the PU 12 during operation of the system 100; may be code used by the system 100 during operation of the PU 12 or code used by the bus controller 18; may encode system responses to system state changes, such as, but not limited to, the system stopping or continuing upon error conditions. Such additional information examples are in no way exhaustive.
  • Discussion turns next to FIG. 3 which illustrates another example embodiment of the present invention. More particularly, whereas the FIG. 2 firmware arrangements used a Cross-Reference Table [0030] 400, pointers and singular firmware component 101, the FIG. 3 firmware arrangement has separate firmware components 104 a and 104 b, and a logical gate arrangement to supply an activating power or signal to only one of the firmware components 104 a and 104 b. That is, the identification from the processor identifier 106 is subjected to the inverse question “IS PROCESSOR TYPE A” loaded, and logical gates 108 and 110 convert the results of such query oppositely to one another. The opposite outputs from the logical gates 108 and 110 are used to either supply power to, or otherwise only activate one of, the separate firmware components 104 a and 104 b.
  • More particularly, the [0031] system 106 is arranged such that if a processor type A is installed in the processor 112 within the processing system, the firmware component 104 a containing the system firmware for the type A processor is activated to provide firmware code to the processor 112, while the firmware component 104 b is deactivated. In contrast, if a processor type B is installed in the processor 112 within the processing system, the firmware component 104 b containing the system firmware for the type B processor is activated to provide firmware code to the processor 112, while the firmware component 104 a is deactivated.
  • FIG. 5 is similar to FIG. 3, except that the FIG. 5 [0032] system 500 shows firmware components 104 a′ and 104 b′ which each include an assembly of separate firmware components. More particularly, the firmware component 104 a′ is illustrated as including a plurality (e.g., four) low pin count (LPC) FLASH memories 0, 1, 2, 3. In contrast, the firmware component 104 b′ is illustrated as including a plurality (e.g., two) LPC FLASH memories 0, 4. The FLASH memories 0 in common with both firmware components 104 a′ and 104 b′ are again indicative of the fact that differing PU's 112, may utilize some firmware portions in common. FIG. 5 further shows an LPC super input/output (SIO) component.
  • For sake of brevity and clarity of illustration and discussion, the FIGS. 3 and 5 example embodiments were illustrated as having only two [0033] firmware components 104 a and 104 b for supporting two differing PUs. However, embodiments of the present invention are in no way limited to supporting only two different PUs, or in fact any number of differing PUs. However, the prohibitive cost of a large number of firmware components (i.e., storages), and/or scarcity of space within a processing system, may represent some limitation.
  • In addition to the embodiments of the present invention being useful in situations wherein a processor modification is made some time after purchase, a universal or standard firmware which versatilely supports installation of different processors would permit hardware platforms to be assembled without requiring firmware change. Further, embodiments of the present invention are applicable to not only personal computers (PCs), but to other processing systems such as servers. [0034]
  • This concludes the description of the preferred embodiments. Although the present invention has been described with reference to a number of illustrative embodiments thereof, it should be understood that numerous other modifications and embodiments can be devised by those skilled in the art that will fall within the spirit and scope of the principles of this invention. More particularly, reasonable variations and modifications are possible in the component parts and/or arrangements of the subject combination arrangement within the scope of the foregoing disclosure, the drawings and the appended claims without departing from the spirit of the invention. In addition to variations and modifications in the component parts and/or arrangements, alternative uses will also be apparent to those skilled in the art.[0035]

Claims (20)

What is claimed is:
1. A system operable with any of a plurality of different types of processors comprising:
a processor;
a system firmware including a plurality of customized firmware parts, each customized firmware part providing system firmware functions required for and customized to a subset of the plurality of different types of processors; and
a processor identifier device, coupled to the system, which identifies which of the plurality of processor types is connected to the system, and in response to the identification of the connected processor types, causes the customized firmware part pertaining to the identified processor types to be executed by the processor.
2. A system in accordance with
claim 1
wherein:
the processor identifier identifies the processor type by detecting if one of a particular pin and a predetermined physical train on an integrated circuit of the processor type is present or absent.
3. A system in accordance with
claim 1
wherein:
the processor identifier identifies the processor type by determining if a predetermined signal is present or absent.
4. A system in accordance with
claim 1
wherein:
the processor identifier identifies the processor type by analyzing at least one signal to identify a predetermined signal pattern in the at least one signal, the predetermined signal pattern being customized to the processor type.
5. A system in accordance with
claim 1
wherein:
the processor identifier device identifies the processor type by reading an identification of the processor which is stored in the system.
6. A system in accordance with
claim 1
further comprising:
a bus coupled to the processor; and wherein
the processor identifier device identifies the processor type by reading a message transmitted on the bus.
7. A system in accordance with
claim 1
further comprising:
a bus coupled to the processor; and wherein
the processor identifier identifies the processor type by identifying a protocol used by the bus.
8. A system in accordance with
claim 1
wherein:
the processor identifier identifies the processor type upon initialization of the system.
9. A system in accordance with
claim 2
wherein:
the processor identifier identifies the processor type upon initialization of the system.
10. A system in accordance with
claim 3
wherein:
the processor identifier identifies the processor type upon initialization of the system.
11. A method of operating a system with any of a plurality of processor types, each of the processor types using a system firmware which is customized with system firmware providing system firmware functions required for and customized to that type of processor, said method comprising the steps of:
providing a system firmware in the system including a plurality of customized firmware parts, each customized firmware part performing system firmware functions required for and customized to a subset of the plurality of different types of processors which are operational when connected to the system;
identifying which subset of the plurality of processors is connected to the system; and
in response to the identification of the connected different type of processor, using the identification of the processor to select the customized firmware part of the system firmware to operate the system for the identified type of processor connected to the system.
12. A method in accordance with
claim 11
, wherein:
the type of processor is identified by detecting if a particular pin on an integrated circuit of the processor is present or absent.
13. A method in accordance with
claim 11
wherein:
the type of processor is identified by determining if a predetermined signal is present or absent.
14. A method in accordance with
claim 11
wherein:
the type of processor is identified by analyzing at least one signal to identify a predetermined signal pattern in the at least one signal, the predetermined signal pattern being customized to the type of processor.
15. A method in accordance with
claim 11
wherein:
the type of processor is identified by reading an identification of the processor which is stored in the processor.
16. A method in accordance with
claim 11
wherein:
a bus is coupled to the processor; and
the type of processor is identified by reading a message transmitted on the bus.
17. A method in accordance with
claim 11
wherein:
a bus is coupled to the processor; and
the type of processor is identified by identifying a protocol used by the bus.
18. A method in accordance with
claim 11
wherein:
the type of processor is identified upon initialization of the system.
19. A method in accordance with
claim 12
wherein:
the type of processor is identified upon initialization of the system.
20. A system firmware for use in a processing system which is operational with a subset of a group of processor types each operating with system firmware which is customized to that type of processor, comprising:
a plurality of code sections which collectively contain the system firmware for all of the processor types, and each code section containing system firmware code for performing system firmware functions of a subset of the group of processors which is customized to the subset of the group of processor types.
US09/223,809 1998-12-31 1998-12-31 Arrangements having firmware support for different processor types Expired - Lifetime US6381693B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/223,809 US6381693B2 (en) 1998-12-31 1998-12-31 Arrangements having firmware support for different processor types

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/223,809 US6381693B2 (en) 1998-12-31 1998-12-31 Arrangements having firmware support for different processor types

Publications (2)

Publication Number Publication Date
US20010042243A1 true US20010042243A1 (en) 2001-11-15
US6381693B2 US6381693B2 (en) 2002-04-30

Family

ID=22838061

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/223,809 Expired - Lifetime US6381693B2 (en) 1998-12-31 1998-12-31 Arrangements having firmware support for different processor types

Country Status (1)

Country Link
US (1) US6381693B2 (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030084262A1 (en) * 2001-10-31 2003-05-01 Weirauch Charles Robert System and method for configuring a removable storage medium
US20030204714A1 (en) * 2002-04-24 2003-10-30 Rothman Michael A. Methods and apparatuses for uniform configuration for a computer system
WO2004023289A2 (en) * 2002-09-09 2004-03-18 Intel Corporation Firmware architecture supporting safe updates and multiple processor types
US20050060531A1 (en) * 2003-09-15 2005-03-17 Davis Michael Ryan Apparatus and method for selectively mapping proper boot image to processors of heterogeneous computer systems
US7590835B1 (en) * 2006-06-30 2009-09-15 American Megatrends, Inc. Dynamically updating a computer system firmware image
US7797696B1 (en) 2006-06-30 2010-09-14 American Megatrends, Inc. Dynamically updating a computer system and firmware image utilizing an option read only memory (OPROM) data structure
WO2014165260A1 (en) * 2013-04-02 2014-10-09 Apple, Inc. Dynamic program evaluation for system adaptation
US9372731B1 (en) 2012-12-06 2016-06-21 Amazon Technologies, Inc. Automated firmware settings framework
US9395968B1 (en) 2006-06-30 2016-07-19 American Megatrends, Inc. Uniquely identifying and validating computer system firmware
US9471536B1 (en) * 2012-12-06 2016-10-18 Amazon Technologies, Inc. Automated firmware settings management
US9471784B1 (en) * 2012-12-06 2016-10-18 Amazon Technologies, Inc. Automated firmware settings verification
US20190318097A1 (en) * 2019-06-28 2019-10-17 Aditya Katragada Standardized Interface for Intellectual Property Blocks
US11500648B2 (en) * 2018-08-20 2022-11-15 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Method for fast booting processors in a multi-processor architecture

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6985987B2 (en) * 2000-11-01 2006-01-10 Via Technologies, Inc. Apparatus and method for supporting multi-processors and motherboard of the same
US6745324B1 (en) * 2000-11-16 2004-06-01 International Business Machines Corporation Dynamic firmware image creation from an object file stored in a reserved area of a data storage device of a redundant array of independent disks (RAID) system
US7233998B2 (en) * 2001-03-22 2007-06-19 Sony Computer Entertainment Inc. Computer architecture and software cells for broadband networks
US7454603B2 (en) * 2002-02-11 2008-11-18 Intel Corporation Method and system for linking firmware modules in a pre-memory execution environment
US7043585B2 (en) * 2002-03-13 2006-05-09 Sun Microsystems, Inc. Flexible system architecture with common interface for multiple system functions
DE60322043D1 (en) * 2002-04-26 2008-08-21 Ventana Med Syst Inc METHOD AND DEVICE FOR THE AUTOMATED RECORDING AND STORAGE OF COVER GLASSES
US7350063B2 (en) * 2002-06-11 2008-03-25 Intel Corporation System and method to filter processors by health during early firmware for split recovery architecture
US7003656B2 (en) * 2002-06-13 2006-02-21 Hewlett-Packard Development Company, L.P. Automatic selection of firmware for a computer that allows a plurality of process types
US7653808B2 (en) * 2002-11-27 2010-01-26 Intel Corporation Providing selectable processor abstraction layer components within one BIOS program
US20040123070A1 (en) * 2002-12-23 2004-06-24 Shidla Dale J. Automatic detection of different microprocessor architectures
US7246222B2 (en) * 2003-04-21 2007-07-17 Hewlett-Packard Development Company, L.P. Processor type determination based on reset vector characteristics
US20040249992A1 (en) * 2003-04-30 2004-12-09 Komarla Eshwari P. Methods and apparatus to provide environment-based instruction selection
US7159105B2 (en) * 2003-06-30 2007-01-02 Intel Corporation Platform-based optimization routines provided by firmware of a computer system
US7134007B2 (en) * 2003-06-30 2006-11-07 Intel Corporation Method for sharing firmware across heterogeneous processor architectures
US7415703B2 (en) * 2003-09-25 2008-08-19 International Business Machines Corporation Loading software on a plurality of processors
US7549145B2 (en) * 2003-09-25 2009-06-16 International Business Machines Corporation Processor dedicated code handling in a multi-processor environment
US20050071828A1 (en) * 2003-09-25 2005-03-31 International Business Machines Corporation System and method for compiling source code for multi-processor environments
US7444632B2 (en) * 2003-09-25 2008-10-28 International Business Machines Corporation Balancing computational load across a plurality of processors
US7389508B2 (en) * 2003-09-25 2008-06-17 International Business Machines Corporation System and method for grouping processors and assigning shared memory space to a group in heterogeneous computer environment
US7475257B2 (en) * 2003-09-25 2009-01-06 International Business Machines Corporation System and method for selecting and using a signal processor in a multiprocessor system to operate as a security for encryption/decryption of data
US7516456B2 (en) * 2003-09-25 2009-04-07 International Business Machines Corporation Asymmetric heterogeneous multi-threaded operating system
US7496917B2 (en) * 2003-09-25 2009-02-24 International Business Machines Corporation Virtual devices using a pluarlity of processors
US7523157B2 (en) * 2003-09-25 2009-04-21 International Business Machines Corporation Managing a plurality of processors as devices
US7478390B2 (en) * 2003-09-25 2009-01-13 International Business Machines Corporation Task queue management of virtual devices using a plurality of processors
US20050091496A1 (en) * 2003-10-23 2005-04-28 Hyser Chris D. Method and system for distributed key management in a secure boot environment
US7281243B2 (en) 2003-12-29 2007-10-09 Intel Corporation System and method to enable seamless diffusion of platform-based optimized routines via a network
TWI230859B (en) * 2004-03-11 2005-04-11 Amic Technology Corp Method and related system for accessing LPC memory or firmware memory in a computer system
US20060031425A1 (en) * 2004-06-07 2006-02-09 Northrop Grumman Corporation Method for imaging computer systems
CA2576508A1 (en) * 2004-08-04 2006-02-16 Osa Technologies, Inc. Software and firmware adaptation for unanticipated/changing hardware environments
US20060047939A1 (en) * 2004-09-01 2006-03-02 International Business Machines Corporation Method and apparatus for initializing multiple processors residing in an integrated circuit
US7305544B2 (en) * 2004-12-10 2007-12-04 Intel Corporation Interleaved boot block to support multiple processor architectures and method of use
US7516252B2 (en) * 2005-06-08 2009-04-07 Intel Corporation Port binding scheme to create virtual host bus adapter in a virtualized multi-operating system platform environment
US20070061813A1 (en) * 2005-08-30 2007-03-15 Mcdata Corporation Distributed embedded software for a switch
US20070067614A1 (en) * 2005-09-20 2007-03-22 Berry Robert W Jr Booting multiple processors with a single flash ROM
US7472297B2 (en) * 2005-12-15 2008-12-30 International Business Machines Corporation Method initializing an environment of an integrated circuit according to information stored within the integrated circuit
US7617391B2 (en) * 2005-12-15 2009-11-10 Lsi Logic Corporation Method and apparatus for dynamically selecting one of multiple firmware images for booting an I/O controller
WO2014080457A1 (en) * 2012-11-20 2014-05-30 株式会社安川電機 Programmable controller
US20220300276A1 (en) * 2021-03-18 2022-09-22 Quanta Computer Inc. Modular firmware composition

Family Cites Families (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4328542A (en) * 1979-11-07 1982-05-04 The Boeing Company Secure implementation of transition machine computer
US5313584A (en) 1991-11-25 1994-05-17 Unisys Corporation Multiple I/O processor system
US5805902A (en) 1993-07-02 1998-09-08 Elonex I.P. Holdings, Ltd. Structure and method for issuing interrupt requests as addresses and for decoding the addresses issued as interrupt requests
US5432937A (en) * 1993-08-20 1995-07-11 Next Computer, Inc. Method and apparatus for architecture independent executable files
US5832280A (en) 1995-10-05 1998-11-03 International Business Machines Corporation Method and system in a data processing system for interfacing an operating system with a power management controller.
US5752032A (en) * 1995-11-21 1998-05-12 Diamond Multimedia Systems, Inc. Adaptive device driver using controller hardware sub-element identifier
US5943673A (en) 1996-05-10 1999-08-24 General Signal Corporation Configuration programming system for a life safety network
US5835704A (en) * 1996-11-06 1998-11-10 Intel Corporation Method of testing system memory
US5835775A (en) * 1996-12-12 1998-11-10 Ncr Corporation Method and apparatus for executing a family generic processor specific application
US5958049A (en) 1997-03-17 1999-09-28 International Business Machines Corporation Operating system debugger using kernel and dynamic extension with debugger drivers to support different output devices
US5938765A (en) * 1997-08-29 1999-08-17 Sequent Computer Systems, Inc. System and method for initializing a multinode multiprocessor computer system
US6065067A (en) 1998-03-05 2000-05-16 Compaq Computer Corporation System, method and program for controlling access to an input/output device possible resource settings data in an advanced configuration and power interface operating system
US6049668A (en) * 1998-04-13 2000-04-11 Intel Corporation Method and apparatus for supporting multiple processor-specific code segments in a single executable
US6081890A (en) * 1998-11-30 2000-06-27 Intel Corporation Method of communication between firmware written for different instruction set architectures

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030084262A1 (en) * 2001-10-31 2003-05-01 Weirauch Charles Robert System and method for configuring a removable storage medium
US6910115B2 (en) * 2001-10-31 2005-06-21 Hewlett-Packard Development Company, L.P. System and method for configuring a removable storage medium
US20030204714A1 (en) * 2002-04-24 2003-10-30 Rothman Michael A. Methods and apparatuses for uniform configuration for a computer system
WO2004023289A2 (en) * 2002-09-09 2004-03-18 Intel Corporation Firmware architecture supporting safe updates and multiple processor types
WO2004023289A3 (en) * 2002-09-09 2005-03-03 Intel Corp Firmware architecture supporting safe updates and multiple processor types
GB2408821A (en) * 2002-09-09 2005-06-08 Intel Corp Firmware architecture supporting safe updates and multiple processor types
GB2408821B (en) * 2002-09-09 2006-04-12 Intel Corp Firmware architecture supporting safe updates and multiple processor types
US7036007B2 (en) 2002-09-09 2006-04-25 Intel Corporation Firmware architecture supporting safe updates and multiple processor types
CN100388196C (en) * 2002-09-09 2008-05-14 英特尔公司 Firmware architecture supporting safe updates and multiple processor types
US20050060531A1 (en) * 2003-09-15 2005-03-17 Davis Michael Ryan Apparatus and method for selectively mapping proper boot image to processors of heterogeneous computer systems
US7363484B2 (en) * 2003-09-15 2008-04-22 Hewlett-Packard Development Company, L.P. Apparatus and method for selectively mapping proper boot image to processors of heterogeneous computer systems
US8578360B1 (en) 2006-06-30 2013-11-05 American Megatrends, Inc. Dynamically updating a computer system and firmware image utilizing an option read only memory (OPROM) data structure
US9395968B1 (en) 2006-06-30 2016-07-19 American Megatrends, Inc. Uniquely identifying and validating computer system firmware
US8555043B1 (en) 2006-06-30 2013-10-08 American Megatrends, Inc. Dynamically updating a computer system firmware image
US7590835B1 (en) * 2006-06-30 2009-09-15 American Megatrends, Inc. Dynamically updating a computer system firmware image
US7797696B1 (en) 2006-06-30 2010-09-14 American Megatrends, Inc. Dynamically updating a computer system and firmware image utilizing an option read only memory (OPROM) data structure
US10423398B1 (en) 2012-12-06 2019-09-24 Amazon Technologies, Inc. Automated firmware settings management
US9372731B1 (en) 2012-12-06 2016-06-21 Amazon Technologies, Inc. Automated firmware settings framework
US9471536B1 (en) * 2012-12-06 2016-10-18 Amazon Technologies, Inc. Automated firmware settings management
US9471784B1 (en) * 2012-12-06 2016-10-18 Amazon Technologies, Inc. Automated firmware settings verification
US9122526B2 (en) 2013-04-02 2015-09-01 Apple Inc. Dynamic program evaluation for system adaptation
CN105074662A (en) * 2013-04-02 2015-11-18 苹果公司 Dynamic program evaluation for system adaptation
US9335817B2 (en) 2013-04-02 2016-05-10 Apple Inc. Dynamic program evaluation for system adaptation
US8893088B2 (en) 2013-04-02 2014-11-18 Apple Inc. Dynamic program evaluation for system adaptation
WO2014165260A1 (en) * 2013-04-02 2014-10-09 Apple, Inc. Dynamic program evaluation for system adaptation
US11500648B2 (en) * 2018-08-20 2022-11-15 Lenovo Enterprise Solutions (Singapore) Pte. Ltd. Method for fast booting processors in a multi-processor architecture
US20190318097A1 (en) * 2019-06-28 2019-10-17 Aditya Katragada Standardized Interface for Intellectual Property Blocks
US11550917B2 (en) * 2019-06-28 2023-01-10 Intel Corporation Standardized interface for intellectual property blocks

Also Published As

Publication number Publication date
US6381693B2 (en) 2002-04-30

Similar Documents

Publication Publication Date Title
US6381693B2 (en) Arrangements having firmware support for different processor types
US7039799B2 (en) Methods and structure for BIOS reconfiguration
KR950002945B1 (en) Apparatus and method for loading a system reference diskette image from a system partition in a personal computer system
KR920008445B1 (en) An apparatus and method for decreasing the memory requirment for bios in a personal computer system
US5487161A (en) Computerized data terminal with switchable memory address for start-up and system control instructions
EP0007028B1 (en) External memory device with base register
US20030074657A1 (en) Limited time evaluation system for firmware
US20040267708A1 (en) Device information collection and error detection in a pre-boot environment of a computer system
JP3310990B2 (en) Electronics
US6401201B2 (en) Arrangements offering firmware support for different input/output (I/O) types
KR19980069757A (en) Microprocessor and Multiprocessor Systems
US5600807A (en) Programmable controller capable of updating a user program during operation by switching between user program memories
US6367007B1 (en) Using system configuration data to customize bios during the boot-up process
US7076648B2 (en) Methods and computer systems for selection of a DSDT
JP2004021990A (en) Firmware selector of computer including processor
US6321332B1 (en) Flexible control of access to basic input/output system memory
US7219219B1 (en) Hardware initialization method that is independent of boot code architecture
WO1996038790A1 (en) A system and method for patching microcode during the debugging of a processor
JP3358214B2 (en) Electronic equipment
JP2006221606A (en) Data processor
JP2005537575A (en) Programmable system initialization method
US20020004877A1 (en) Method and system for updating user memory in emulator systems
JP2000187533A (en) Hardware initialization system by firmware
US6182280B1 (en) Inverse assembler with reduced signal requirements with a user supplied memory map
JP3616541B2 (en) Microprocessor device and microprocessor control method

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTEL CORP., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:FISH, ANDREW J.;CLEM, WILLIAM J.;REEL/FRAME:010120/0953

Effective date: 19990726

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

FPAY Fee payment

Year of fee payment: 12