Re: [U-Boot] [PATCH v2 1/3] x86: Support booting SeaBIOS

2016-03-10 Thread Bin Meng
On Tue, Mar 1, 2016 at 10:04 AM, Simon Glass wrote: > On 29 February 2016 at 00:54, Bin Meng wrote: >> SeaBIOS is an open source implementation of a 16-bit x86 BIOS. >> It can run in an emulator or natively on x86 hardware with the >> use of coreboot. With SeaBIOS's help, we can boot some OSes >>

Re: [U-Boot] [PATCH v2 1/3] x86: Support booting SeaBIOS

2016-02-29 Thread Simon Glass
On 29 February 2016 at 00:54, Bin Meng wrote: > SeaBIOS is an open source implementation of a 16-bit x86 BIOS. > It can run in an emulator or natively on x86 hardware with the > use of coreboot. With SeaBIOS's help, we can boot some OSes > that require 16-bit BIOS services like Windows/DOS. > > As