Re: [PATCH 00/34] x86: expo: Add support for editing coreboot CMOS RAM settings

2024-01-04 Thread Simon Glass
Hi Bin, On Thu, Jan 4, 2024 at 5:06 AM Bin Meng wrote: > > Hi Simon, > > On Sun, Dec 31, 2023 at 8:43 PM Simon Glass wrote: > > > > Hi Bin, > > > > On Sun, Dec 31, 2023 at 2:59 AM Bin Meng wrote: > > > > > > Hi Simon, > > > > > > On Wed, Nov 15, 2023 at 9:24 PM Simon Glass wrote: > > > > > >

Re: [PATCH 00/34] x86: expo: Add support for editing coreboot CMOS RAM settings

2024-01-04 Thread Bin Meng
Hi Simon, On Sun, Dec 31, 2023 at 8:43 PM Simon Glass wrote: > > Hi Bin, > > On Sun, Dec 31, 2023 at 2:59 AM Bin Meng wrote: > > > > Hi Simon, > > > > On Wed, Nov 15, 2023 at 9:24 PM Simon Glass wrote: > > > > > > Hi Bin, > > > > > > On Sun, 1 Oct 2023 at 19:16, Simon Glass wrote: > > > > > >

Re: [PATCH 00/34] x86: expo: Add support for editing coreboot CMOS RAM settings

2023-12-31 Thread Simon Glass
Hi Bin, On Sun, Dec 31, 2023 at 2:59 AM Bin Meng wrote: > > Hi Simon, > > On Wed, Nov 15, 2023 at 9:24 PM Simon Glass wrote: > > > > Hi Bin, > > > > On Sun, 1 Oct 2023 at 19:16, Simon Glass wrote: > > > > > > U-Boot provides support for editing settings with an 'expo', as well as > > > reading

Re: [PATCH 00/34] x86: expo: Add support for editing coreboot CMOS RAM settings

2023-12-31 Thread Bin Meng
Hi Simon, On Wed, Nov 15, 2023 at 9:24 PM Simon Glass wrote: > > Hi Bin, > > On Sun, 1 Oct 2023 at 19:16, Simon Glass wrote: > > > > U-Boot provides support for editing settings with an 'expo', as well as > > reading and writing settings to CMOS RAM. > > > > This series integrates expo

Re: [PATCH 00/34] x86: expo: Add support for editing coreboot CMOS RAM settings

2023-11-15 Thread Simon Glass
Hi Bin, On Sun, 1 Oct 2023 at 19:16, Simon Glass wrote: > > U-Boot provides support for editing settings with an 'expo', as well as > reading and writing settings to CMOS RAM. > > This series integrates expo functionality with coreboot, using the > sysinfo table to get a list of settings,

[PATCH 00/34] x86: expo: Add support for editing coreboot CMOS RAM settings

2023-10-01 Thread Simon Glass
U-Boot provides support for editing settings with an 'expo', as well as reading and writing settings to CMOS RAM. This series integrates expo functionality with coreboot, using the sysinfo table to get a list of settings, creating an expo with them and allowing them to be edited. A new CI test