US20090307659A1 - Modular asl component - Google Patents
Modular asl component Download PDFInfo
- Publication number
- US20090307659A1 US20090307659A1 US12/132,695 US13269508A US2009307659A1 US 20090307659 A1 US20090307659 A1 US 20090307659A1 US 13269508 A US13269508 A US 13269508A US 2009307659 A1 US2009307659 A1 US 2009307659A1
- Authority
- US
- United States
- Prior art keywords
- event
- source language
- guid
- unique
- asl
- 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
Links
- 238000000034 method Methods 0.000 claims abstract description 114
- 230000007246 mechanism Effects 0.000 claims abstract description 8
- 230000003993 interaction Effects 0.000 claims abstract description 6
- 230000008569 process Effects 0.000 description 8
- 238000012545 processing Methods 0.000 description 3
- 102100022142 Achaete-scute homolog 1 Human genes 0.000 description 2
- 101000901099 Homo sapiens Achaete-scute homolog 1 Proteins 0.000 description 2
- 230000009471 action Effects 0.000 description 2
- 230000006399 behavior Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 2
- 238000013500 data storage Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 230000001419 dependent effect Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000006855 networking Effects 0.000 description 1
- 230000011664 signaling Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 238000013403 standard screening design Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/542—Event management; Broadcasting; Multicasting; Notifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/20—Software design
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/36—Software reuse
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/41—Compilation
- G06F8/44—Encoding
- G06F8/443—Optimisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformation of program code
- G06F8/41—Compilation
- G06F8/44—Encoding
- G06F8/445—Exploiting fine grain parallelism, i.e. parallelism at instruction level
Definitions
- the present disclosure relates generally to information handling systems (IHS), and more particularly to a modular advanced configuration and power interface (ACPI) source language (ASL) for an IHS.
- IHS information handling systems
- ACPI advanced configuration and power interface
- ASL source language
- IHS information handling system
- An IHS generally processes, compiles, stores, and/or communicates information or data for business, personal, or other purposes. Because technology and information handling needs and requirements may vary between different applications, IHSs may also vary regarding what information is handled, how the information is handled, how much information is processed, stored, or communicated, and how quickly and efficiently the information may be processed, stored, or communicated. The variations in IHSs allow for IHSs to be general or configured for a specific user or specific use such as financial transaction processing, airline reservations, enterprise data storage, or global communications. In addition, IHSs may include a variety of hardware and software components that may be configured to process, store, and communicate information and may include one or more computer systems, data storage systems, and networking systems.
- IHS design is moving from basic input/output (BIOS) architecture to extensible firmware interface (EFI) architecture which is modular in nature.
- the EFI is generally known as a specification/system that defines a software interface between an operating system and platform firmware.
- a form of EFI is also known as unified EFI (UEFI).
- BIOS modules/drivers generally interact with other drivers in terms of protocol & event.
- Drivers register for a specific event and other drivers broadcast the event that causes those pending event methods to be invoked.
- An event is generally known by those having skill in the art as an action in an IHS that may be initiated by the user, a device (e.g., a timer, a keyboard, and a variety of other devices) or by the operating system.
- event driven programming the flow of the program is generally determined by the events, such as user actions or messages from other programs.
- ACPI components commonly use ACPI source language (ASL).
- ASL traditionally does not support such a modular concept.
- the BIOS ACPI components are generally written in a very primitive ASL language that does not follow advanced programming methods, such as callbacks, methods registration and indirect method invocation.
- the ASL language poses many challenges to BIOS programmers. For example, one ACPI method may need to call other ACPI methods by the same name.
- ASL does not have a concept of broadcasting an event to other ASL method.
- the ASL event method explicitly calls out each of the interested methods that need to act on such event.
- a system for source language module interaction uses an event mechanism and includes one or more subsystems to detect a producer event, detect a consumer event, generate a new source language method for the producer event and a new source language method for the consumer event, and link the producer event and the consumer event using the new source language method.
- FIG. 1 illustrates an embodiment of an information handling system (IHS).
- IHS information handling system
- FIGS. 2A and 2B illustrate a flowchart of an embodiment of a method to link a consumer and a producer in a modular ACPI source language component.
- FIG. 3 illustrates an embodiment of a source code before being converted by a script code in accordance with an embodiment of the present disclosure.
- FIG. 4 illustrates an embodiment of the source code of FIG. 3 after being converted by a script code in accordance with an embodiment of the present disclosure.
- an IHS 100 includes any instrumentality or aggregate of instrumentalities operable to compute, classify, process, transmit, receive, retrieve, originate, switch, store, display, manifest, detect, record, reproduce, handle, or utilize any form of information, intelligence, or data for business, scientific, control, or other purposes.
- an IHS 100 may be a personal computer, a network storage device, or any other suitable device and may vary in size, shape, performance, functionality, and price.
- the IHS 100 may include random access memory (RAM), one or more processing resources such as a central processing unit (CPU) or hardware or software control logic, read only memory (ROM), and/or other types of nonvolatile memory.
- Additional components of the IHS 100 may include one or more disk drives, one or more network ports for communicating with external devices as well as various input and output (I/O) devices, such as a keyboard, a mouse, and a video display.
- the IHS 100 may also include one or more buses operable to transmit communications between the various hardware components.
- FIG. 1 is a block diagram of one IHS 100 .
- the IHS 100 includes a processor 102 such as an Intel PentiumTM series processor or any other processor available.
- a memory I/O hub chipset 104 (comprising one or more integrated circuits) connects to processor 102 over a front-side bus 106 .
- Memory I/O hub 104 provides the processor 102 with access to a variety of resources.
- Main memory 108 connects to memory I/O hub 104 over a memory or data bus.
- a graphics processor 110 also connects to memory I/O hub 104 , allowing the graphics processor to communicate, e.g., with processor 102 and main memory 108 .
- Graphics processor 110 provides display signals to a display device 112 .
- Other resources can also be coupled to the system through the memory I/O hub 104 using a data bus, including an optical drive 114 or other removable-media drive, one or more hard disk drives 116 , one or more network interfaces 118 , one or more Universal Serial Bus (USB) ports 120 , and a super I/O controller 122 to provide access to user input devices 124 , etc.
- the IHS 100 may also include a solid state drive (SSDs) 126 in place of, or in addition to main memory 108 , the optical drive 114 , and/or a hard disk drive 116 . It is understood that any or all of the drive devices 114 , 116 , and 126 may be located locally with the IHS 100 , located remotely from the IHS 100 , and/or they may be virtual with respect to the IHS 100 .
- SSDs solid state drive
- IHSs 100 include each of the components shown in FIG. 1 , and other components not shown may exist. Furthermore, some components shown as separate may exist in an integrated package or be integrated in a common integrated circuit with other components, for example, the processor 102 and the memory I/O hub 104 can be combined together. As can be appreciated, many systems are expandable, and include or can include a variety of components, including redundant or parallel resources.
- the present disclosure solves the problem of needing to build the modular concept (similar to UEFI) so that each ASL code module may be separately written without the knowledge of other modules and so each module can interact with other modules via an event mechanism.
- the problem is solved by adding an ASL Signal/Create event concept to ASL language.
- a UEFI BIOS will be used to auto generate a new ASL method for each event and link both the producer and consumer event using this new ASL method.
- the BIOS build process may accomplish this using special tags, such as, ⁇ CreateEvent(..)>, ⁇ SignalEvent(..) in the ASL Modules.
- the BIOS build process may also accomplish this using a globally unique identifier (GUILD) to uniquely define an event name.
- GUID is generally known as a special type of identifier used in software applications to provide a reference number that is unique in any context.
- BIOS build process may accomplish this using a special preprocessor utility (e.g., Perl script) that will parse the ASL modules at build time and link all those consumer/producer events by generating new ACPI methods and filling it appropriately. Furthermore, the BIOS build process may accomplish this using a final ASL compilation to build an ACPI binary (called the AML code).
- a special preprocessor utility e.g., Perl script
- Perl script e.g., Perl script
- Each ASL modules may be isolated and will not refer to other ASL module directly, but instead through event mechanism.
- An ASL module will broadcast the event by signaling an event with a unique GUID and other ASL module will receive that events by creating an event with the same GUID and defining the ASL method associated with the method.
- GUID as event name
- a BIOS developer may create a unique Event name without worrying about the event name colliding with some other event name.
- the ASL module that produces/broadcasts the event may use a special tag, such as, “ ⁇ SingalEvent(Event_GUID>” in the ASL code.
- the ASL modules that consume the event will use a special tag, such as, “ ⁇ CreateEvent(Event_GUID, ASLMethodb>” in the ASL code where the ASLMethodb is the actual ASL method that needs to be executed.
- a special preprocessor utility e.g., a perl script
- a hash table is generally referred to by a person having ordinary skill in the art as a data structure that associates keys with values. As such, a hash table supports efficient lookup of information.
- the contents of hash table include the ASL method names of producers and consumer of the event.
- the preprocessor utility may create a unique method for each unique event GUID it can find.
- the preprocessor utility may replace the ASL line with special tag, such as, “ ⁇ SignalEvent (Event_GUID,XYZ)>” with the new method that it created.
- the preprocessor may auto create this new method. This new method may include all the ASL methods that are consumed by this event.
- FIGS. 2A and 2B illustrate a flowchart of an embodiment of a method 130 to link a consumer and a producer in a modular ACPI source language component.
- the method 130 starts at 132 .
- the method 130 then proceeds to block 134 where the method 130 reads an ASL file into a local buffer.
- the method 130 then proceeds to block 136 where the method 130 reads the next line in the buffer.
- the method 130 then proceeds to decision block 138 where the method 130 determines whether a tag (e.g., ⁇ CreateEvent(xx,yy)>) is found where xx is a GUID and yy is a method name. If the answer is no in decision block 138 , the method 130 proceeds to decision block 146 as described in more detail below.
- a tag e.g., ⁇ CreateEvent(xx,yy)>
- AddArray xx,yy
- the method 130 then proceeds to decision block 146 where the method 130 determines whether a tag (e.g., ⁇ SignalEvent(xx)>) is found where xx is a GUID and yy is a method name. If the answer is no in decision block 146 , the method 130 proceeds to decision block 154 as described in more detail below. If the answer is yes in decision block 146 , the method 130 proceeds to decision block 148 where the method 130 determines whether a unique event method name exists for this GUID in the hash table. If the answer is yes in decision block 148 , the method 130 proceeds to block 152 as described in more detail below.
- a tag e.g., ⁇ SignalEvent(xx)>
- the method 130 then proceeds to block 152 where the method 130 replaces a name in the array (e.g., Replace the Current line with a newstring “ ⁇ Unique_name>( )”.
- decision block 154 the method determines whether the end of the file has been reached. If the answer is no in decision block 154 , the
- the method 130 then proceeds to block 160 where the method 130 adds a line with string “ ⁇ ” to complete the method with name Unique_name.
- the method 130 then proceeds to decision block 162 where the method 130 determines whether a next element exists in the hash table. If the answer is yes in decision block 162 , the method 130 returns to block 156 . If the answer is no in decision block 162 , the method proceeds to 164 where the method 130 completes the ASL code and ends.
- FIG. 3 illustrates an embodiment of a source code before being converted by a script code in accordance with an embodiment of the present disclosure.
- FIG. 4 illustrates an embodiment of the source code of FIG. 3 after being converted by a script code in accordance with an embodiment of the present disclosure.
- the script program will convert the code of FIG. 3 into the code of FIG. 4 .
- the script code auto created method El 1 ( ) that is called from _PTS method.
- a perl script also defined the method El 1 ( ) and in this method it calls both consumer methods (PrepareKbdWake & PrepareLOMWake). It should be readily understood by one having ordinary skill in the art that other source codes may be used with the present disclosure.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Stored Programmes (AREA)
Abstract
Description
- The present disclosure relates generally to information handling systems (IHS), and more particularly to a modular advanced configuration and power interface (ACPI) source language (ASL) for an IHS.
- As the value and use of information continues to increase, individuals and businesses seek additional ways to process and store information. One option is an information handling system (IHS). An IHS generally processes, compiles, stores, and/or communicates information or data for business, personal, or other purposes. Because technology and information handling needs and requirements may vary between different applications, IHSs may also vary regarding what information is handled, how the information is handled, how much information is processed, stored, or communicated, and how quickly and efficiently the information may be processed, stored, or communicated. The variations in IHSs allow for IHSs to be general or configured for a specific user or specific use such as financial transaction processing, airline reservations, enterprise data storage, or global communications. In addition, IHSs may include a variety of hardware and software components that may be configured to process, store, and communicate information and may include one or more computer systems, data storage systems, and networking systems.
- IHS design is moving from basic input/output (BIOS) architecture to extensible firmware interface (EFI) architecture which is modular in nature. The EFI is generally known as a specification/system that defines a software interface between an operating system and platform firmware. A form of EFI is also known as unified EFI (UEFI). BIOS modules/drivers generally interact with other drivers in terms of protocol & event. Drivers register for a specific event and other drivers broadcast the event that causes those pending event methods to be invoked. An event is generally known by those having skill in the art as an action in an IHS that may be initiated by the user, a device (e.g., a timer, a keyboard, and a variety of other devices) or by the operating system. In event driven programming, the flow of the program is generally determined by the events, such as user actions or messages from other programs.
- A problem arises with this architecture for advanced configuration and power interface (ACPI) components. ACPI components commonly use ACPI source language (ASL). However, ASL traditionally does not support such a modular concept. The BIOS ACPI components are generally written in a very primitive ASL language that does not follow advanced programming methods, such as callbacks, methods registration and indirect method invocation. Thus, the ASL language poses many challenges to BIOS programmers. For example, one ACPI method may need to call other ACPI methods by the same name. ASL does not have a concept of broadcasting an event to other ASL method. Currently the ASL event method explicitly calls out each of the interested methods that need to act on such event. It is very difficult to integrate ASL modules from various product vendors because one module needs to know the scope, names and parameter of the other dependent modules. This causes a challenge for BIOS writers to isolate the ASL modules as each ASL module directly calls out functions in other ASL component. Also when writing an ASL code that interacts with various platform behavior, chipset, feature etc. the code becomes very convoluted and the code developer adds a build time conditional statement (for example. #if<>/#else statement) in the files so that ASL code behavior can change based on platform, feature, chipset and etc.
- When writing ASL code there is a need to build the modular concept (similar to UEFI) so that each ASL module can be separately written without the knowledge of other modules and so each module can interact with other modules via an event mechanism.
- Accordingly, it would be desirable to provide an improved modular ASL absent the disadvantages discussed above.
- According to one embodiment, a system for source language module interaction uses an event mechanism and includes one or more subsystems to detect a producer event, detect a consumer event, generate a new source language method for the producer event and a new source language method for the consumer event, and link the producer event and the consumer event using the new source language method.
-
FIG. 1 illustrates an embodiment of an information handling system (IHS). -
FIGS. 2A and 2B illustrate a flowchart of an embodiment of a method to link a consumer and a producer in a modular ACPI source language component. -
FIG. 3 illustrates an embodiment of a source code before being converted by a script code in accordance with an embodiment of the present disclosure. -
FIG. 4 illustrates an embodiment of the source code ofFIG. 3 after being converted by a script code in accordance with an embodiment of the present disclosure. - For purposes of this disclosure, an IHS 100 includes any instrumentality or aggregate of instrumentalities operable to compute, classify, process, transmit, receive, retrieve, originate, switch, store, display, manifest, detect, record, reproduce, handle, or utilize any form of information, intelligence, or data for business, scientific, control, or other purposes. For example, an IHS 100 may be a personal computer, a network storage device, or any other suitable device and may vary in size, shape, performance, functionality, and price. The IHS 100 may include random access memory (RAM), one or more processing resources such as a central processing unit (CPU) or hardware or software control logic, read only memory (ROM), and/or other types of nonvolatile memory. Additional components of the IHS 100 may include one or more disk drives, one or more network ports for communicating with external devices as well as various input and output (I/O) devices, such as a keyboard, a mouse, and a video display. The IHS 100 may also include one or more buses operable to transmit communications between the various hardware components.
-
FIG. 1 is a block diagram of one IHS 100. The IHS 100 includes aprocessor 102 such as an Intel Pentium™ series processor or any other processor available. A memory I/O hub chipset 104 (comprising one or more integrated circuits) connects toprocessor 102 over a front-side bus 106. Memory I/O hub 104 provides theprocessor 102 with access to a variety of resources.Main memory 108 connects to memory I/O hub 104 over a memory or data bus. Agraphics processor 110 also connects to memory I/O hub 104, allowing the graphics processor to communicate, e.g., withprocessor 102 andmain memory 108.Graphics processor 110, in turn, provides display signals to adisplay device 112. - Other resources can also be coupled to the system through the memory I/
O hub 104 using a data bus, including anoptical drive 114 or other removable-media drive, one or morehard disk drives 116, one ormore network interfaces 118, one or more Universal Serial Bus (USB)ports 120, and a super I/O controller 122 to provide access touser input devices 124, etc. The IHS 100 may also include a solid state drive (SSDs) 126 in place of, or in addition tomain memory 108, theoptical drive 114, and/or ahard disk drive 116. It is understood that any or all of thedrive devices - Not all
IHSs 100 include each of the components shown inFIG. 1 , and other components not shown may exist. Furthermore, some components shown as separate may exist in an integrated package or be integrated in a common integrated circuit with other components, for example, theprocessor 102 and the memory I/O hub 104 can be combined together. As can be appreciated, many systems are expandable, and include or can include a variety of components, including redundant or parallel resources. - The present disclosure solves the problem of needing to build the modular concept (similar to UEFI) so that each ASL code module may be separately written without the knowledge of other modules and so each module can interact with other modules via an event mechanism. In an embodiment, the problem is solved by adding an ASL Signal/Create event concept to ASL language.
- In an embodiment, a UEFI BIOS will be used to auto generate a new ASL method for each event and link both the producer and consumer event using this new ASL method. As such, the BIOS build process may accomplish this using special tags, such as, <CreateEvent(..)>, <SignalEvent(..) in the ASL Modules. The BIOS build process may also accomplish this using a globally unique identifier (GUILD) to uniquely define an event name. A GUID is generally known as a special type of identifier used in software applications to provide a reference number that is unique in any context. Also, the BIOS build process may accomplish this using a special preprocessor utility (e.g., Perl script) that will parse the ASL modules at build time and link all those consumer/producer events by generating new ACPI methods and filling it appropriately. Furthermore, the BIOS build process may accomplish this using a final ASL compilation to build an ACPI binary (called the AML code).
- Each ASL modules may be isolated and will not refer to other ASL module directly, but instead through event mechanism. An ASL module will broadcast the event by signaling an event with a unique GUID and other ASL module will receive that events by creating an event with the same GUID and defining the ASL method associated with the method.
- Use of a GUID as event name offers a concept as a unique number is generated each time a GUID is generated by GUID tools. Thus, a BIOS developer may create a unique Event name without worrying about the event name colliding with some other event name.
- The ASL module that produces/broadcasts the event may use a special tag, such as, “<SingalEvent(Event_GUID>” in the ASL code. The ASL modules that consume the event will use a special tag, such as, “<CreateEvent(Event_GUID, ASLMethodb>” in the ASL code where the ASLMethodb is the actual ASL method that needs to be executed.
- During the BIOS build time, a special preprocessor utility (e.g., a perl script) will parse the special tags, such as, <SingalEvent(..)> and <CreateEvent(..)> and create a hash table for each GUID. A hash table is generally referred to by a person having ordinary skill in the art as a data structure that associates keys with values. As such, a hash table supports efficient lookup of information. The contents of hash table include the ASL method names of producers and consumer of the event. After parsing the ASL modules, the preprocessor utility may create a unique method for each unique event GUID it can find. Also, after parsing the ASL modules, the preprocessor utility may replace the ASL line with special tag, such as, “<SignalEvent (Event_GUID,XYZ)>” with the new method that it created. The preprocessor may auto create this new method. This new method may include all the ASL methods that are consumed by this event.
-
FIGS. 2A and 2B illustrate a flowchart of an embodiment of amethod 130 to link a consumer and a producer in a modular ACPI source language component. Themethod 130 starts at 132. Themethod 130 then proceeds to block 134 where themethod 130 reads an ASL file into a local buffer. Themethod 130 then proceeds to block 136 where themethod 130 reads the next line in the buffer. Themethod 130 then proceeds to decision block 138 where themethod 130 determines whether a tag (e.g., <CreateEvent(xx,yy)>) is found where xx is a GUID and yy is a method name. If the answer is no indecision block 138, themethod 130 proceeds to decision block 146 as described in more detail below. If the answer is yes indecision block 138, themethod 130 proceeds to decision block 140 where themethod 130 determines whether a unique event method name exists for this GUID in the hash table. If the answer is yes indecision block 140, themethod 130 proceeds to block 144 as described in more detail below. If the answer is no indecision block 140, themethod 130 proceeds to block 142 where themethod 130 generates a unique name (e.g., unique_name=GenerateUniqueName( ); HASH1 {XX}=unique_name). Themethod 130 then proceeds to block 144 where themethod 130 adds a name to the array (e.g., AddArray (xx,yy) add name yy to the array associated with the GUID (xx). Themethod 130 then proceeds to decision block 146 where themethod 130 determines whether a tag (e.g., <SignalEvent(xx)>) is found where xx is a GUID and yy is a method name. If the answer is no indecision block 146, themethod 130 proceeds to decision block 154 as described in more detail below. If the answer is yes indecision block 146, themethod 130 proceeds to decision block 148 where themethod 130 determines whether a unique event method name exists for this GUID in the hash table. If the answer is yes indecision block 148, themethod 130 proceeds to block 152 as described in more detail below. If the answer is no indecision block 148, themethod 130 proceeds to block 150 where themethod 130 generates a unique name (e.g., unique_name=GenerateUniqueName( ); HASH1 {XX}=unique_name). Themethod 130 then proceeds to block 152 where themethod 130 replaces a name in the array (e.g., Replace the Current line with a newstring “<Unique_name>( )”. Themethod 130 then proceeds to decision block 154 where the method determines whether the end of the file has been reached. If the answer is no indecision block 154, themethod 130 returns to block 136. If the answer is yes indecision block 154, themethod 130 proceeds to block 156 where themethod 130 reads the hash table element for each GUID xx, one at a time, (Unique_name=Hash (xx). Inblock 156, themethod 130 also adds a new line in the ASL file with string “Method (<Unique_Name>( ){”. Themethod 130 then proceeds to block 158 where themethod 130 parses the array associated with Array (xx) and for each <Method_name> in the array xx. Inblock 158, themethod 130 also adds a new line with string “<Method_name>( )”. Themethod 130 then proceeds to block 160 where themethod 130 adds a line with string “}” to complete the method with name Unique_name. Themethod 130 then proceeds to decision block 162 where themethod 130 determines whether a next element exists in the hash table. If the answer is yes indecision block 162, themethod 130 returns to block 156. If the answer is no indecision block 162, the method proceeds to 164 where themethod 130 completes the ASL code and ends. -
FIG. 3 illustrates an embodiment of a source code before being converted by a script code in accordance with an embodiment of the present disclosure.FIG. 4 illustrates an embodiment of the source code ofFIG. 3 after being converted by a script code in accordance with an embodiment of the present disclosure. - In an embodiment, the script program will convert the code of
FIG. 3 into the code ofFIG. 4 . As one should notice, the script code auto created method El1( ) that is called from _PTS method. A perl script also defined the method El1( ) and in this method it calls both consumer methods (PrepareKbdWake & PrepareLOMWake). It should be readily understood by one having ordinary skill in the art that other source codes may be used with the present disclosure. - Although illustrative embodiments have been shown and described, a wide range of modification, change and substitution is contemplated in the foregoing disclosure and in some instances, some features of the embodiments may be employed without a corresponding use of other features. Accordingly, it is appropriate that the appended claims be construed broadly and in a manner consistent with the scope of the embodiments disclosed herein.
Claims (20)
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/132,695 US8234626B2 (en) | 2008-06-04 | 2008-06-04 | Modular ASL component |
US13/550,016 US9678722B2 (en) | 2008-06-04 | 2012-07-16 | Modular ASL component |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/132,695 US8234626B2 (en) | 2008-06-04 | 2008-06-04 | Modular ASL component |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/550,016 Continuation US9678722B2 (en) | 2008-06-04 | 2012-07-16 | Modular ASL component |
Publications (2)
Publication Number | Publication Date |
---|---|
US20090307659A1 true US20090307659A1 (en) | 2009-12-10 |
US8234626B2 US8234626B2 (en) | 2012-07-31 |
Family
ID=41401471
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/132,695 Active 2031-06-01 US8234626B2 (en) | 2008-06-04 | 2008-06-04 | Modular ASL component |
US13/550,016 Active 2030-10-02 US9678722B2 (en) | 2008-06-04 | 2012-07-16 | Modular ASL component |
Family Applications After (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/550,016 Active 2030-10-02 US9678722B2 (en) | 2008-06-04 | 2012-07-16 | Modular ASL component |
Country Status (1)
Country | Link |
---|---|
US (2) | US8234626B2 (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130246779A1 (en) * | 2012-03-09 | 2013-09-19 | Jack Wang | Calling Firmware Runtime Services of Basic Input Output System |
CN108351923A (en) * | 2016-01-28 | 2018-07-31 | 惠普发展公司,有限责任合伙企业 | Threshold value related with the script that unified Extensible Firmware Interface system is executable |
CN108509190A (en) * | 2017-09-11 | 2018-09-07 | 平安科技(深圳)有限公司 | Realize method, electronic device and storage medium that operation system is interacted with multicompartment |
US20220321325A1 (en) * | 2021-04-02 | 2022-10-06 | EpositBox, LLC | Electronic deposit box for data protection and storage |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8321656B2 (en) * | 2009-06-13 | 2012-11-27 | Phoenix Technologies Ltd. | Timer use in extensible firmware interface compliant systems |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20010037490A1 (en) * | 2000-03-17 | 2001-11-01 | Hiang-Swee Chiang | Web application generator |
US6381734B1 (en) * | 1998-06-03 | 2002-04-30 | Microsoft Corporation | Method, software and apparatus for referencing a method in object-based programming |
US20030163599A1 (en) * | 2002-02-26 | 2003-08-28 | Hills Michael P. | SMBus notifications |
US6920418B2 (en) * | 2000-12-30 | 2005-07-19 | International Business Machines Corporation | Detecting events within simulation models |
US20060161906A1 (en) * | 2005-01-18 | 2006-07-20 | Detlef Becker | Program system, and method and system arrangement for configuring it |
US7188339B2 (en) * | 2003-10-24 | 2007-03-06 | Hewlett-Packard Development Company, L.P. | ACPI preprocessor |
US7191433B2 (en) * | 1998-06-15 | 2007-03-13 | Intel Corporation | Compiler for computer programming language including instruction statements for handling network packets |
US7200525B1 (en) * | 2004-06-29 | 2007-04-03 | Sun Microsystems, Inc. | System and method for generating a data structure representative of a fault tree |
US7726567B2 (en) * | 2006-10-25 | 2010-06-01 | Oracle America, Inc. | Method and system for generating an electronic product identification report in an embedded device |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000099332A (en) * | 1998-09-25 | 2000-04-07 | Hitachi Ltd | Remote procedure call optimization method and program execution method using the optimization method |
US6598169B1 (en) * | 1999-07-26 | 2003-07-22 | Microsoft Corporation | System and method for accessing information made available by a kernel mode driver |
US6883164B2 (en) * | 2000-12-15 | 2005-04-19 | International Business Machines Corporation | Strategy for dynamically modeling ASN.1 data to an object model |
US20030078949A1 (en) * | 2001-04-30 | 2003-04-24 | Scholz Bernhard J. | Automatic generation of forms with input validation |
US7111286B2 (en) * | 2002-12-18 | 2006-09-19 | Ge Medical Systems Information Technologies, Inc. | Method, system and computer product for parsing binary data |
US8010955B2 (en) * | 2004-03-05 | 2011-08-30 | International Business Machines Corporation | Reducing the run-time cost of incorporating custom tags in a server page |
US7818664B2 (en) * | 2004-03-16 | 2010-10-19 | Freedom Scientific, Inc. | Multimodal XML delivery system and method |
US7853593B2 (en) * | 2007-03-21 | 2010-12-14 | Microsoft Corporation | Content markup transformation |
-
2008
- 2008-06-04 US US12/132,695 patent/US8234626B2/en active Active
-
2012
- 2012-07-16 US US13/550,016 patent/US9678722B2/en active Active
Patent Citations (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6381734B1 (en) * | 1998-06-03 | 2002-04-30 | Microsoft Corporation | Method, software and apparatus for referencing a method in object-based programming |
US7191433B2 (en) * | 1998-06-15 | 2007-03-13 | Intel Corporation | Compiler for computer programming language including instruction statements for handling network packets |
US20010037490A1 (en) * | 2000-03-17 | 2001-11-01 | Hiang-Swee Chiang | Web application generator |
US6920418B2 (en) * | 2000-12-30 | 2005-07-19 | International Business Machines Corporation | Detecting events within simulation models |
US20030163599A1 (en) * | 2002-02-26 | 2003-08-28 | Hills Michael P. | SMBus notifications |
US7418714B2 (en) * | 2002-02-26 | 2008-08-26 | Microsoft Corporation | Employing three parameter buffer access in connection with SMBus notifications |
US7188339B2 (en) * | 2003-10-24 | 2007-03-06 | Hewlett-Packard Development Company, L.P. | ACPI preprocessor |
US7200525B1 (en) * | 2004-06-29 | 2007-04-03 | Sun Microsystems, Inc. | System and method for generating a data structure representative of a fault tree |
US20060161906A1 (en) * | 2005-01-18 | 2006-07-20 | Detlef Becker | Program system, and method and system arrangement for configuring it |
US7726567B2 (en) * | 2006-10-25 | 2010-06-01 | Oracle America, Inc. | Method and system for generating an electronic product identification report in an embedded device |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20130246779A1 (en) * | 2012-03-09 | 2013-09-19 | Jack Wang | Calling Firmware Runtime Services of Basic Input Output System |
CN108351923A (en) * | 2016-01-28 | 2018-07-31 | 惠普发展公司,有限责任合伙企业 | Threshold value related with the script that unified Extensible Firmware Interface system is executable |
CN108509190A (en) * | 2017-09-11 | 2018-09-07 | 平安科技(深圳)有限公司 | Realize method, electronic device and storage medium that operation system is interacted with multicompartment |
US20220321325A1 (en) * | 2021-04-02 | 2022-10-06 | EpositBox, LLC | Electronic deposit box for data protection and storage |
Also Published As
Publication number | Publication date |
---|---|
US9678722B2 (en) | 2017-06-13 |
US20120284700A1 (en) | 2012-11-08 |
US8234626B2 (en) | 2012-07-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9678722B2 (en) | Modular ASL component | |
JP5042454B2 (en) | Method and computer program for receiving computing system and computing system | |
CN101395572B (en) | Auxiliary display gadget for distributed content | |
KR101246997B1 (en) | Task-oriented processing as an auxiliary to primary computing environments | |
US8706836B2 (en) | Live streaming media and data communication hub | |
CN102246157B (en) | Method and system for isolating applications hosted by plug-in code | |
US9594548B2 (en) | Dynamically updating templated applications | |
US8583906B2 (en) | BIOS field mapping | |
CN101551747B (en) | Software system configuring tool of ARM series microprocessor | |
US7772987B2 (en) | Lighting control framework | |
US8082436B2 (en) | Enhanced UEFI framework layer | |
CN103955364A (en) | Front end assembly method suitable for mobile phone | |
JP2003015871A (en) | System and method for constructing target operating system from source operating system | |
CN102385513A (en) | Programming language support for reactive programming | |
US20070234315A1 (en) | Compiling an application by cluster members | |
CN1619493B (en) | Method of using feature flags to determine compatibility between BIOS revisions and installed hardware during flash update | |
KR20140117932A (en) | Method for controlling ACPI information and computer readable media storing program implementing the method | |
US8826307B2 (en) | Extensible private driver interface | |
CN101185116A (en) | Using strong data types to express speech recognition grammars in software programs | |
US20030221087A1 (en) | Information processing system | |
CN114047970A (en) | Configuration method and system of AUTOSAR (automotive open system architecture) architecture software | |
CN114721719A (en) | Method and system for containerized deployment of heterogeneous applications in cluster | |
CN113434315B (en) | Interface management method and device, storage medium and electronic equipment | |
CN102460381A (en) | Software extension analysis | |
US10659321B2 (en) | Electronic apparatus for recording debugging information and control method thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: DELL PRODUCTS L.P., TEXAS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HAWK, JOHN J.;HENTOSH, JOHN;PANT, ALOK;AND OTHERS;REEL/FRAME:021037/0934 Effective date: 20080530 |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
AS | Assignment |
Owner name: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT, TE Free format text: PATENT SECURITY AGREEMENT (ABL);ASSIGNORS:DELL INC.;APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;AND OTHERS;REEL/FRAME:031898/0001 Effective date: 20131029 Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH CAROLINA Free format text: PATENT SECURITY AGREEMENT (TERM LOAN);ASSIGNORS:DELL INC.;APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;AND OTHERS;REEL/FRAME:031899/0261 Effective date: 20131029 Owner name: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS FIRST LIEN COLLATERAL AGENT, TEXAS Free format text: PATENT SECURITY AGREEMENT (NOTES);ASSIGNORS:APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;BOOMI, INC.;AND OTHERS;REEL/FRAME:031897/0348 Effective date: 20131029 Owner name: BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT, TEXAS Free format text: PATENT SECURITY AGREEMENT (ABL);ASSIGNORS:DELL INC.;APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;AND OTHERS;REEL/FRAME:031898/0001 Effective date: 20131029 Owner name: BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS FI Free format text: PATENT SECURITY AGREEMENT (NOTES);ASSIGNORS:APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;BOOMI, INC.;AND OTHERS;REEL/FRAME:031897/0348 Effective date: 20131029 Owner name: BANK OF AMERICA, N.A., AS COLLATERAL AGENT, NORTH Free format text: PATENT SECURITY AGREEMENT (TERM LOAN);ASSIGNORS:DELL INC.;APPASSURE SOFTWARE, INC.;ASAP SOFTWARE EXPRESS, INC.;AND OTHERS;REEL/FRAME:031899/0261 Effective date: 20131029 |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: APPASSURE SOFTWARE, INC., VIRGINIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: DELL INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: COMPELLANT TECHNOLOGIES, INC., MINNESOTA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: SECUREWORKS, INC., GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: PEROT SYSTEMS CORPORATION, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS ADMINISTRATIVE AGENT;REEL/FRAME:040065/0216 Effective date: 20160907 |
|
AS | Assignment |
Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: PEROT SYSTEMS CORPORATION, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: COMPELLENT TECHNOLOGIES, INC., MINNESOTA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: SECUREWORKS, INC., GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: APPASSURE SOFTWARE, INC., VIRGINIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: DELL INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF AMERICA, N.A., AS COLLATERAL AGENT;REEL/FRAME:040040/0001 Effective date: 20160907 Owner name: COMPELLENT TECHNOLOGIES, INC., MINNESOTA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: APPASSURE SOFTWARE, INC., VIRGINIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: DELL INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: SECUREWORKS, INC., GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: PEROT SYSTEMS CORPORATION, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS COLLATERAL AGENT;REEL/FRAME:040065/0618 Effective date: 20160907 |
|
AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT, TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040136/0001 Effective date: 20160907 Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLATERAL AGENT, NORTH CAROLINA Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040134/0001 Effective date: 20160907 Owner name: CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH, AS COLLAT Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040134/0001 Effective date: 20160907 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., A Free format text: SECURITY AGREEMENT;ASSIGNORS:ASAP SOFTWARE EXPRESS, INC.;AVENTAIL LLC;CREDANT TECHNOLOGIES, INC.;AND OTHERS;REEL/FRAME:040136/0001 Effective date: 20160907 |
|
AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., T Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES, INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:049452/0223 Effective date: 20190320 Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES, INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:049452/0223 Effective date: 20190320 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 8 |
|
AS | Assignment |
Owner name: THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., TEXAS Free format text: SECURITY AGREEMENT;ASSIGNORS:CREDANT TECHNOLOGIES INC.;DELL INTERNATIONAL L.L.C.;DELL MARKETING L.P.;AND OTHERS;REEL/FRAME:053546/0001 Effective date: 20200409 |
|
AS | Assignment |
Owner name: WYSE TECHNOLOGY L.L.C., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: MOZY, INC., WASHINGTON Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: MAGINATICS LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: FORCE10 NETWORKS, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: EMC IP HOLDING COMPANY LLC, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: EMC CORPORATION, MASSACHUSETTS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL SYSTEMS CORPORATION, TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL SOFTWARE INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL MARKETING L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL INTERNATIONAL, L.L.C., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: CREDANT TECHNOLOGIES, INC., TEXAS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: AVENTAIL LLC, CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 Owner name: ASAP SOFTWARE EXPRESS, INC., ILLINOIS Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:CREDIT SUISSE AG, CAYMAN ISLANDS BRANCH;REEL/FRAME:058216/0001 Effective date: 20211101 |
|
AS | Assignment |
Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC), MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL INTERNATIONAL L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (040136/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061324/0001 Effective date: 20220329 |
|
AS | Assignment |
Owner name: SCALEIO LLC, MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: EMC IP HOLDING COMPANY LLC (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MOZY, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: EMC CORPORATION (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO MAGINATICS LLC), MASSACHUSETTS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO FORCE10 NETWORKS, INC. AND WYSE TECHNOLOGY L.L.C.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL PRODUCTS L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL INTERNATIONAL L.L.C., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL USA L.P., TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING L.P. (ON BEHALF OF ITSELF AND AS SUCCESSOR-IN-INTEREST TO CREDANT TECHNOLOGIES, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 Owner name: DELL MARKETING CORPORATION (SUCCESSOR-IN-INTEREST TO ASAP SOFTWARE EXPRESS, INC.), TEXAS Free format text: RELEASE OF SECURITY INTEREST IN PATENTS PREVIOUSLY RECORDED AT REEL/FRAME (045455/0001);ASSIGNOR:THE BANK OF NEW YORK MELLON TRUST COMPANY, N.A., AS NOTES COLLATERAL AGENT;REEL/FRAME:061753/0001 Effective date: 20220329 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY Year of fee payment: 12 |