From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 28 Oct 2019 15:12:48 +0800 Subject: [U-Boot] [PATCH v3 024/108] x86: spl: Support init of a PUNIT In-Reply-To: <20191021033913.220758-24-sjg@chromium.org> References: <20191021033913.220758-22-sjg@chromium.org> <20191021033913.220758-24-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > The x86 power unit handles power management. Support initing this device > which is modelled as a new type of system controller since there are no > operations needed. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Fix 'err-%d' typo > > Changes in v2: None > > arch/x86/include/asm/cpu.h | 1 + > arch/x86/lib/spl.c | 40 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 41 insertions(+) > Reviewed-by: Bin Meng