Hi,
I'm quite new to U-Boot as well as to the whole Kconfig system, so this may be
a dumb question, in which case please forgive my ignorance.
I noticed that the type declarations of several items in the file arch/Kconfig
are actually incomplete, lacking the "prompt" parameter:
config SYS_ARCH
Ping.
Just a friendly reminder.
Guillaume
Le 18/11/2014 10:44, Guillaume GARDET a écrit :
In SPL MMC, boot modes are exclusive. So, if MMCSD_MODE_RAW fails, the board
hangs. This patch allows to
try MMCSD_MODE_FS then, if available.
It has been tested on a pandaboard (rev. A3).
Signed-off-by
Hi Guilhem,
On Tue, 2 Dec 2014 07:03:24 +
Guilhem Malichier wrote:
> Hi,
>
> I'm quite new to U-Boot as well as to the whole Kconfig system, so this may
> be a dumb question, in which case please forgive my ignorance.
>
> I noticed that the type declarations of several items in the file
Dear Masahiro,
I recommend you to use kernel.org toolchain as I mentioned in
http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/188763/focus=190993
or
"git log fbe79a17fddb7f0b"
many thanks, i am not confident still using the archive, was using the
"pipermail" archive, and clicking "ne
Diego Santa Cruz wrote on 2014/11/28
12:12:56:
>
> Hi,
>
> > -Original Message-
> > From: Joakim Tjernlund [mailto:joakim.tjernl...@transmode.se]
> > Sent: Friday, November 28, 2014 11:05 AM
> > To: Diego Santa Cruz
> > Cc: pa...@antoniou-consulting.com; u-boot@lists.denx.de
> > Subject
Hi Simon,
On 11/30/2014 09:27 PM, Simon Glass wrote:
Hi Nikita,
On 30 November 2014 at 05:29, Nikita Kiryanov wrote:
Introduce lcd_getbgcolor() and lcd_getfgcolor(), and use them where
applicable.
This is a preparatory step for extracting lcd console code into its own
file.
Signed-off-by: N
Hi Simon,
On 11/30/2014 09:25 PM, Simon Glass wrote:
On 30 November 2014 at 05:29, Nikita Kiryanov wrote:
Replace CONSOLE_(ROWS|COLS) macros with variables, and assign the
original macro values.
This is a preparatory step for extracting lcd console code into its own
file.
Signed-off-by: Niki
On Wed, Nov 26, 2014 at 09:28:50AM -0700, Simon Glass wrote:
> Hi Tom,
>
> This is the last of the bare x86 support for this release. I also
> brought in some interrupt fixes from Bin.
>
>
>
> The following changes since commit 2a82ec77d27ef5f860a107c4b764643a655dceeb:
>
> Prepare v2015.01-
On Mon, Dec 01, 2014 at 08:26:37AM -0700, Simon Glass wrote:
> Hi Tom,
>
> I just pulled this down from patchwork again, adding two more
> Tested-by: credits.
>
> The following changes since commit 85bafb6da4dddfffa78479aa49a72ae48578a4ce:
>
> Merge branch 'master' of git://git.denx.de/u-boot
Signed-off-by: Harninder Rai
---
include/configs/BSC9131RDB.h |3 +++
include/configs/BSC9132QDS.h |3 +++
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h
index adb8146..eeb0671 100644
--- a/include/configs/BSC9131
This patch adds support for multiple NAND chips connected to the
i.MX6. Linux already supports this configuration. So lets port
the missing features to the U-Boot driver to support more than
one NAND chip here as well.
The necessary changes in detail are:
- Only use DMA channel 0 for all NAND chi
Hi Masahiro,
thank you for this very quick answer.
Thanks a lot for clarifying the grammar point too. If I got it correctly, the
syntax is valid and meant to be used for non-user-controlled items, which seems
to make a lot of sense now :).
Actually the only item I would really need to override
Hi Bin,
2014-12-02 5:38 GMT+01:00 Bin Meng :
> Hi Bruce,
>
> On Tue, Dec 2, 2014 at 4:28 AM, wrote:
>> Simon,
>>
>>> From: Simon Glass
>>> To: bruce_leon...@selinc.com
>>> Cc: "tr...@ti.com" , U-Boot Mailing List >> b...@lists.denx.de>, u-boot-boun...@lists.denx.de, Bin Meng
>>>
>>> Date: 12/0
On 2 December 2014 at 00:07, Hyungwon Hwang wrote:
> The media for boot and environment is a board-specific feature, not a
> processor-specific. This is same to console port number and some
> other addresses. This patch moves the that kinds of configs to each
> board-specific files from the commo
Hi,
On 2 December 2014 at 00:07, Hyungwon Hwang wrote:
> This patch adds documentation for Odroid-XU3. This documentation is
> based on that of Odroid (doc/README-odroid) made by Przemyslaw Marczak.
> The documentation includes basic information about boot media layout,
> environment, partition l
Hi,
On 2 December 2014 at 00:07, Hyungwon Hwang wrote:
> From: Sjoerd Simons
>
> Add samsung,vbus-gpio information for the XU3. This allows the usage of
> the EHCI controller on the XU3, which is connected to the SMSC LAN9514
> chip (usb hub + network).
>
> Note that this patch doesn't enable su
On 2 December 2014 at 00:07, Hyungwon Hwang wrote:
> This patch adds support for Odroid-XU3.
>
> Signed-off-by: Hyungwon Hwang
> Cc: Minkyu Kang
> Cc: Lukasz Majewski
> Cc: Sjoerd Simons
> Cc: Javier Martinez Canillas
> Cc: Simon Glass
> ---
> Changes for v3:
> - Remove unnecessary node from
On 30 November 2014 at 05:29, Nikita Kiryanov wrote:
> Replace CONSOLE_(ROWS|COLS) macros with variables, and assign the
> original macro values.
>
> This is a preparatory step for extracting lcd console code into its own
> file.
>
> Signed-off-by: Nikita Kiryanov
> Cc: Anatolij Gustschin
> Cc:
Hi,
On 1 December 2014 at 23:29, Heiko Schocher wrote:
> Hello Simon,
>
> Am 02.12.2014 05:31, schrieb Simon Glass:
>>
>> +Heiko - are you OK with the new msg-based approach?
>
>
> Yes, you can add my acked-by to the hole series.
OK good, I'm going to continue on this line, and work through
Masa
Hi Masahiro,
On 1 December 2014 at 22:31, Masahiro Yamada wrote:
> Hi Simon,
>
>
> I have a question about handlers of struct uclass_driver.
>
>
> When binding a device,
> "uc->uc_drv->post_bind()" is called *before* "drv->bind()",
> so the name "pre_bind()" is more suitable than "post_bind()
Ping on this one.
I tried few different defconfigs - the results are mixed, where sandbox and
some other machines do work, but some are broken as below. Tried different
toolchains as well - gcc-4.7 and 4.9. Any pointers or any help in resolving
this issue would be greatly appreciated! Thanks.
For DDR controller version 4.7 or newer, MRC_CYC (mode register set
cycle time) is max(tMRD, tMOD). tMRD is 4nCK, or 8nCK (RDIMM). tMOD
is max(12nCK, 15ns) according to JEDEC spec.
DDR4 is not affected by this change.
Signed-off-by: York Sun
---
Change log
v3: Add cast for using max()
v2: Appl
Commit f29f804a93e87c17670607641d120f431a3b0633 generalized the TLB
mapping function, but made the DDR mapping leftover size to zero,
causing the message not printed.
Signed-off-by: York Sun
CC: Alexander Graf
CC: Scott Wood
---
Change log
v3: Add checking for memsize > CONFIG_MAX_MEM_MAPPED f
(Note: this builds on a single patch left over from a recent series, which
is why it is v2. That patch refactored the code but did not add tests.)
bootm's decompression functions currently have tests in the
'test_compression' unit test command, but this calls the decompression
routines directly an
Sometimes it is useful to see the output from U-Boot, so add an option to
make this easier.
Signed-off-by: Simon Glass
---
Changes in v2: None
test/image/test-fit.py | 10 ++
1 file changed, 10 insertions(+)
diff --git a/test/image/test-fit.py b/test/image/test-fit.py
index 0eb424d..e
This code is repeated in several places, and does not detect a common
fault where the image is too large. Move it into its own function and
provide a more helpful messages in this case, for compression schemes
which support this.
Signed-off-by: Simon Glass
---
Changes in v2:
- Add tests to cover
Commit 4d3b8a0d fixed a problem with lzma decompress where it would
run out of bytes to decompress. The algorithm needs to know how many
uncompressed bytes it is expected to produce.
However, the fix introduced a potential buffer overrun, and causes
the compression test to fail (test_compression c
Try to keep the names of the unit test commands consistent.
Signed-off-by: Simon Glass
---
Changes in v2: None
test/compression.c | 9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/test/compression.c b/test/compression.c
index 139ea01..c460567 100644
--- a/test/compre
This allows the caller to easily detect how much of the destination buffer
has been used.
Signed-off-by: Simon Glass
---
Changes in v2: None
lib/bzlib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/bzlib.c b/lib/bzlib.c
index 5844e18..9262e40 100644
--- a/lib/bzlib.c
Use each compression method (including uncompressed). Test for normal
operation, insufficient space and corrupted data.
Signed-off-by: Simon Glass
---
Changes in v2: None
test/compression.c | 84 ++
1 file changed, 84 insertions(+)
diff --gi
Prior to commit d455d87 there was an inconsistency between the position of
the 'address' parameter in 'sb load' and 'sb save'. This was corrected but
it broke some tests. Fix the tests and also the help for 'sb save'.
Signed-off-by: Simon Glass
---
Changes in v2: None
common/cmd_sandbox.c |
Export this function for testing. Also add a parameter so that values other
than CONFIG_SYS_BOOTM_LEN can be used for the maximum uncompressed size.
Signed-off-by: Simon Glass
---
Changes in v2: None
common/bootm.c | 29 ++---
include/bootm.h | 17 +
2
Refactor to allow this function to be used to announce the image being
loaded regardless of compression type and even when there is no
decompression.
Signed-off-by: Simon Glass
---
Changes in v2: None
common/bootm.c | 34 ++
1 file changed, 18 insertions(+), 16
Adjust the code so that the error reporting can all be done at the end,
and is the same for each decompression method. Try to detect when
decompression fails due to lack of space. Keep the behaviour of
resetting on failure even though there should be no memory corruption
now.
Signed-off-by: Simon
This allows the caller to easily detect how much of the destination buffer
has been used.
Signed-off-by: Simon Glass
---
Changes in v2: None
lib/gunzip.c | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/lib/gunzip.c b/lib/gunzip.c
index 35abfb3..f469fcbe 100644
--- a/
This allows the caller to easily detect how much of the destination buffer
has been used.
Signed-off-by: Simon Glass
---
Changes in v2: None
lib/lzo/lzo1x_decompress.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/lzo/lzo1x_decompress.c b/lib/lzo/lzo1x_decompress.c
On 25 November 2014 at 17:16, xixiguo wrote:
> I add it's probe in stmicro.c as follow :
>
> /static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
>
> ...
>
> + {
> + .id = 0xba16,
> + .pages_per_sector = 256,
> + .nr_sectors = 64,
> + .name = "N25Q32",
> + },
>
> ...
>
> st
On 18 November 2014 at 14:28, Scott Jiang wrote:
> 2014-11-17 3:23 GMT+08:00 Jagan Teki :
>> Hi Scott,
>>
>> On 25 September 2014 14:55, Scott Jiang wrote:
>>> SPI3 controller is not only used on BF609 platform. So we add a common
>>> controller
>>> driver and leave machine specific configuratio
I'm trying to make two changes to building u-boot for the da850evm.
* Use the generic board code to get rid of the warning, and
* Enable libfdt to allow booting of linux with a standalone dtb
image.
The first part appears to be simple. Just adding
#define CONFIG_SYS
On 12/01/2014 09:50 PM, Gaurav Rana wrote:
> From: Gaurav Kumar Rana
>
> Secure boot target is added for P5040DS platform.
>
> Signed-off-by: Gaurav Kumar Rana
> ---
> configs/P5040DS_SECURE_BOOT_defconfig | 4
> 1 file changed, 4 insertions(+)
> create mode 100644 configs/P5040DS_SECURE
Hi Simon,
> Hi,
>
> On 28 November 2014 at 06:46, Lukasz Majewski
> wrote:
> > Hello Javier,
> >
> >> Hello Lukasz,
> >>
> >> On Fri, Nov 28, 2014 at 9:39 AM, Lukasz Majewski
> >> wrote:
> >> >> I have yet to take him up on that offer though, but it sounds
> >> >> like a good way forward. The c
Hello Simon, Lukasz,
On Tue, Dec 2, 2014 at 2:29 PM, Lukasz Majewski wrote:
> Hi Simon,
>
>> Hi,
>>
>> On 28 November 2014 at 06:46, Lukasz Majewski
>> wrote:
>> > Hello Javier,
>> >
>> >> Hello Lukasz,
>> >>
>> >> On Fri, Nov 28, 2014 at 9:39 AM, Lukasz Majewski
>> >> wrote:
>> >> >> I have ye
Since CONFIG_SYS_ARCH, CONFIG_SYS_CPU, ... were moved to Kconfig,
tools/env/fw_printenv fails to build if CONFIG_ENV_VARS_UBOOT_CONFIG
is defined.
(I do not think this is the right way to fix the problem, but
for now I do not have enough time to take a close look.)
Signed-off-by: Masahiro Yamada
Hi Denys,
Sorry, I missed your mail.
On Tue, 2 Dec 2014 13:09:11 -0500
Denys Dmytriyenko wrote:
> Ping on this one.
>
> I tried few different defconfigs - the results are mixed, where sandbox and
> some other machines do work, but some are broken as below. Tried different
> toolchains as we
Hi Christian,
On Wed, Dec 3, 2014 at 12:02 AM, Christian Gmeiner
wrote:
> Hi Bin,
>
> 2014-12-02 5:38 GMT+01:00 Bin Meng :
>> Hi Bruce,
>>
>> On Tue, Dec 2, 2014 at 4:28 AM, wrote:
>>> Simon,
>>>
From: Simon Glass
To: bruce_leon...@selinc.com
Cc: "tr...@ti.com" , U-Boot Mailing
Add support for SST25WF040B-40I-SN flash.
Tested on T1024QDS board.
Signed-off-by: Shengzhou Liu
---
drivers/mtd/spi/sf_params.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c
index 61545ca..6e3a270 100644
--- a/drivers/mtd/spi/sf_pa
Hi Jagan,
On Sun, Nov 23, 2014 at 9:43 PM, Bin Meng wrote:
> Hi Jagan,
>
> On Wed, Nov 12, 2014 at 3:04 PM, Jagan Teki wrote:
>> On 12 November 2014 07:57, Bin Meng wrote:
>>> Hi Jagan,
>>>
>>> On Wed, Nov 5, 2014 at 10:56 AM, Bin Meng wrote:
Hi Jagan,
On Wed, Nov 5, 2014 at 5:2
This series contain SD boot support for LS1021AQDS/TWR board and NAND boot
support for LS1021AQDS board.SPL framework is used. PBL initialize the
internal RAM and copy SPL to it, then SPL initialize DDR using SPD and
copy u-boot from SD card or NAND flash to DDR, finally SPL transfer
control to u-b
In SD boot, the magic number of u-boot image will be checked.
For LS102xA, u-boot.bin doesn't have the magic number. So use
u-boot.img which includes the magic number instead of u-boot.bin
when producing u-boot-with-spl-pbl.bin.
Signed-off-by: Alison Wang
---
Change log:
v4: No change.
v3: No c
For LS102xA, the size of spl/u-boot-spl.bin is variable.
This patch adds the support to deal with the variable
u-boot size in pblimage tool. It will be padded to 64
byte boundary.
Use pblimage_check_params() to add the specific operations
for ARM, such as PBI CRC and END command and the calculatio
To support interactive DDR debugger, cli_simple.o, cli.o, cli_readline.o,
command.o, s_record.o, xyzModem.o and cmd_disk.o are all needed for
drivers/ddr/fsl/interactive.c.
In current common/Makefile, the above .o files are only produced when
CONFIG_SPL_BUILD is disabled.
For LS102xA, interactive
This patch adds SD boot support for LS1021AQDS board. SPL
framework is used. PBL initialize the internal RAM and copy
SPL to it, then SPL initialize DDR using SPD and copy u-boot
from SD card to DDR, finally SPL transfer control to u-boot.
Signed-off-by: Alison Wang
Signed-off-by: Jason Jin
---
On LS1, DDR is initialized by reading SPD through I2C interface
in SPL code. For I2C, ll_entry_count() is called, and it returns
the number of elements of a linker-generated array placed into
subsection of .u_boot_list section specified by _list argument.
So add I2C linker list in the generic .lds
Through adding CONFIG_QIXIS_I2C_ACCESS macro,
QIXIS_READ(reg)/QIXIS_WRITE(reg, value) can be used
for both i2c and ifc access to QIXIS FPGA. This is
more convenient for coding.
Signed-off-by: Jason Jin
Signed-off-by: Alison Wang
---
Change log:
v4: No change.
v3: No change.
v2: No change.
This patch adds SD boot support for LS1021ATWR board. SPL
framework is used. PBL initialize the internal RAM and copy
SPL to it, then SPL initialize DDR using SPD and copy u-boot
from SD card to DDR, finally SPL transfer control to u-boot.
Signed-off-by: Chen Lu
Signed-off-by: Alison Wang
Signed
This patch adds NAND boot support for LS1021AQDS board. SPL
framework is used. PBL initialize the internal RAM and copy
SPL to it, then SPL initialize DDR using SPD and copy u-boot
from NAND flash to DDR, finally SPL transfer control to u-boot.
Signed-off-by: Prabhakar Kushwaha
Signed-off-by: Ali
Hi, York,
> On 11/17/2014 11:02 PM, Albert ARIBAUD wrote:
> > Hello York,
> >
> > On Mon, 17 Nov 2014 15:00:42 -0800, York Sun
> > wrote:
> >> On 10/27/2014 06:48 PM, Wang Huan-B18965 wrote:
> >>> Hello, Albert,
> >>>
> >>
> >>
> > ---
> > Change log:
> > v3: Gave more explaination
Add SUPPORT_SPL feature for SD and NAND boot on
LS1021AQDS and LS1021ATWR.
Signed-off-by: Alison Wang
---
Change log:
v4: New file.
arch/arm/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0982117..1f00e93 100644
--- a/arch/arm/Kconfig
++
Hi Alison,
On Wed, 3 Dec 2014 15:00:45 +0800
Alison Wang wrote:
> Add SUPPORT_SPL feature for SD and NAND boot on
> LS1021AQDS and LS1021ATWR.
>
> Signed-off-by: Alison Wang
> ---
> Change log:
> v4: New file.
>
> arch/arm/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git
Hi Mark,
This might get more attention if Heiko was on the Cc list.
On Tue, Dec 2, 2014 at 8:49 AM, Mark Tomlinson
wrote:
> Due to an uninitialised variable, when muxes were deselected, any value
> could be written to the mux control register. On the PCA9548, this could
> result in multiple chan
This one too.
On Tue, Dec 2, 2014 at 8:49 AM, Mark Tomlinson
wrote:
> "diconnect" and "disconnet" should both be "disconnect".
>
> Signed-off-by: Mark Tomlinson
> ---
> drivers/i2c/i2c_core.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/i2c/i2c_core.c b
Hi, Yamada,
> On Wed, 3 Dec 2014 15:00:45 +0800
> Alison Wang wrote:
>
> > Add SUPPORT_SPL feature for SD and NAND boot on LS1021AQDS and
> > LS1021ATWR.
> >
> > Signed-off-by: Alison Wang
> > ---
> > Change log:
> > v4: New file.
> >
> > arch/arm/Kconfig | 2 ++
> > 1 file changed, 2 inserti
62 matches
Mail list logo