Hi,
On Thu, Feb 16, 2017 at 08:38:11AM +0100, Michael Olbrich wrote:
> On Wed, Feb 15, 2017 at 08:29:32PM +0100, Jean-Christophe PLAGNIOL-VILLARD
> wrote:
> > Today the EFI is build as an other ARCH when in fact it's just a boot mode
> >
> > so move it back to arch/x86 for the spicific x86 part
Hi,
On Wed, Feb 15, 2017 at 08:29:32PM +0100, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> Today the EFI is build as an other ARCH when in fact it's just a boot mode
>
> so move it back to arch/x86 for the spicific x86 part and the common
> to common and driver
>
> The last 3 patches allow to debu
Hi Antony,
On Wed, Feb 15, 2017 at 10:12:25AM +0300, Antony Pavlov wrote:
> This patch series makes it possible to use FT2232H ACBUS[7:0]
> pins as gpio pins from sandbox barebox.
>
> I have tested output gpio functionality by connecting
> a LED to ACBUS[0] and lightening it with gpio_direction_o
On Wed, Feb 15, 2017 at 03:34:55PM +0100, gianluca wrote:
> On 02/15/2017 12:51 PM, Sascha Hauer wrote:
> > On Tue, Feb 14, 2017 at 11:32:44AM +0100, gianluca wrote:
> > > On 02/10/2017 08:35 AM, Sascha Hauer wrote:
> > > > Hi Gianluca,
> > > >
> > > > On Thu, Feb 09, 2017 at 03:37:41PM +0100, gia
On Wed, Feb 15, 2017 at 08:34:15PM +0100, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> prepare to drop the efi arch as efi boot up is not arch sepecific
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> ---
> Documentation/boards/efi.rst | 2 +-
> arch/x86/Kconfig
On Tue, Feb 14, 2017 at 12:03:12PM +0100, Uwe Kleine-König wrote:
> MACH_SABRELITE is only selectable if IMX_MULTI_BOARDS is enabled. The latter
> already selects HAVE_PBL_MULTI_IMAGES.
>
> Signed-off-by: Uwe Kleine-König
> ---
> arch/arm/mach-imx/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
On Wed, Feb 15, 2017 at 05:42:48PM +0100, Uwe Kleine-König wrote:
> Similar to the two previous commits, this gets rid of a of-fixup which
> is strange because the soc init stuff is rerun then when a new dt for
> booting into Linux is loaded. It also only calls mvebu_mbus_add_range if
> we're runni
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
arch/efi/Kconfig | 53 ---
arch/efi/Makefile | 43 ---
arch/efi/configs/efi_defconfig | 79 ---
arch/efi/include/asm/barebox.h | 1 -
arch/efi/in
prepare to drop the efi arch as efi boot up is not arch sepecific
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
Documentation/boards/efi.rst | 2 +-
arch/x86/Kconfig | 53 --
arch/x86/Makefile| 74 +
This alllow us to known where we boot from
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
drivers/efi/efi-device.c | 23 +++
include/efi.h| 7 ++-
2 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/drivers/efi/efi-device.c b/drivers/efi/efi-d
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
arch/efi/Makefile | 2 +-
common/Makefile| 1 +
{arch/efi => common}/efi/Makefile | 0
{arch/efi => common}/efi/efi-image.c | 0
so it can be reused on any ARCH
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
arch/efi/efi/Makefile | 5 -
drivers/Makefile | 1 +
drivers/block/Makefile | 1 +
{arch/efi/efi => drivers/block}/efi-block-io.c
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
arch/x86/Makefile | 1 +
arch/x86/bios/Makefile | 3 +++
arch/x86/{lib => bios}/bios_disk.S | 0
arch/x86/{lib => bios}/memory16.S | 0
arch/x86/{lib => bios}/traveler.S | 0
arch/x86/lib/Makefile | 3
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
arch/efi/Kconfig| 1 +
arch/efi/efi/Makefile | 1 -
arch/efi/efi/efi-image.c| 4 ++--
arch/efi/efi/efi.c | 4 ++--
arc
as efi is not an arch but a boot mode from where barebox is started
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
arch/efi/Kconfig| 1 +
arch/efi/efi/Makefile | 1 -
drivers/clocksource/Kconfig
so other arch could include it too
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
---
arch/efi/include/mach/debug_ll.h | 21 +
{arch/efi/include/mach => include/efi}/debug_ll.h | 0
2 files changed, 1 insertion(+), 20 deletions(-)
copy {arch/efi/include/ma
Today the EFI is build as an other ARCH when in fact it's just a boot mode
so move it back to arch/x86 for the spicific x86 part and the common
to common and driver
The last 3 patches allow to debug EFI and prepare for more efi support
The following changes since commit b225bbf295c92263adbcec2c3
On 14:04 Wed 15 Feb , Sascha Hauer wrote:
> Hi Jean-Christophe,
>
> On Fri, Feb 10, 2017 at 10:56:55AM +0100, Jean-Christophe PLAGNIOL-VILLARD
> wrote:
> > Today the EFI is build as an other ARCH when in fact it's just a boot mode
> >
> > so move it back to arch/x86 for the spicific x86 part
Similar to the two previous commits, this gets rid of a of-fixup which
is strange because the soc init stuff is rerun then when a new dt for
booting into Linux is loaded. It also only calls mvebu_mbus_add_range if
we're running on a Kirkwood.
The initcall must be postponed to post-core to ensure
o
Similar to the previous commit, this gets rid of a of-fixup which is
strange because the soc init stuff is rerun then when a new dt for
booting into Linux is loaded. It also only calls
mvebu_mbus_add_range if we're running on a Dove.
The initcall must be postponed to post-core to ensure
of_machine
This gets rid of a of-fixup which is strange because the soc init stuff is
rerun then when a new dt for booting into Linux is loaded. It also only calls
mvebu_mbus_add_range if we're running on an Armada 370 or XP and inlines
a simple function.
The initcall must be postponed to post-core to ensure
---
arch/arm/mach-mvebu/dove.c | 2 --
arch/arm/mach-mvebu/kirkwood.c | 2 --
2 files changed, 4 deletions(-)
diff --git a/arch/arm/mach-mvebu/dove.c b/arch/arm/mach-mvebu/dove.c
index d6407f394229..9a3b05d004d5 100644
--- a/arch/arm/mach-mvebu/dove.c
+++ b/arch/arm/mach-mvebu/dove.c
@@ -54,8
On 02/15/2017 12:51 PM, Sascha Hauer wrote:
On Tue, Feb 14, 2017 at 11:32:44AM +0100, gianluca wrote:
On 02/10/2017 08:35 AM, Sascha Hauer wrote:
Hi Gianluca,
On Thu, Feb 09, 2017 at 03:37:41PM +0100, gianluca wrote:
Hello,
I would like to know if there is a clear way on using the lvds pins t
Am 15.02.2017 um 14:39 schrieb Oleksij Rempel:
> Am 15.02.2017 um 13:31 schrieb Holger Schurig:
>> For what it's worth, my kernel is also in an ext4 partition (on an
>> SDCARD or eMMC).
>>
>> I format them with "mkfs.ext4 -q -F -D -j /dev/"
>>
>> Inside the partition, I use /boot/vmlinuz as a s
Am 15.02.2017 um 13:31 schrieb Holger Schurig:
> For what it's worth, my kernel is also in an ext4 partition (on an
> SDCARD or eMMC).
>
> I format them with "mkfs.ext4 -q -F -D -j /dev/"
>
> Inside the partition, I use /boot/vmlinuz as a symlink to the real file
> which is in the same direct
Hi Jean-Christophe,
On Fri, Feb 10, 2017 at 10:56:55AM +0100, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> Today the EFI is build as an other ARCH when in fact it's just a boot mode
>
> so move it back to arch/x86 for the spicific x86 part and the common
> to common and driver
>
> The following ch
On Tue, Feb 14, 2017 at 11:32:44AM +0100, gianluca wrote:
> On 02/10/2017 08:35 AM, Sascha Hauer wrote:
> > Hi Gianluca,
> >
> > On Thu, Feb 09, 2017 at 03:37:41PM +0100, gianluca wrote:
> > > Hello,
> > > I would like to know if there is a clear way on using the lvds pins to
> > > drive
> > > a
binary.0 sets up all RAM but the address decoding isnt' adapted accordingly
which makes barebox assume that there are only 512 MiB of RAM on a single
bank instead of two banks with 1 GiB each.
Signed-off-by: Uwe Kleine-König
---
arch/arm/boards/netgear-rn2120/lowlevel.c | 15 +++
1 f
On 02/14/2017 11:59 AM, gianluca wrote:
On 02/14/2017 11:32 AM, gianluca wrote:
On 02/10/2017 08:35 AM, Sascha Hauer wrote:
Hi Gianluca,
On Thu, Feb 09, 2017 at 03:37:41PM +0100, gianluca wrote:
Hello,
I would like to know if there is a clear way on using the lvds pins
to drive
a LVDS display
29 matches
Mail list logo