Re: u-boot on x86

2025-05-14 Thread Simon Glass
Hi Michael, On Mon, 12 May 2025 at 15:59, Michael wrote: > > Hi Simon, > > when i execute the 'acpi' command i can see the tables. > I've also tried to enable the CONFIG_SMP Option - without any changes. > When using grub i can dump the tables - With u-boot i'm getting "Could not > get acpi tabl

Re: u-boot on x86

2025-05-12 Thread Simon Glass
Hi Michael, On Thu, 8 May 2025 at 14:51, Michael wrote: > > Hello!, > > i'm currently working on a project that could use several architectures > (arm / x86). > To have a common base for all systems, i want to use u-boot as unified > bootloader for both platforms. > At the moment i try to get u-b

u-boot on x86

2025-05-08 Thread Michael
Hello!, i'm currently working on a project that could use several architectures (arm / x86). To have a common base for all systems, i want to use u-boot as unified bootloader for both platforms. At the moment i try to get u-boot working on x86. These systems are more general pcs than classic embed

Re: [U-Boot] [PATCH v2 21/22] x86: Add some documentation on how to port U-Boot on x86

2015-01-28 Thread Simon Glass
uOn 27 January 2015 at 21:13, Simon Glass wrote: > Some information has been gleaned on tools and procedures for porting > U-Boot to different x86 platforms. Add a few notes to start things off. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v2: > - Document how to c

[U-Boot] [PATCH v2 21/22] x86: Add some documentation on how to port U-Boot on x86

2015-01-27 Thread Simon Glass
Some information has been gleaned on tools and procedures for porting U-Boot to different x86 platforms. Add a few notes to start things off. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: - Document how to change the SPI speed with ifdtool doc/README.x86 | 64 +++

Re: [U-Boot] [PATCH 22/23] x86: Add some documentation on how to port U-Boot on x86

2015-01-27 Thread Bin Meng
Hi Simon, On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass wrote: > Some information has been gleaned on tools and procedures for porting > U-Boot to different x86 platforms. Add a few notes to start things off. > > Signed-off-by: Simon Glass > --- > Reviewed-by: Bin Meng A minor comment below.

[U-Boot] [PATCH 22/23] x86: Add some documentation on how to port U-Boot on x86

2015-01-26 Thread Simon Glass
Some information has been gleaned on tools and procedures for porting U-Boot to different x86 platforms. Add a few notes to start things off. Signed-off-by: Simon Glass --- doc/README.x86 | 63 ++ 1 file changed, 63 insertions(+) diff --g

Re: [U-Boot] [PATCH v4 14/15] x86: Add a README.x86 for U-Boot on x86 support

2014-12-17 Thread Simon Glass
On 17 December 2014 at 00:50, Bin Meng wrote: > Signed-off-by: Bin Meng > Acked-by: Simon Glass > > --- > > Changes in v4: > - Minor update per review comments from Pavel Machek > > Changes in v3: None > Changes in v2: > - Remove the 'make menuconfig' in the crownbay build instructions > - Indic

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-17 Thread Simon Glass
Hi Pavel, On 15 December 2014 at 15:34, Pavel Machek wrote: > > Hi! > > > +Status > > +-- > > +U-Boot supports running as a coreboot [1] payload on x86. So far only link > > +(Chromebook pixel) has been tested, but it should work with minimal > > adjustments > > Link is codeword for Chromeboo

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-17 Thread Bin Meng
Hi Pavel, On Tue, Dec 16, 2014 at 6:34 AM, Pavel Machek wrote: > Hi! > >> +Status >> +-- >> +U-Boot supports running as a coreboot [1] payload on x86. So far only link >> +(Chromebook pixel) has been tested, but it should work with minimal >> adjustments > > Link is codeword for Chromebook Pi

[U-Boot] [PATCH v4 14/15] x86: Add a README.x86 for U-Boot on x86 support

2014-12-16 Thread Bin Meng
0,0 +1,126 @@ +# +# Copyright (C) 2014, Simon Glass +# Copyright (C) 2014, Bin Meng +# +# SPDX-License-Identifier: GPL-2.0+ +# + +U-Boot on x86 += + +This document describes the information about U-Boot running on x86 targets, +including supported boards, build instructions, todo list, etc.

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-15 Thread Pavel Machek
Hi! > +Status > +-- > +U-Boot supports running as a coreboot [1] payload on x86. So far only link > +(Chromebook pixel) has been tested, but it should work with minimal > adjustments Link is codeword for Chromebook Pixel? I'd write "Chromebook Pixel (Link)" if so. > +on other x86 boards sinc

[U-Boot] [PATCH v3 27/27] x86: Add a README.x86 for U-Boot on x86 support

2014-12-12 Thread Bin Meng
, Bin Meng +# +# SPDX-License-Identifier: GPL-2.0+ +# + +U-Boot on x86 += + +This document describes the information about U-Boot running on x86 targets, +including supported boards, build instructions, todo list, etc. + +Status +-- +U-Boot supports running as a coreboot [1] payload on x

Re: [U-Boot] [PATCH v2 27/27] x86: Add a README.x86 for U-Boot on x86 support

2014-12-11 Thread Simon Glass
7e > --- /dev/null > +++ b/doc/README.x86 > @@ -0,0 +1,126 @@ > +# > +# Copyright (C) 2014, Simon Glass > +# Copyright (C) 2014, Bin Meng > +# > +# SPDX-License-Identifier: GPL-2.0+ > +# > + > +U-Boot on x86 > += > + > +This document describes the informati

[U-Boot] [PATCH v2 27/27] x86: Add a README.x86 for U-Boot on x86 support

2014-12-09 Thread Bin Meng
0+ +# + +U-Boot on x86 += + +This document describes the information about U-Boot running on x86 targets, +including supported boards, build instructions, todo list, etc. + +Status +-- +U-Boot supports running as a coreboot [1] payload on x86. So far only link +(Chromebook pixel

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-05 Thread Bin Meng
denx.de >> Date: 12/05/2014 11:05 AM >> Subject: Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot >> on x86 support >> Sent by: s...@google.com >> >> Hi Bruce, >> >> On 5 December 2014 at 11:34, wrote: >> > Hi Simon, Bin, >>

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-05 Thread Bruce_Leonard
Hi Simon, Bin, u-boot-boun...@lists.denx.de wrote on 12/04/2014 04:03:54 PM: > From: Simon Glass > To: Bin Meng > Cc: U-Boot Mailing List > Date: 12/04/2014 04:04 PM > Subject: Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot > on x86 support > Sent by: u-boot-

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-05 Thread Bruce_Leonard
gt; To: Bin Meng > >> Cc: U-Boot Mailing List > >> Date: 12/04/2014 04:04 PM > >> Subject: Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot > >> on x86 support > >> Sent by: u-boot-boun...@lists.denx.de > >> > >

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-05 Thread Simon Glass
00..a79f510 >> > --- /dev/null >> > +++ b/doc/README.x86 >> > @@ -0,0 +1,123 @@ >> > +# >> > +# Copyright (C) 2014, Simon Glass >> > +# Copyright (C) 2014, Bin Meng >> > +# >> > +# SPDX-License-Identifier: GPL-2.0+ >>

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-05 Thread Bin Meng
t; +# Copyright (C) 2014, Simon Glass >> +# Copyright (C) 2014, Bin Meng >> +# >> +# SPDX-License-Identifier: GPL-2.0+ >> +# >> + >> +U-Boot on x86 >> += > > Very nice! > >> + >> +This document describes the information ab

Re: [U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-04 Thread Simon Glass
DME.x86 b/doc/README.x86 > new file mode 100644 > index 000..a79f510 > --- /dev/null > +++ b/doc/README.x86 > @@ -0,0 +1,123 @@ > +# > +# Copyright (C) 2014, Simon Glass > +# Copyright (C) 2014, Bin Meng > +# > +# SPDX-License-Identifier: GPL-2.0+ > +# >

[U-Boot] [PATCH 25/25] x86: Add a README.x86 for U-Boot on x86 support

2014-12-04 Thread Bin Meng
/README.x86 @@ -0,0 +1,123 @@ +# +# Copyright (C) 2014, Simon Glass +# Copyright (C) 2014, Bin Meng +# +# SPDX-License-Identifier: GPL-2.0+ +# + +U-Boot on x86 += + +This document describes the information about U-Boot running on x86 targets, +including supported boards, build

Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-25 Thread manohar . betham
al Message- From: "Graeme Russ" Sent: Sunday, November 25, 2012 7:52am To: manohar.bet...@smartplayin.com Cc: "Marek Vasut" , u-boot@lists.denx.de, "Simon Glass" Subject: Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen Hi Manohar, On 11/24/2012 06:08

Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-24 Thread Graeme Russ
r > > > > -Original Message- > From: "Graeme Russ" > Sent: Friday, November 23, 2012 4:23pm > To: manohar.bet...@smartplayin.com > Cc: "Marek Vasut" , u-boot@lists.denx.de, "Simon Glass" > > Subject: Re: [U-Boot] R

Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-23 Thread manohar . betham
] Error 1 Please help me. Best Regards, Manohar -Original Message- From: "Graeme Russ" Sent: Friday, November 23, 2012 4:23pm To: manohar.bet...@smartplayin.com Cc: "Marek Vasut" , u-boot@lists.denx.de, "Simon Glass" Subject: Re: [U-Boot] Reg Bootstrapp

Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-23 Thread manohar . betham
ntel_tizen/latest/u-boot/fs/ext4' make: *** [fs/ext4/libext4fs.o] Error 2 ... Thank you! Best Regards, Manohar -Original Message- From: manohar.bet...@smartplayin.com Sent: Friday, November 23, 2012 7:14pm To: "Graeme Russ" Cc: "Marek Vasu

Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-23 Thread manohar . betham
To: manohar.bet...@smartplayin.com Cc: "Marek Vasut" , u-boot@lists.denx.de, "Simon Glass" Subject: Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen Hi Manohar, On 11/23/2012 09:10 PM, manohar.bet...@smartplayin.com wrote: > > Dear Graeme, > > Thank y

Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-23 Thread Graeme Russ
> -Original Message- > From: "Graeme Russ" > Sent: Friday, November 23, 2012 12:12pm > To: manohar.bet...@smartplayin.com > Cc: "Marek Vasut" , u-boot@lists.denx.de > Subject: Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen > > > &

Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-23 Thread manohar . betham
dify and provide me the documentation. Thank you! Best Regards, Manohar 8790215215 -Original Message- From: "Graeme Russ" Sent: Friday, November 23, 2012 12:12pm To: manohar.bet...@smartplayin.com Cc: "Marek Vasut" , u-boot@lists.denx.de Subject: Re: [U-Boot

Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-23 Thread manohar . betham
c: manohar.bet...@smartplayin.com, "Graeme Russ" Subject: Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen Dear manohar.bet...@smartplayin.com, > Hi, > > I am Manohar,started boot the X86-64 (Intel(R) Core(TM) i5-2400 CPU @ > 3.10GHz) using u-boot to work for TIZEN . > &g

Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-22 Thread Graeme Russ
0215215 > > > > -Original Message- > From: "Marek Vasut" > Sent: Friday, November 23, 2012 6:08am > To: u-boot@lists.denx.de > Cc: manohar.bet...@smartplayin.com, "Graeme Russ" > Subject: Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 fo

Re: [U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-22 Thread Marek Vasut
Dear manohar.bet...@smartplayin.com, > Hi, > > I am Manohar,started boot the X86-64 (Intel(R) Core(TM) i5-2400 CPU @ > 3.10GHz) using u-boot to work for TIZEN . > > As I am unable to configure/build my pc using u-boot-x86 . > > I request you please help me how to configure it/build the u-boot-x

[U-Boot] Reg Bootstrapping u-boot on x86-64 for tizen

2012-11-22 Thread manohar . betham
Hi, I am Manohar,started boot the X86-64 (Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz) using u-boot to work for TIZEN . As I am unable to configure/build my pc using u-boot-x86 . I request you please help me how to configure it/build the u-boot-x86 on my pc as my pc is loaded with Ubuntu 11.

Re: [U-Boot] [coreboot] u-boot on x86 reloaded

2011-05-07 Thread Kevin O'Connor
On Wed, May 04, 2011 at 09:35:46PM +1000, Graeme Russ wrote: > - I'm in the middle of re-writing the entire real-mode switch code and > real-mode support in U-Boot. The new code allows you to write real-mode > code in C - I even have the Linux real-mode printf ported :) This will make > writing yo

Re: [U-Boot] u-boot on x86 reloaded

2011-05-07 Thread Graeme Russ
Hi Rodulf, On 04/05/11 22:37, Rudolf Marek wrote: > Hello all, > [snip] >> - The build warnings and errors you incurred are probably fixed in >> mainline (x86 is a bit of a forgotten cousin which gets broken when global >> patches are made to Makefile, linker scripts etc). If you still have >

Re: [U-Boot] u-boot on x86 reloaded

2011-05-04 Thread Rudolf Marek
Hello all, > Excellent - U-Boot on a new x86 board Yes and in general any supported coreboot board. > This is one of the ways I was thinking of getting U-Boot running on > mainstream PC boards. The other is to create U-Boot as a GRUB payload. > Either way, it's all about getting the SDRAM initia

Re: [U-Boot] u-boot on x86 reloaded

2011-05-04 Thread Graeme Russ
On 04/05/11 18:54, Rudolf Marek wrote: > Hello, > > I was asked to post it here too. > > I would like to announce that I was able to boot Linux using u-boot on AMD64 > motherboard Asrock 939A785G. The development was done on QEMU. Excellent - U-Boot on a new x86 board > > How does it work? >

[U-Boot] u-boot on x86 reloaded

2011-05-04 Thread Rudolf Marek
Hello, I was asked to post it here too. I would like to announce that I was able to boot Linux using u-boot on AMD64 motherboard Asrock 939A785G. The development was done on QEMU. How does it work? Coreboot does the complete HW init including memory setup PCI etc. When finishes it loads u-bo