On 13 August 2015 at 11:51, Vignesh R wrote:
>
>
> On 07/30/2015 11:04 AM, Vignesh R wrote:
>>
>> This patch series enables DMA for QSPI on dra7xx and am43xx.
>> Patch 1 and 2 make sure the buffers are mem aligned for dma operation.
>> Patch 3-6 add support for enabling and disabling of edma3 cloc
This series adds some improvment to the existing coreboot support,
like >=4GiB memory support, correct E820 table report, don't bother
configure system tables in Kconfig and support booting Linux kernel
with a working graphics console.
Tested on Intel Bayley Bay, U-Boot loaded by coreboot as a pay
With recent EFI support, the entry point address of coreboot payload
was changed. Now we update the address to use _x86boot_start, which
is the same one for EFI.
Signed-off-by: Bin Meng
---
doc/README.x86 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/README.x86 b
Instead of hiding each menu entries under "System tables" for EFI,
hide the main menu completely.
Signed-off-by: Bin Meng
---
arch/x86/Kconfig | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 01ed760..b600beb 100644
--- a/arch/x86/
coreboot has some extensions (type 6 & 16) to the E820 types.
When we detect this, mark it as E820_RESERVED.
Signed-off-by: Bin Meng
---
arch/x86/cpu/coreboot/sdram.c | 15 +--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/arch/x86/cpu/coreboot/sdram.c b/arch/x86/cp
When booting as a coreboot payload, we don't need write any
configuration tables as coreboot does that for us.
Signed-off-by: Bin Meng
---
arch/x86/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b600beb..065bbe4 100644
--- a
Some platforms may have >=4GiB memory, so we need make U-Boot report
such configuration correctly when booting as the coreboot payload.
Signed-off-by: Bin Meng
---
arch/x86/cpu/coreboot/sdram.c | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/arch/x86/cpu/coreboot/sd
Increase lib_sysinfo memrange entry number to 32 to sync with coreboot.
This allows a complete E820 table to be reported to the kernel, as on
some platforms (eg: Bayley Bay) having only 16 entires does not cover
all the memory ranges.
Signed-off-by: Bin Meng
---
arch/x86/include/asm/arch-corebo
Now that we have generic routine to calculate relocation address,
remove the x86 specific one which is now only used by coreboot.
Signed-off-by: Bin Meng
---
arch/x86/cpu/coreboot/sdram.c | 9 +--
arch/x86/include/asm/init_helpers.h | 2 --
arch/x86/lib/init_helpers.c | 51 +
It looks that x86 chipset always contains a host bridge at pci
b.d.f 0.0.0, so enable this for all boards.
Signed-off-by: Bin Meng
---
include/configs/bayleybay.h | 1 -
include/configs/crownbay.h | 1 -
include/configs/minnowmax.h | 1 -
include/configs/qemu-x86.h | 1 -
include/configs/
When running U-Boot bare-metal, the cbfs command is useless.
Signed-off-by: Bin Meng
---
include/configs/x86-common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 349b06c..3d07cc0 100644
--- a/include/configs/x86-common.
Currenlty we only set up video framebuffer when VIDEO_VESA driver is
used. With coreboot, VIDEO_COREBOOT driver is used instead. Since we
already saved VESA mode in the VIDEO_COREBOOT driver, now we can also
set up video framebuffer for coreboot before loading Linux kernel.
Signed-off-by: Bin Meng
When booting as a coreboot payload, the framebuffer details are
passed from coreboot via configuration tables. We save these
information into vesa_mode_info structure for future use.
Signed-off-by: Bin Meng
---
drivers/pci/pci_rom.c | 2 +-
drivers/video/coreboot_fb.c | 24 ++
Hi York,
Sure, I will make v4 this week for this change only. I will try to shrink the
function and inline it in the header file.
Thanks and best regards,
Codrin
> -Original Message-
> From: Sun York-R58495
> Sent: Wednesday, August 12, 2015 10:59 PM
> To: Ciubotariu Codrin Constantin-B
Current behavior is that if CTRL+C is pressed command returns 0 that was
successful which is not correct behavior.
The easiest test case is "tftpboot 8 uImage && echo yes"
and press CTRL+C. Then the second command is called which is incorrect.
Error log:
zynq-uboot> tftpb 8 uImage && echo
Hi Andrew,
On Mon, Aug 10, 2015 at 7:32 PM, Andrew Bradford
wrote:
> Hi Bin,
>
> On 08/09 10:52, Bin Meng wrote:
>> Hi Andrew,
>>
>> On Sun, Aug 9, 2015 at 9:08 AM, Andrew Bradford
>> wrote:
>> > Hi Simon,
>> >
>> > On 08/08 10:18, Simon Glass wrote:
>> >> Hi,
>> >>
>> >> On 7 August 2015 at 06:
On Wed, 2015-08-12 at 15:43 -0400, Tom Rini wrote:
> On Wed, Aug 05, 2015 at 05:17:04PM +0200, Marcel Ziswiler wrote:
>
> > From: Marcel Ziswiler
> >
> > Various U-Boot adoptions/extensions to MTD/NAND/UBI did not take
> > buffer
> > alignment into account which led to failures of the following
Hi Simon,
On Wed, Aug 12, 2015 at 11:54 AM, Simon Glass wrote:
> +Gabriel
>
> Hi Andrew,
>
> On 11 August 2015 at 09:20, Andrew Bradford
> wrote:
>> Hi Simon,
>>
>> On 08/11 08:06, Simon Glass wrote:
>>> Hi Andrew,
>>>
>>> On 11 August 2015 at 06:08, Andrew Bradford
>>> wrote:
>>> > Hi Simon,
From: Marcel Ziswiler
Various U-Boot adoptions/extensions to MTD/NAND/UBI did not take buffer
alignment into account which led to failures of the following form:
ERROR: v7_dcache_inval_range - start address is not aligned - 0x1f7f0108
ERROR: v7_dcache_inval_range - stop address is not aligned -
Hi Saket,
The patch/commit title is: x86: Added ACPI support as a configuration option.
Please use simple tense in the title. So it's 'Add', not 'Added'. Also
please do not add any ending period.
On Thu, Aug 13, 2015 at 11:01 AM, Saket Sinha wrote:
Please add some commit message to describe wh
Hi Tom,
> On Aug 12, 2015, at 12:19 , Marek Vasut wrote:
>
> On Wednesday, August 12, 2015 at 09:48:28 AM, Pantelis Antoniou wrote:
>> Hi Tom,
>>
>> The following changes since commit
>> e2c1c5bae619d2e87505de99f907a26237640bc9:
>>
>> Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -04
Hello Thomas,
On 08/03/2015 02:27 PM, Thomas Abraham wrote:
In order to reuse existing ARMv7 based Exynos SoC support for ARMv8
based Exynos platforms, move the existing sources from
arch/arm/cpu/armv7/exynos to arch/arm/mach-exynos.
This patch series has been tested on origen (Exynos4210), smd
Hi Joe,
Le Wed, 12 Aug 2015 12:39:46 -0500, Joe Hershberger
a écrit :
> Hi Albert,
>
> On Sun, Jul 26, 2015 at 4:53 PM, Albert ARIBAUD (3ADEV)
> wrote:
> > There already is an environment variable 'tftptimeout'
> > for setting individuabl block query timeout value, but
> > there is none for se
Hi Zhejiang/Jagan,
I think it would be good to extend this further to support 4-byte addressing in
u-boot also.
This would be based on the driver, We can get the data that whether the
controller supports 4-byte or not from the driver level(through slave struct)
and enable 4 byte addressing here
Hi Saket,
On Thu, Aug 13, 2015 at 11:01 AM, Saket Sinha wrote:
Please see my comments in your [1/4] patch regarding to patch title
and commit message.
> Signed-off-by: Saket Sinha
> ---
>
> arch/x86/include/asm/acpi_table.h | 387 +++
> arch/x86/lib/Makefile
Hi Saket,
On Thu, Aug 13, 2015 at 11:00 AM, Saket Sinha wrote:
>
> ACPI(Advanced Configuration and Power Interface), a Power Management and
> configuration standard allowing the operating system to controlthe amount
> of power each device is given (allowing it to put certain devices on stan
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/ppc4xx/Kconfig | 5 -
board/lwmon5/Kconfig| 9 -
board/lwmon5/MAINTAINERS| 7 -
board/lwmon5/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/prodrive/alpr/Kconfig | 12 --
board/prodrive/alpr/MAINTAINERS | 6 -
board/prodrive/alpr/Make
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/prodrive/p3p440/Kconfig | 12 --
board/prodrive/p3p440/MAINTAINERS | 6 -
board/prodrive/p3p
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/ppc4xx/Kconfig | 8 --
board/csb272/Kconfig| 9 --
board/csb272/MAINTAINERS| 6 -
board/csb272/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/pcs440ep/Kconfig | 9 -
board/pcs440ep/MAINTAINERS | 6 -
board/pcs440ep/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xxx/Kconfig | 4 -
board/inka4x0/Kconfig| 9 -
board/inka4x0/MAINTAINERS| 6 -
board/inka4x0/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xxx/Kconfig | 4 -
board/canmb/Kconfig | 9 --
board/canmb/MAINTAINERS | 6 --
board/canmb/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc86xx/Kconfig | 4 -
board/freescale/mpc8610hpcd/Kconfig | 12 -
board/freescale/mpc8610hpcd/MAINTAINER
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xxx/Kconfig | 4 -
board/ipek01/Kconfig | 9 -
board/ipek01/MAINTAINERS | 6 -
board/ipek01/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc85xx/Kconfig| 4 -
board/freescale/mpc8568mds/Kconfig | 12 -
board/freescale/mpc8568mds/MAINTAINERS | 6 -
b
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc85xx/Kconfig | 4 -
board/freescale/mpc8544ds/Kconfig | 12 -
board/freescale/mpc8544ds/MAINTAINERS | 6 -
board/f
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/zeus/Kconfig | 9 -
board/zeus/MAINTAINERS | 6 -
board/zeus/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc86xx/Kconfig | 4 -
board/sbc8641d/Kconfig | 9 -
board/sbc8641d/MAINTAINERS | 6 -
board/sbc8641d/Makefil
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc85xx/Kconfig| 4 -
board/freescale/mpc8540ads/Kconfig | 12 -
board/freescale/mpc8540ads/MAINTAINERS | 6 -
b
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xxx/Kconfig| 4 -
board/phytec/pcm030/Kconfig | 12 -
board/phytec/pcm030/MAINTAINERS | 7 -
board/phytec/
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xxx/Kconfig | 4 -
board/motionpro/Kconfig | 9 -
board/motionpro/MAINTAINERS | 6 -
board/motionpro/Makefi
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xx/Kconfig | 4 -
board/cmi/Kconfig | 9 -
board/cmi/MAINTAINERS | 6 -
board/cmi/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xxx/Kconfig | 4 -
board/munices/Kconfig| 9 --
board/munices/MAINTAINERS| 6 --
board/munices/Makefi
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xxx/Kconfig | 4 -
board/jupiter/Kconfig| 9 --
board/jupiter/MAINTAINERS| 6 -
board/jupiter/Makefil
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc85xx/Kconfig| 4 -
board/freescale/mpc8560ads/Kconfig | 12 -
board/freescale/mpc8560ads/MAINTAINERS | 6 -
b
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc85xx/Kconfig| 4 -
board/freescale/mpc8548cds/Kconfig | 12 -
board/freescale/mpc8548cds/MAINTAINERS | 8 -
b
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xxx/Kconfig | 4 -
board/v38b/Kconfig | 9 --
board/v38b/MAINTAINERS | 6 -
board/v38b/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/ppc4xx/Kconfig | 4 -
board/sbc405/Kconfig| 9 -
board/sbc405/MAINTAINERS| 6 -
board/sbc405/Makefile
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc85xx/Kconfig | 4 -
board/socrates/Kconfig | 9 -
board/socrates/MAINTAINERS | 6 -
board/socrates/Makefil
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc85xx/Kconfig| 4 -
board/freescale/mpc8555cds/Kconfig | 12 -
board/freescale/mpc8555cds/MAINTAINERS | 7 -
b
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc85xx/Kconfig | 8 -
board/stx/stxgp3/Kconfig | 12 -
board/stx/stxgp3/MAINTAINERS | 6 -
board/stx/stxgp3/Makef
Hi Masahiro,
On 13.08.2015 12:15, Masahiro Yamada wrote:
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
I'd like to keep this board - at least for a while. So I'll send a patch
to move it to gene
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc85xx/Kconfig| 4 -
board/freescale/mpc8541cds/Kconfig | 12 -
board/freescale/mpc8541cds/MAINTAINERS | 7 -
b
Add CONFIG_SYS_GENERIC_BOARD to lwmon5.h and CONFIG_DISPLAY_BOARDINFO
to Kconfig file.
Signed-off-by: Stefan Roese
Cc: Masahiro Yamada
---
board/lwmon5/Kconfig | 4
include/configs/lwmon5.h | 2 ++
2 files changed, 6 insertions(+)
diff --git a/board/lwmon5/Kconfig b/board/lwmon5/Kconf
> -Original Message-
> From: Siva Durga Prasad Paladugu [mailto:siva.durga.palad...@xilinx.com]
> Sent: 2015年8月13日 17:18
> To: Hou Zhiqiang-B48286; u-boot@lists.denx.de; jt...@openedev.com
> Cc: Sun York-R58495; Hu Mingkai-B21284; nofooter
> Subject: RE: [PATCH V6] sf: Turn SPI flash chip
* Explicitly list the targets supported in each section of the
instructions from the x86 README.
* Drop references to 'raw mode', in favor of 'bare mode'.
Signed-off-by: Igor Stoppa
---
doc/README.x86 | 24 ++--
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a
PowerPC supports generic board framework, so all the PowerPC boards
should be converted(, otherwise removed).
This is docmented in doc/README.generic-board, was announced in the ML
again and again, and warning messages have been displayed when such boards
are built.
This series clears away all n
This has not been converted to Generic Board, so should be removed.
(See doc/README.generic-board for details.)
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc85xx/Kconfig| 4 -
board/freescale/mpc8569mds/Kconfig | 12 -
board/freescale/mpc8569mds/MAINTAINERS | 7 -
b
On 13.08.2015 12:50, Hou Zhiqiang wrote:
-Original Message-
From: Siva Durga Prasad Paladugu [mailto:siva.durga.palad...@xilinx.com]
Sent: 2015年8月13日 17:18
To: Hou Zhiqiang-B48286; u-boot@lists.denx.de; jt...@openedev.com
Cc: Sun York-R58495; Hu Mingkai-B21284; nofooter
Subject: RE: [PATC
On Thu, Aug 13, 2015 at 12:23:49PM +0200, Stefan Roese wrote:
> Hi Masahiro,
>
> On 13.08.2015 12:15, Masahiro Yamada wrote:
> >This has not been converted to Generic Board, so should be removed.
> >(See doc/README.generic-board for details.)
> >
> >Signed-off-by: Masahiro Yamada
>
> I'd like to
> -Original Message-
> From: Stefan Roese [mailto:s...@denx.de]
> Sent: Thursday, August 13, 2015 4:51 PM
> To: Hou Zhiqiang; Siva Durga Prasad Paladugu; u-boot@lists.denx.de;
> jt...@openedev.com
> Cc: nofooter; York Sun
> Subject: Re: [U-Boot] [PATCH V6] sf: Turn SPI flash chip into 3-B
On Sat, Aug 1, 2015 at 3:14 PM, Masahiro Yamada
wrote:
> We have flipped CONFIG_SPL_DISABLE_OF_CONTROL. We have cleansing
> devices, $(SPL_) and CONFIG_IS_ENABLED(), so we are ready to clear
> away the ugly logic in include/fdtdec.h:
>
> #ifdef CONFIG_OF_CONTROL
> # if defined(CONFIG_SPL_BUILD
On 13 August 2015 at 16:57, Siva Durga Prasad Paladugu
wrote:
>
>
>> -Original Message-
>> From: Stefan Roese [mailto:s...@denx.de]
>> Sent: Thursday, August 13, 2015 4:51 PM
>> To: Hou Zhiqiang; Siva Durga Prasad Paladugu; u-boot@lists.denx.de;
>> jt...@openedev.com
>> Cc: nofooter; York
Jagan,
On 13.08.2015 13:45, Jagan Teki wrote:
Please correct me if I'm wrong, but AFAIU this BAR thing
(CONFIG_SPI_FLASH_BAR) doesn't support to address e.g. a 64MiB SPI flash
contiguously. Only 16MiB areas. So for example its not possible to put
UBI/UBIFS in such a big partition.
Stefan,
No,
> -Original Message-
> From: Vladimir Zapolskiy [mailto:v...@mleia.com]
> Sent: 12-Aug-15 8:05 PM
>
> Hi Sylvain,
>
> On 12.08.2015 23:00, LEMIEUX, SYLVAIN wrote:
> > Hi Vladimir and Marek,
> >
> >> -Original Message-
> >> From: Vladimir Zapolskiy [mailto:v...@mleia.com]
> >> Sent:
On Sun, 2015-08-09 at 09:07 -0600, Simon Glass wrote:
> Acked-by: Simon Glass
Thanks, Simon.
Could any of you guys please pull that one in or how do we proceed?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi,
On Thu, 13 Aug 2015 13:57:37 +0200
Marcel Ziswiler wrote:
...
> Could any of you guys please pull that one in or how do we proceed?
Sorry for delay, I'll merge the patch soon.
Thanks,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://l
Hello,
I'm using the HEAD of the master branch from git://git.denx.de/u-boot-x86.git
I want to build U-Boot as 64bit EFI payload.
According to docs/README.efi, I've done the following:
u-boot-x86> make qemu-x86_defconfig
u-boot-x86> make menuconfig
x86 architecture ---> Mainboard vendor --->
On Fri, Aug 07, 2015 at 11:44:46AM +0200, Paul Kocialkowski wrote:
> Le mardi 04 août 2015 à 14:27 -0400, Tom Rini a écrit :
> > On Tue, Aug 04, 2015 at 08:22:39PM +0200, Paul Kocialkowski wrote:
> > > Le mardi 04 août 2015 à 14:16 -0400, Tom Rini a écrit :
> > > > On Tue, Aug 04, 2015 at 08:02:40P
On Thu, Jul 30, 2015 at 06:55:17PM +0100, Peter Griffin wrote:
> This patch makes the dwc2 controller like ehci / ohci / xhci controllers
> by calling the board_usb_init() function from usb_lowlevel_init.
>
> This can then be implemented by specific platforms to initialise
> their USB hardware (p
On Wed, Jul 22, 2015 at 05:01:03PM +, Holleis, Edgar wrote:
> This patch makes the Boot Parameter Structure of AM43XX available to
> U-Boot. The feature is already available for OMAP3 and OMAP4, but not
> AM43XX. It also adds the value of the boot device to the U-Boot
> environment.
>
> Sign
On Fri, Jun 12, 2015 at 06:56:19PM +0200, Ulf Magnusson wrote:
> Corresponds to 2f319b8 in https://github.com/ulfalizer/Kconfiglib.
>
> Fixes:
>
> - Unset user values when loading a zero-byte .config. (5e54e2c)
> - Ignore indented .config assignments. (f8a7510)
> - Do not require $srctree
Hi,
On Thu, 13 Aug 2015 19:15:29 +0900
Masahiro Yamada wrote:
> This has not been converted to Generic Board, so should be removed.
> (See doc/README.generic-board for details.)
I'll submit conversion patch for this board today.
Thanks,
Anatolij
___
Hi,
On Thu, 13 Aug 2015 19:15:35 +0900
Masahiro Yamada wrote:
> This has not been converted to Generic Board, so should be removed.
> (See doc/README.generic-board for details.)
I'll submit conversion patch for this board and for some other mpc5xxx
boards today.
Thanks,
Anatolij
_
Hi Igor,
On Thu, Aug 13, 2015 at 8:11 PM, Stoppa, Igor wrote:
> Hello,
> I'm using the HEAD of the master branch from git://git.denx.de/u-boot-x86.git
> I want to build U-Boot as 64bit EFI payload.
>
> According to docs/README.efi, I've done the following:
>
> u-boot-x86> make qemu-x86_defconfig
Hi Fabio, guys,
On 08/07/2015 01:13 AM, Fabio Estevam wrote:
Hi Simon,
On Thu, Aug 6, 2015 at 4:31 PM, Simon Glass wrote:
Please check the README about the SPL flow. From what I can see
malloc() is not available before board_init_r() in SPL.
However, if you add a call to spl_init() from you
Hi Bin,
On 13 August 2015 at 15:37, Bin Meng wrote:
>> x86 architecture ---> Mainboard vendor ---> efi
>> x86 architecture ---> Mainboard model ---> efi
>
> These two should not be changed for EFI payload. What you selected is
> for EFI application.
Thanks a lot. Now it built.
If you don'
> -Original Message-
> From: Vladimir Zapolskiy [mailto:v...@mleia.com]
> Sent: 12-Aug-15 1:32 PM
>
> The change adds a number of macro definitions used by USB OHCI driver,
> if CONFIG_USB_OHCI_LPC32XX is selected from a board config file.
>
> Signed-off-by: Vladimir Zapolskiy
> ---
> Bas
Hi Igor,
On Thu, Aug 13, 2015 at 8:46 PM, Stoppa, Igor wrote:
> Hi Bin,
>
> On 13 August 2015 at 15:37, Bin Meng wrote:
>
>>> x86 architecture ---> Mainboard vendor ---> efi
>>> x86 architecture ---> Mainboard model ---> efi
>>
>> These two should not be changed for EFI payload. What you s
Hi Jagan,
> -Original Message-
> From: Jagan Teki [mailto:jt...@openedev.com]
> Sent: Thursday, August 13, 2015 5:16 PM
> To: Siva Durga Prasad Paladugu
> Cc: Stefan Roese; Hou Zhiqiang; u-boot@lists.denx.de; nofooter; York Sun
> Subject: Re: [U-Boot] [PATCH V6] sf: Turn SPI flash chip in
Hi Igor,
On Thu, Aug 13, 2015 at 7:00 PM, Igor Stoppa wrote:
> * Explicitly list the targets supported in each section of the
> instructions from the x86 README.
>
> * Drop references to 'raw mode', in favor of 'bare mode'.
>
> Signed-off-by: Igor Stoppa
> ---
> doc/README.x86 | 24
On Wed, Aug 05, 2015 at 05:17:01PM +0200, Marcel Ziswiler wrote:
> From: Stefan Agner
>
> Use the boot loader splash screen from WinCE which matches our
> wallpapers position wise. Although the logo is an 8-bit indexed BMP as
> well colours looked odd at first in U-Boot. After converting to full
On Wed, Aug 12, 2015 at 12:37:53PM +0200, Przemyslaw Marczak wrote:
> Hello Tom,
>
> The following changes since commit e2c1c5bae619d2e87505de99f907a26237640bc9:
>
> Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)
>
> are available in the git repository at:
>
>
> git://git.d
On Wed, Aug 12, 2015 at 02:37:04PM -0500, Joe Hershberger wrote:
> The following changes since commit e2c1c5bae619d2e87505de99f907a26237640bc9:
>
> Merge git://git.denx.de/u-boot-dm (2015-08-10 10:06:07 -0400)
>
> are available in the git repository at:
>
>
> git://git.denx.de/u-boot-net.g
On Thu, Aug 13, 2015 at 11:42:38AM +0300, Pantelis Antoniou wrote:
> Hi Tom,
>
> > On Aug 12, 2015, at 12:19 , Marek Vasut wrote:
> >
> > On Wednesday, August 12, 2015 at 09:48:28 AM, Pantelis Antoniou wrote:
> >> Hi Tom,
> >>
> >> The following changes since commit
> >> e2c1c5bae619d2e87505de
On Sun, Jun 21, 2015 at 12:29:55AM +0100, Andre Przywara wrote:
> From: Rob Herring
>
> On the highbank platform the SoC's management controller firmware
> will probe the DRAM modules and populates the initial device tree with
> the correct values. Therefore the memory sizes in the DT are alread
On Sun, Jun 28, 2015 at 02:05:10PM -0500, Dennis Gilmore wrote:
> Signed-off-by: Dennis Gilmore
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/
On Mon, Jun 29, 2015 at 09:10:47AM +0200, Heiko Schocher wrote:
> remove unneeded udelay() in this function, as we use
> the dev_ready pin.
>
> Signed-off-by: Heiko Schocher
> Acked-by: Scott Wood
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Sun, Jun 28, 2015 at 02:05:11PM -0500, Dennis Gilmore wrote:
> Signed-off-by: Dennis Gilmore
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/
On Mon, Jun 29, 2015 at 09:10:46AM +0200, Heiko Schocher wrote:
> This patch enables building SPL without
> CONFIG_SPL_SERIAL_SUPPORT support.
>
> Signed-off-by: Heiko Schocher
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Wed, Jul 01, 2015 at 04:38:22PM +1200, Mark Tomlinson wrote:
> If a destination is not provided, jffs2_1pass_read_inode() only
> returns the length of the file. In this case, avoid reading all
> the data nodes, and return as soon as the length of the file is
> known.
>
> Signed-off-by: Mark To
On Mon, Jun 29, 2015 at 09:10:48AM +0200, Heiko Schocher wrote:
> add support for the at91sam9260 based board smartweb from
> siemens. SPL is used without serial support, as this
> SoC has only 4k sram for running SPL. Here a U-Boot
> bootlog:
>
> RomBOOT
> >
>
> U-Boot 2015.07-rc2-00109-g4ae828
On Sun, Jun 28, 2015 at 02:05:12PM -0500, Dennis Gilmore wrote:
> remove options defined in the distro defaults
> add distro bot commands
> set scriptaddr value
>
> Signed-off-by: Dennis Gilmore
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Wed, Jul 01, 2015 at 04:38:24PM +1200, Mark Tomlinson wrote:
> If multiple versions of a file exist, only the most recent version
> should be used. The scheme to write 0 for the inode in older versions
> did not work, since this would have required writing to flash.
>
> The only time this caus
On Wed, Jul 01, 2015 at 04:38:23PM +1200, Mark Tomlinson wrote:
> Copying complete nodes from flash can be slow if the flash is slow
> to read. By only reading the data needed, the sorting operation can
> be made much faster.
>
> The directory entry comparison function also had a two bugs. First,
On Wed, Jul 01, 2015 at 04:38:25PM +1200, Mark Tomlinson wrote:
> jffs2_1pass_read_inode() would read the entire data for each node
> in the filesystem, regardless of whether it was part of the file
> to be loaded or not. By only reading the header data for an inode,
> and then reading the data on
On Wed, Jul 01, 2015 at 04:38:28PM +1200, Mark Tomlinson wrote:
> If a sector has a CLEANMARKER at the beginning, it indicates that the
> entire sector has been erased. Therefore, if this is found, we can skip the
> entire block. This was not being done before this patch.
>
> The code now does th
On Wed, Jul 01, 2015 at 04:38:27PM +1200, Mark Tomlinson wrote:
> The scan code is similar to the linux kernel, but the kernel defines a much
> smaller size to scan through before deciding a sector is blank. Assuming
> that what is in the kernel is OK, make these two match.
>
> On its own, this c
On Wed, Jul 01, 2015 at 04:38:26PM +1200, Mark Tomlinson wrote:
> If the flash is slow, reading less from the flash into buffers makes
> the process faster.
>
> Signed-off-by: Mark Tomlinson
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
1 - 100 of 400 matches
Mail list logo