Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
FIRMWARE UPDATE
Document Type and Number:
WIPO Patent Application WO/2019/118171
Kind Code:
A1
Abstract:
Example techniques for updating a firmware, such as BIOS, are disclosed. Upon receiving an update, it is determined whether a secondary non-volatile memory is defined for the firmware. If the secondary non-volatile memory is defined, the update may be written in the secondary non-volatile memory. Further, to apply the update, a warm reboot of the firmware may be performed. The warm reboot causes an OS of the computing system to restart, while preserving data associated with applications running on the computing system.

Inventors:
BULUSU MALLIK (US)
BHIMANADHUNI RAMAKOTI R (US)
MYSORE SHANTAMURTHY RAVI (US)
Application Number:
PCT/US2018/062685
Publication Date:
June 20, 2019
Filing Date:
November 28, 2018
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
MICROSOFT TECHNOLOGY LICENSING LLC (US)
International Classes:
G06F8/65
Foreign References:
US6732267B12004-05-04
GB2436215A2007-09-19
US6581159B12003-06-17
Other References:
None
Attorney, Agent or Firm:
MINHAS, Sandip S. et al. (US)
Download PDF:
Claims:
CLAIMS

1. A method for performing a firmware update, the method comprising:

receiving, by at least one processor, an update pertaining to a firmware of a computing system;

based on receiving the update, determining, by the at least one processor, whether a secondary non-volatile memory is defined for the firmware in the computing system, the secondary non-volatile memory being an auxiliary memory of the computing system; writing, by the at least one processor, the update in the secondary non-volatile memory, when the secondary non-volatile memory is defined for the firmware; and

performing, by the at least one processor, a warm reboot of the computing system to apply the update from the secondary non-volatile memory to the firmware, wherein the warm reboot is to restart an operating system (OS) of the computing system, while preserving data associated with applications running on the computing system.

2. The method as claimed in claim 1 further comprising creating, by the at least one processor, partitions in the secondary non-volatile memory to define a portion corresponding to the firmware, wherein the defined portion is to store updates pertaining to the firmware.

3. The method as claimed in claim 1, wherein performing a warm reboot comprises:

authenticating, by the at least one processor, a firmware image corresponding to the update; and

shadowing, by the at least one processor, the firmware image from the secondary non-volatile memory to apply the update, when the firmware image is authenticated.

4. The method as claimed in claim 3, wherein the method further comprises shadowing, by the at least one processor, a firmware image from a primary non-volatile memory, when the firmware image in the secondary non-volatile memory is not authenticated.

5. The method as claimed in claim 1 comprising receiving a request for cold reboot of the computing system, wherein the cold reboot comprises:

determining, by the at least one processor, whether any firmware update is pending in the secondary non-volatile memory;

updating, by the at least one processor, the firmware based on the update pending in the secondary non-volatile memory, when it is determined that a firmware update is pending; and

upon the updating, powering off, by the at least one processor, the computing system.

6. The method as claimed in claim 1, wherein determining whether the secondary non volatile memory is defined for the firmware comprises:

querying, by the at least one processor, a firmware interface as to whether the secondary non-volatile memory is defined for the firmware; and

when the secondary non-volatile memory is defined, receiving, by the at least one processor, secondary non-volatile memory characteristics to identify a portion of the secondary non-volatile memory to which the update is to be written.

7. A computing system comprising:

a processor;

a primary non-volatile memory and a secondary non-volatile memory;

an updater coupled to the processor, wherein the updater is to:

receive an update pertaining to BIOS firmware of the computing system; upon receipt of the update, determine whether a secondary non-volatile memory is defined for the BIOS firmware in the computing system; and

write the update to the secondary non-volatile memory, when the secondary non-volatile memory is defined for the BIOS firmware; and

a firmware manager coupled to the processor to perform a warm reboot of the computing system to apply the update from the secondary non-volatile memory to the BIOS firmware, wherein the warm reboot is to restart an OS of the computing system, while preserving data associated with applications running on the computing system.

8. The computing system as claimed in claim 7, wherein the secondary non-volatile memory includes a partition to define a portion for receiving updates corresponding to the BIOS firmware.

9. The computing system as claimed in claim 7, wherein the firmware manager prior to performing the warm reboot is to:

authenticate a BIOS firmware image corresponding to the update in the secondary non-volatile memory; and

shadow the BIOS firmware image from the secondary non-volatile memory to apply the update, when the BIOS firmware image is authenticated.

10. The computing system as claimed in claim 7, wherein the firmware manager is to perform a cold reboot of the computing system on receiving a cold reboot request, and wherein to perform the cold reboot, the firmware manager is to: determine whether any firmware update is pending in the secondary non-volatile memory;

when a firmware update is pending in the secondary non-volatile memory, update the firmware in accordance with the firmware update; and

upon updating, power off the computing system.

11. The computing system as claimed in claim 7, wherein the updater to determine whether the secondary non-volatile memory is defined for the BIOS firmware is to:

query a firmware interface as to whether the secondary non-volatile memory is defined for the firmware; and

when the secondary non-volatile memory is defined, receive secondary non-volatile memory characteristics to identify a portion of the secondary non-volatile memory to which the update is to be written.

12. A computer readable medium including machine readable instructions that are executable by a processor to:

receive an update pertaining to firmware of a computing system;

based on receiving the update, determine whether a secondary non-volatile memory is defined for the firmware in the computing system;

write the update in the secondary non-volatile memory, when the secondary non volatile memory is defined for the firmware; and

perform a warm reboot of the computing system to apply the update from the secondary non-volatile memory to the firmware, wherein the warm reboot is to restart an OS of the computing system, while preserving data associated with applications running on the computing system.

13. The computer readable medium as claimed in claim 12, wherein the instructions to perform the warm reboot cause the processor to:

authenticate a firmware image corresponding to the update; and

shadow the firmware image from the secondary non-volatile memory to apply the update when the firmware image is authenticated.

14. The computer readable medium as claimed in claim 13, further including instructions executable by the processor to shadow a firmware image from a primary non-volatile memory, when the firmware image in the secondary non-volatile memory is not authenticated.

15. The computer readable medium as claimed in claim 12, wherein the machine readable instructions are executable by the processor to receive a cold reboot request, wherein the processor to perform a cold reboot is to:

determine whether any firmware update is pending in the secondary non-volatile memory;

when an update is pending in the secondary non-volatile memory, update the firmware, based on the pending update; and

upon updating, power off the computing system.

Description:
FIRMWARE UPDATE

BACKGROUND

[0001] Computing systems generally include a firmware, such as, for example, Basic Input/Output System (BIOS) firmware, which may be executed by a controller for performing certain specific tasks pertaining to a computing system. For example, the firmware may perform various tasks including initializing and testing of various components of the computing system, power management, loading of an Operating System (OS) of the computing system, etc. In case of a cloud server, once the OS is loaded, Virtual Machines (VMs) may also be initialized and control of the system may be passed on to the OS. One of ordinary skill in the art will appreciate that the term BIOS may be used to denote a legacy BIOS, a Unified Extensible Firmware Interface (UEFI) BIOS or any other code that initializes components in a computing system.

[0002] The firmware may have to be updated from time to time to address issues relating to various functions of the computing system, such as, for example, security related fixes. Typically, the update may be performed by writing a patch or corrective code to a firmware image such as, for example, a BIOS image. Because the ability to write to the firmware is a controlled mechanism, the firmware update is typically handled by firmware interfaces. Firmware interfaces may not be under the control of an OS. Rather, they may be under the control of a firmware subsystem. A firmware subsystem typically operates at a layer below the OS in a computing system. Thus, to perform the firmware update, the computing system has to go back to an initial mode, where control is shifted from the OS to the firmware subsystem.

[0003] Because control may shift from the OS to the firmware subsystem during a firmware update, the applications that may be currently running on the computing system may be suspended until the firmware update is complete. This interruption to the applications may lead to sub optimal performance of the computing system. This is because firmware updates may take up to several minutes and, in certain cases, to several hours, which may adversely affect system availability. Further, while once the firmware update process is completed and control is handed back to the OS, the applications may be unable to restore to their last state because of data loss, which may occur due to re-initialization of the OS and the associated memory. These and other such problems may lead to suboptimal performance of the computing system.

[0004] Accordingly, a firmware update may bring the entire system down and may interrupt the operations of all the running applications till the update is performed. This may be a severe problem in cloud computing systems where multiple instances of virtual machines may be in operation and may share firmware which needs to be updated.

BRIEF DESCRIPTION OF THE DRAWINGS

[0005] Features of the present disclosure are illustrated by way of example and not limited to the following Figure(s), in which like numerals indicate like elements:

[0006] FIG. 1 is a schematic view of a computing system for updating a firmware, in accordance with an example implementation of the present disclosure;

[0007] FIG. 2 illustrates a cloud environment implementing firmware update, in accordance with an example implementation of the present disclosure;

[0008] FIG. 3 illustrates a flowchart depicting a method for updating a basic input/output firmware, in accordance with an example implementation of the present disclosure; and

[0009] FIG. 4 illustrates a flowchart depicting a method of performing a cold reboot operation, in accordance with an example implementation of the present disclosure.

DETAILED DESCRIPTION

[0010] For simplicity and illustrative purposes, the present disclosure is described by referring mainly to examples thereof. The examples of the present disclosure described herein may be used together in different combinations. In the following description, details are set forth in order to provide an understanding of the present disclosure. It will be readily apparent however, that the present disclosure may be practiced without limitation to all these details. Also, throughout the present disclosure, the terms“a” and“an” are intended to denote at least one of a particular element. As used herein, the term“includes” means includes but not limited to, the term“including” means including but not limited to. The term“based on” means based at least in part on.

[0011] Various implementations of the present disclosure describe techniques for firmware update in a computing system. The present subject matter describes a multi-staged firmware update, where firmware patches may be deployed in real-time without affecting the performance of an application or a server node (virtual or real). For the purposes of explanation and not as a limitation, a patch may be understood to be a piece of code to fix a functionality bug or to enhance the existing functionalities of the firmware.

[0012] Generally, a computing system, among other things, includes firmware, such as BIOS, which may be responsible for functions, such as, for example, initializing the computing system and the operating system(s) hosted thereon. Similar to application(s) on a computing system, the firmware may also have to be updated to fix functionality related bugs. However, unlike an application update, which is pertinent to a single application, a firmware update may be central to all the applications and the components of the computing system.

[0013] Firmware updates are often performed using firmware interfaces, such as a serial peripheral interface (SPI). To perform the update, a patch is written to a non-volatile memory associated with the firmware, such as SPI memory. Because the updates are performed by the firmware interfaces, such as a SPI interface, to the SPI memory, the control from the OS is shifted back to BIOS. This shift in control from the OS to the BIOS may interrupt applications or application threads that may be running on the computing system. Thus, the applications and/or associated virtual machines may experience downtime until the firmware update is complete. Moreover, the computing system may be rebooted to effectuate the firmware update, which may destroy the cached state of the virtual machines. The destruction of the cached state may lead to a loss of information stored in the virtual machines. Owing to this loss of information, the last state (prior to firmware update) of the virtual machines may not be restored, which in turn may impact the functioning of the virtual machines and the applications running thereon.

[0014] In an aspect of the present subject matter, multistage firmware update may be performed to minimize the downtime during a firmware update and to maintain the state of virtual machines. During a first stage, the update may be written to a secondary non volatile memory instead of the SPI memory and in a second or subsequent stage, the update from the secondary non-volatile memory may be copied to primary non-volatile memory to apply the update. The secondary non-volatile memory of a computing system may be understood to be an auxiliary memory, which is provided in addition to the main or primary non-volatile memory of the computing system.

[0015] In an example embodiment, the computing system may receive an update pertaining to the BIOS firmware of the computing system. One of ordinary skill in the art will appreciate that the BIOS update may be targeted by a BIOS runtime interface or any proprietary interface that can write to a non-volatile memory. In an example implementation, upon receiving the update, it may be determined whether a secondary non volatile memory is defined for firmware updates. For instance, a portion of the secondary non-volatile memory may be predefined for firmware updates. Consistent with the present disclosure, such a portion of memory may be referred to as the firmware portion of the secondary non-volatile memory. The secondary non-volatile memory may be understood to be an alternate memory in the computing system in addition to the primary non-volatile memory. Examples of secondary non-volatile memory include an embedded Multi-Media Controller (eMMC), a storage class memory, a Universal Serial Bus (USB), or any other storage media usable to store firmware. One of ordinary skill in the art will appreciate that storage class memory may be a combination of volatile and non-volatile memory devices where the features of both volatile and non-volatile memory may be present.

[0016] On determining that the secondary non-volatile memory is defined for firmware updates, a patch for updating the firmware may be written to the secondary non volatile memory, which may be the firmware portion of the secondary non-volatile memory. In an example embodiment, the OS to write the patch to the secondary non-volatile memory may create a new processor thread. Because the firmware patch may be written to the secondary non-volatile memory by an application thread with the OS in control, as opposed to writing the update to the SPI memory using firmware interfaces, the applications need not be suspended for duration the patch is being written to the secondary non-volatile memory.

[0017] Further, to effect the update and at the same to ensure that the state of various virtual machines is maintained, a warm reboot, also referred to as a soft reboot, is performed for the computing system. The warm reboot causes an operating system (OS) of the computing system to restart while preserving data associated with applications running on the computing system. In warm reboot, as against a cold reboot (or hard reboot), the computing system is still powered up and the volatile memory is in a self-refresh mode, where all the data may be saved prior to reboot. For instance, during the warm reboot, the volatile memory may be refreshed at pre-defmed clock frequencies to ensure there is no data loss.

[0018] In an example embodiment, during the warm reboot, it may be determined if a firmware image, typically an image of the firmware having the update, from the firmware portion is to be shadowed. A firmware image may be understood to be a file having contents of the firmware, and the file may be such that it may be reprogrammed to allow updating of the firmware. Furthermore, shadowing may be understood as copying of the firmware image to from a non-volatile memory, such as read only memory (ROM) or secondary non-volatile memory (as in the present disclosure) to volatile memory, such as random access memory (RAM).

[0019] In case it is ascertained that the secondary non-volatile memory includes the firmware image, (i.e., the update to the firmware), the firmware image may be authenticated prior to shadowing to ensure security and integrity of the computing system. Upon successful authentication, the updated firmware may be shadowed from the secondary non volatile memory. As the update is shadowed during a warm reboot as against traditional cold reboot, the virtual machines and/or applications may easily restore pre-reboot state, i.e., a state prior to the warm reboot.

[0020] In an alternative example embodiment, in the event of a cold reboot, the secondary non-volatile memory may be queried to determine if there is a pending firmware update. In case a firmware update is pending to be copied, the update may be copied to a non-volatile memory associated with the firmware, such as, for example, SPI memory, prior to performing the cold reboot. Such a check ensures that a firmware update is not lost in case of a cold reboot or in cases, where the secondary non-volatile memory may be removed.

[0021] Thus, the present disclosure provides for efficiently performing firmware update to minimize application/virtual machine downtime, while ensuring sanity of the virtual machines is maintained. Further, the present techniques may be easily integrated with the available resources, thereby making it easy to implement and cost efficient.

[0022] Although described specifically throughout the entirety of the instant disclosure, representative examples of the present disclosure have utility over a wide range of applications, and the above discussion is not intended and should not be construed to be limiting, but is offered as an illustrative discussion of aspects of the disclosure.

[0023] FIG. 1 illustrates a schematic of a computing system 100 for updating a firmware, in accordance with an example implementation of the present subject matter. Although the present subject matter has been explained in considerable detail with respect to Basic Input/Output System (BIOS) firmware, one of ordinary skill in the art will appreciate that principles described herein may be extended to other types of firmware as well. One of o

[0024] Referring to FIG. 1, the computing system 100 may be a computing device, such as a laptop, a desktop computer, a tablet, a PDA, a server computer, a cloud computer or the like. The computing system 100 may include additional components and one or more of the components described herein may be removed and/or modified without departing from a scope of the computing system 100. For example, the components of the computing system 100 are shown as being on a single computing device or server as an example, and in other examples, the components may be provided on multiple computers or servers. In addition, or in other examples, the apparatus 100 may include multiple processors, a multiple core processor, a plurality of multiple core processors, or the like. The apparatus 100 may also include multiple memories.

[0025] The computing system 100 may include a processor 102 and a memory 104 that stores machine readable instructions 106 that the processor 102 may execute. The memory 104 may include a non-transitory computer readable medium. The processor 102, which may be a microprocessor, a micro-controller, an application specific integrated circuit (ASIC), a graphical processing unit, or the like, may perform various processing functions in the computing system 100. The processing functions that the processor 102 performs, and other functions, operations and methods described herein may be embodied in the machine readable instructions 106. In addition to storing the machine readable instructions 106, the memory 104 may store data or functions.

[0026] In an aspect of the present disclosure, the memory 104 may include a main or primary non-volatile memory 104-1 and a secondary non-volatile memory 104-2. In an example implementation, the primary non-volatile memory 104-1 may be a low-speed flash device and the secondary non-volatile memory 104-2 may be a high-speed flash device. Examples of the secondary non-volatile memory 104-2 may include, but are not limited to, a Personal Computer Memory Card International Association (PCMCIA) card, a hidden Universal Serial Bus (USB) partition and an embedded Multi-Media Controller (eMMC).

[0027] The secondary non-volatile memory 104-2 may be configured to store a firmware image, such as the BIOS image, and associated updates. For example, a portion of the secondary non-volatile memory 104-2, referred to as firmware portion 104-3, may be predefined for use for BIOS related updates. In an example implementation, the BIOS firmware, also referred to as a pre-boot firmware, may be provided with additional capabilities to detect the secondary non-volatile memory 104-2. Once detected, the firmware may be able to create hidden partitions in the secondary non-volatile memory 104-2. In an example embodiment, the BIOS firmware may create a hidden partition(s) using known OS drivers to reserve the portion(s) of the secondary non-volatile memory for BIOS. As described above, such portions may be referred to as the firmware portion or BIOS portion 104-3. The BIOS may publish the created partitions to the OS through interfaces, which the OS can access, such as Advanced Configuration and Power Interface (ACPI). Furthermore, the BIOS portion 104-3 may be a contiguous or non-contiguous block of memory.

[0028] Referring back to FIG. 1, the computing system 100 may further include an interface 108 that may include a variety of software and hardware interfaces. The interface 108 may allow the computing system 100 to communicate with other devices, such as computing devices coupled to the computing system 100, and external data repositories, in a network environment. The interface 108 may include a network interface, such as, for example, a Local Area Network (LAN), a wireless 802.1 lx LAN, a 3G/4G/5G/XG mobile WAN, a WiMax WAN or a LTE WAN.

[0029] Furthermore, the computing system 100 may include an updater 110 coupled to the processor 102. The updater 110 may be configured to receive at least one update pertaining to a firmware, such as a basic input/output system (BIOS) firmware of the computing system 100. In an example embodiment, the updater 110 may receive the at least one update from security policies of the computing system 100. Upon receiving the at least one update, the updater 110 may determine whether or not a secondary non-volatile memory 104-2 is defined for firmware updates. For example, a BIOS run-time interface may be queried if the secondary non-volatile memory 104-2 is defined for receiving firmware updates.

[0030] As mentioned above, the BIOS portion 104-3 may be pre-defmed in the secondary non-volatile memory 104-2. In an example, the updater 100 may query a firmware interface as to whether the secondary non-volatile memory 104-2 is defined for the BIOS firmware. On receiving such a query, the firmware interface may respond with secondary non-volatile memory characteristics if the secondary non-volatile memory is defined for the firmware. The secondary non-volatile memory characteristics aid in identifying the portion(s) of the secondary non-volatile memory 104-2 to which the update is to be written. In an example embodiment, secondary non-volatile memory characteristics may include, for example, data pertaining to Peripheral Component Interconnect (PCI) bus device, offset position, storage type, mailbox region, and other such characteristics.

[0031] Upon determining that the secondary non-volatile memory 104-2 is defined for the firmware, the updater 110 may write the at least one update to the BIOS image in the secondary non-volatile memory 104-2, or in particular, to the BIOS portion 104-3. In an example implementation, the updater 110 may perform the write function through an OS driver interface (not shown) of the computing system 100. Thus, where there may be initially n application threads running on the computing system 100, there may now be n+1 threads, where the n+lth thread is for writing the update to the secondary non-volatile memory 104- 2. The n+lth may operate in parallel to other n threads and, therefore, a result the update process may not interfere with the operations of the applications currently running on the computing system 100.

[0032] The writing of the firmware update to the secondary non-volatile memory

104-2 may comprise the first stage of the multi-stage firmware update performed by the computing system 100. In the second stage or subsequent stage, the firmware image, such as the BIOS image, from the secondary non-volatile memory 104-2 may be copied to effect the update.

[0033] Upon writing the BIOS image to the secondary non-volatile memory 104-2, the updater 110 may set a reboot flag to indicate to the BIOS firmware to perform a warm reboot. The BIOS firmware may include a firmware manager 112 to implement the updates. In an example embodiment, a boot block of the BIOS firmware may include the firmware manager 112. The boot block may be hard coded and may include fundamental codes. In accordance with the present disclosure, the firmware manager 112 may determine whether warm or cold reboot is to be performed.

[0034] In an example embodiment, on determining the request for the warm reboot, the firmware manager 112 via a Unified Extensible Firmware Interface (UEFI) may initialize the secondary non-volatile memory 104-2. The UEFI may then query the secondary non-volatile memory 104-2 for existence of any firmware updates in the secondary non-volatile memory 104-2. On determining that one or more updates are pending, the firmware manager 112 may subsequently authenticate the updates prior to the updates. The firmware manager 112 may implement authentication techniques such as, for example, signature verification, key matching, and other such techniques. The authentication may aid in determining a valid BIOS image and may thus prevent the computing system 100 from security attacks.

[0035] Upon successful authentication of the BIOS image, the firmware manager

112 may shadow the BIOS image, which corresponds to an updated BIOS firmware from the secondary non-volatile memory 104-2 of the computing system 100. To shadow the BIOS image, PCI and BIOS portion 104-3 may be enumerated. Furthermore, a system management mode (SMM) may be initialized to perform the update. For example, a service management interrupt (SMI) may perform the update. In addition, metadata, such as, for example, bus/dev/function, block size, and offset that, describe BIOS portion 104-3 in the secondary non-volatile memory 104-2 are shadowed to system management RAM (SMRAM). Subsequently, a SMI handler is published to return BIOS portion characteristics and the ACPI is published to return secondary BIOS. In addition, the boot target is identified and OS is booted.

[0036] However, in case authentication fails and it is determined that the BIOS image is invalid, the firmware manager 112 may shadow the BIOS firmware from the SPI memory (in the primary non-volatile memory 104-1. Subsequently, the boot up process may be performed as described in previous paragraph. In this manner, the warm reboot may aid restoring of system state prior to boot.

[0037] In the event that the firmware updater 112 ascertains that a cold reboot is to be performed prior to the cold reboot, the secondary non-volatile memory 104-2 may be queried about the presence of BIOS images. In case it is determined that the secondary non volatile memory 104-2 includes BIOS images, such BIOS images may be copied to SPI main. This ensures that all the updates are copied in the SPI main because during the cold reboot the secondary non-volatile memory 104-2 may also be initialized. Furthermore, such a check may ensure no update is lost in case the secondary non-volatile memory 104-2 is removed. Upon copying, the BIOS images may be deleted from the secondary non-volatile memory.

[0038] FIG. 2 illustrates a cloud server 200 according to an example embodiment.

As shown, the cloud server 200 may include multiple processors 202-1 through 202-n. The processor 202 may be similar to the processor 102, described above. The processors 202- 1...202-n, collectively referred to as processor(s) 202 may interact with each other and may share common resources, such as firmware (not shown in figures), a platform controller hub (PCH) 204 and baseboard management controller (BMC) 206. The processors 202 may be of similar or different configurations. Also, workload among the processors 202 may be divided using various load balancing techniques. Each of the processor 202 may also include one or virtual machines. In other examples, the processors 202 may themselves be virtual machines.

[0039] One or more processors 202 may be coupled to the PCH 204. The PCH 204 may supplement functions of a processor. Furthermore, the PCH 204 may be in communication with the BMC 206. The BMC 206 may serve as an interface between system management software and platform hardware. Hie PCH 204 may include interfaces for primary non-volatile memory 104-1 such as the SPI 208, and the secondary non-volatile memory 104-2, such as USBs. The SPI 208 may store UEFI/ME images. For the sake of brevity, only components pertinent to present disclosure have been illustrated. One of ordinary skill in the art will appreciate that the PCH 204, BMC 206, and the processors 202 may include other components and interfaces to interact with other devices.

[0040] As described earlier, multiple applications may be running on each of the processors 202. According to an aspect of the present disclosure, when the updater 1 10 ascertains that the BIOS firmware is to be updated, a new processor thread may be created for writing the firmware update to the secondary portion 104-3 of the secondary non-volatile memory 104-2. The new thread may be created at any of the processors 202. Simultaneously, the other application threads may continue to perform the tasks without being interrupted by the update process. Upon writing the firmware update to the secondary non-volatile memory 104-2, the firmware manager 112 may determine if a warm reboot is to be performed.

[0041] In the event of a warm reboot, the secondary non-volatile memory 104-2 may be discovered and it may be ascertained as to whether a BIOS image is to be shadowed. Further, if the BIOS image is to be shadowed, the BIOS image is first authenticated and on being authenticated, the BIOS image from secondary non-volatile memory 104-2 is shadowed, else the BIOS image from SPI 208 may be shadowed. As a result, there may be no system downtime during the warm boot. Thus, the present disclosure provides a provision for firmware update with a warm reboot. In case of a warm reboot, the state of virtual machines may be preserved as the volatile memory is in a self refresh mode, where the content in each cell may be preserved.

[0042] In the event of a cold boot, the BIOS image from the secondary non-volatile memory 104-2, if any, may be moved to the SPI main 208 prior to the cold reboot. Thus, in case of the warm boot, the BIOS image from the secondary non-volatile memory 104-2 is shadowed, while in case of the cold reboot, the BIOS image from SPI main 208 is shadowed.

[0043] Accordingly, the present disclosure provides an efficient mechanism to deploy firmware updates in a multi-staged manner for high availability of cloud environments. Furthermore, the firmware updates are applied in real time while the system remains available during the updates. Consistent with the present disclosure, the firmware update does not shut the entire system down, and the operations of the running applications are not interrupted.

[0044] Referring to FIG. 3, a flowchart depicting a method 300 for updating a basic input/output (BIOS) firmware in a system, such as the computing system 100 is illustrated, in accordance with an example embodiment of the present disclosure. The processor 102 may execute the method 300 and other methods described herein. For example, the processor 102 as shown in FIG. 1 may execute the machine readable instructions 106 to execute the method 300. Although particular reference is made herein to the processor 102 executing the method 300, another device or multiple devices may execute the method 300 without departing from the scope of the method 300.

[0045] At block 302, the method 300 includes receiving, at least one update pertaining to the BIOS firmware of the computing system 100. For example, an updater 110 may receive the one or more updates.

[0046] At block 304, the method 300 includes determining whether a secondary non volatile memory, for instance, partitions in the secondary non-volatile memory 104-2 are defined for the BIOS, upon receiving the at least one update. In an example embodiment, the secondary non-volatile memory 104-2 may be pre-defmed in the computing system 100. The secondary non-volatile memory 104-2 may be configured to store any update pertaining to the BIOS firmware of the computing system 100. Examples of the secondary non-volatile memory 104-2 may include, but are not limited to, a PCMCIA card, a hidden USB partition and an eMMC. If the secondary non-volatile memory 104-2 is defined, the method 300 moves to block 308, else the method 300 moves to block 306.

[0047] At block 306, the method 300 includes writing the updates in a primary non volatile memory 104-1 of the computing system 100. For example, when the secondary non volatile memory 104-2 is not defined for the computing system 100, the firmware manager 112 may directly write the updates pertaining to the BIOS firmware in the primary non volatile memory 104-1, such as the SPI memory.

[0048] At block 308, the method 300 includes writing the at least one update in the secondary non-volatile memory 104-2. In an example, the firmware manager 112 may perform the write function through an operating system (OS) driver interface (not shown) of the computing system 100.

[0049] At block 310, the method 300 includes performing a warm reboot of the computing system 100 to apply the at least one update from the secondary non-volatile memory 104-2 to the BIOS firmware. In an example, the warm reboot causes the OS of the computing system 100 to restart while preserving data stored in the memory 104 of the computing system 100.

[0050] During the warm reboot, the firmware manager 112 may confirm that the updates available in the secondary non-volatile memory 104-2 are authentic and do not include any malicious code. To do so, the firmware manager 112 may employ various authentication techniques such as, for example, a public-private key pair, to verify the authentication of the updates. Upon successful verification of the authentication of the updates, the firmware manager 112 may shadow an updated BIOS firmware from the secondary non-volatile memory 104-2 of the computing system 100. On the other hand, upon unsuccessful authentication of the updates, the firmware manager 112 may shadow the BIOS firmware from the primary non-volatile memory 104-1, such as the SPI memory of the computing system 100. [0051] FIG. 4 illustrates a flowchart depicting a method 400 of performing a cold reboot operation, in accordance with an example embodiment of the present disclosure. The processor 102 may execute the method 400 and other methods described herein. For example, the processor 102 as shown in FIG. 1 may execute the machine readable instructions 106 to execute the method 300. Although particular reference is made herein to the processor 102 executing the method 400, another device or multiple devices may execute the method 400 without departing from the scope of the method 400.

[0052] At block 402, the method 400 includes receiving a request to shut down or cold reset/reboot the computing system 100. In an example embodiment, in order to hard- write any updates to the primary non-volatile memory 104-1, the computing system 100 may have to be shut down.

[0053] At block 404, the method 400 includes determining whether any BIOS firmware update is pending in the secondary non-volatile memory 104-2. In an example embodiment, the firmware manager 112 may, before cold rebooting, the computing system 100, check whether any update is pending in the secondary non-volatile memory 104-2. For example, it may be determined if there is a BIOS image in the secondary non-volatile memory 104-2 to be copied. If an update is identified as pending in the secondary non volatile memory 104-2, the method 400 moves to block 408, else the method 400 moves to block 406.

[0054] At block 406, the method 400 includes powering off the computing system

100

[0055] At block 408, the method 400 includes based on the determination that an update is pending in the secondary non-volatile memory 104-2, updating the BIOS firmware based on the pending update. Furthermore, on updating the BIOS firmware, the BIOS image may be deleted from the secondary storage.

[0056] At block 410, the method 400 includes powering off the computing system

100. During power off or the shut down, the updates are applied to the primary non-volatile memory 104-1 of the computing system 100.

[0057] What has been described and illustrated herein are examples of the disclosure along with some variations. The terms, descriptions, and figures used herein are set forth by way of illustration only and are not meant as limitations. Many variations are possible within the scope of the disclosure, which is intended to be defined by the following claims-and their equivalents-in which all terms are meant in their broadest reasonable sense unless otherwise indicated.