On 08/10/2014 05:55, Nikolay Dimitrov wrote:
> Hi Marek,
>
> I'm marking only the critical issues that are left unfixed from
> previous conversations, to speed-up the process a little bit.
> I'll send later patches for the non-critical issues to spare you the
> extra work (and I'm sure my construct
Hi, Albert,
> On Mon, 29 Sep 2014 10:53:11 +0800, Alison Wang
> wrote:
>
> > From: Jason Jin
> >
> > Disable the snoop for slave interface 0, 1 and 2 to avoid the
> > interleaving on the CCI400 BUS.
>
> Please be more specific: this patch specifically targets arch ls102xa
> and some associate
Dear Tom,
In message <20141007002839.GH25506@bill-the-cat> you wrote:
>
> I've pushed v2014.10-rc4 out to the repository and tarballs should exist
> soon.
THanks - tarball is out.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235
I used the following values with 2014.10-rc2:
kerneladdr=0x4400
ramdiskaddr=0x4500
fdtaddr=0x4c00
But I used a zImage. If you use a uImage, you need to modify the kernel load
addr.
Guillaume
Le 07/10/2014 17:02, Paolo Pisati a écrit :
those are the addresses suggested by u-boot a
On Fri, 2014-10-03 at 20:03 +0900, Masahiro Yamada wrote:
> NAND_CMD_PARAM (0xEC) command is not working on the Denali
> NAND controller driver.
>
> Unlike NAND_CMD_READID (0x90), when the NAND_CMD_PARAM command
> is followed by an address cycle, the target device goes busy.
> (R/B# is deasserted)
On Fri, 2014-10-03 at 20:03 +0900, Masahiro Yamada wrote:
> The function nand_flash_detect_ext_param_page() requires
> NAND_CMD_RNDOUT command supported. It is necessary to detect some
> types of ONFi-compliant devices. Without it, the error message
> "unsupported command received 0x5" is shown.
Hi Albert,
please pull from u-boot-imx, thanks !
cm_fx6 is still broken in u-boot-imx, but after merging with Tom's tree
it is built correctly.
The following changes since commit 2a8c9c86b92a9ccee3c27286de317e19bb0530b3:
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-09-21
16
On Sun, 2014-10-05 at 22:55 +0200, ma...@denx.de wrote:
> On Sunday, October 05, 2014 at 10:35:06 PM, Maxime Hadjinlian wrote:
> > On Sun, Oct 5, 2014 at 10:28 PM, Marek Vasut wrote:
> > > On Sunday, October 05, 2014 at 09:51:27 PM, Maxime Hadjinlian wrote:
> > >> On Sun, Oct 5, 2014 at 9:45 PM, M
This patch intends to add a new proid for Exynos5800 which is a
variant of Exynos5420. Product id for Exynos5800 is 0x5422.
Both Exynos5420 and Exynos5800 are pin to pin compitable. This
gives us an advantage of reusing Exynos5420 clock, pinmux, memory
and other settings.
Signed-off-by: Akshay Sar
From: Alim Akhtar
As per Exynos5800 UM ver 0.00 section 17.13.2.1
CONCONTROL register bit 3 [update_mode], Exynos5800 does not
support the PHY initiated update. And it is recommanded to
set this field to 1'b1 during initialization. This patch sets this bit.
Applying MC-initiated mode makes DDL tr
We have a new board Peach-Pi similar to Peach-Pit. Peach-Pi
differs from Peach-Pit in configuration factors like display
resolution, memory size, SoC version etc.
Signed-off-by: Akshay Saraswat
---
arch/arm/dts/Makefile| 3 +-
arch/arm/dts/exynos5800-peach-pi.dts | 157
Signed-off-by: Akshay Saraswat
---
arch/arm/cpu/armv7/exynos/Kconfig| 5 +-
arch/arm/dts/Makefile| 3 +-
arch/arm/dts/exynos5800-peach-pi.dts | 157 +++
board/samsung/smdk5420/Kconfig | 16
board/samsung/smdk5420/MAINTAINERS |
Signed-off-by: Akshay Saraswat
---
arch/arm/cpu/armv7/exynos/clock.c | 20 +++-
arch/arm/cpu/armv7/exynos/clock_init_exynos5.c | 2 +-
arch/arm/cpu/armv7/exynos/pinmux.c | 2 +-
arch/arm/include/asm/arch-exynos/cpu.h | 11 ++-
arch/arm/in
Since, not every board may have all memory channels configured
and all available banks of DMC used, we wish to refactor configs
for Memory Bank size and numbers as per board memory config.
For Example, Peach-Pit has 2GB memory and will be using only 4 banks
but Peach-Pi has 3.5GB memory and will be
Now we are adding a new Peach-Pi board which is a variant of Peach-Pit
and is based on Exynos5800. Exynos5800 itself is a variant of Exynos5420,
hence, most of the hardware config and settings are reused for this board.
Akshay Saraswat (5):
Exynos5800: Introduce new proid for Exynos5800
Exynos
This adds following things :
- New config and defconfig for Peach-Pi board.
- Alterations in Kconfig and MAINTAINERS.
- Addition of CONFIG_EXYNOS5800.
- ADdition of exynos5800-peach-pi in dts list.
Signed-off-by: Akshay Saraswat
---
arch/arm/cpu/armv7/exynos/Kconfig | 5 -
board/samsung/sm
Add a 4G configuration and choose it based on the number of banks
declared in config file. A board with 4 SDRAM banks declared (as
per CONFIG_NR_DRAM_BANKS) will end up with the 2G confiuration.
Signed-off-by: Doug Anderson
Signed-off-by: Akshay Saraswat
---
arch/arm/cpu/armv7/exynos/dmc_init_d
Hi,
On 10/07/2014 02:45 PM, Marek Vasut wrote:
> Hey,
>
> given that we now have most of the u-boot socfpga stuff in mainline, I
> decided
> it would be a good idea to list what we're still missing and we should also
> decide how to move on now.
>
> First thing I should probably clarify is th
Please, ignore this patch. Pushed by mistake.
>Signed-off-by: Akshay Saraswat
>---
> arch/arm/cpu/armv7/exynos/clock.c | 20 +++-
> arch/arm/cpu/armv7/exynos/clock_init_exynos5.c | 2 +-
> arch/arm/cpu/armv7/exynos/pinmux.c | 2 +-
> arch/arm/include/asm/ar
Please, ignore this patch. Pushed by mistake.
>
>Signed-off-by: Akshay Saraswat
>---
>arch/arm/cpu/armv7/exynos/Kconfig| 5 +-
>arch/arm/dts/Makefile| 3 +-
>arch/arm/dts/exynos5800-peach-pi.dts | 157 +++
>board/samsung/smdk5420/Kconfig
Hi, Albert,
> On Thu, 25 Sep 2014 06:45:00 +, Huan Wang
> wrote:
>
> > Hi, Albert,
> >
> > > On Mon, 22 Sep 2014 06:46:20 +, Huan Wang
> > > wrote:
> > >
> > > > Hi, Albert,
> > > >
> > > > > > On Thu, 18 Sep 2014 13:47:18 +0800, Alison Wang
> > > > > >
> > > > > > wrote:
> > > > > >
>
that's weird, because i don't have bootz:
U-Boot 2014.10-rc3 (Oct 08 2014 - 11:34:33) for ARNDALE
CPU:Exynos5250@1000MHz
Board: Arndale
I2C: i2c_init: failed to init bus 0 for speed = 10
ready
DRAM: 2 GiB
trace: copying 00086db4 bytes of early data from 5000 to beff
trace: ena
On 26.09.2014 12:23, Masahiro Yamada wrote:
> Without the private libgcc, we need a full multilib toolchain with
> different libgcc or multiple toolchains to build all BE/LE and
> hard-float/soft-float variants of MIPS boards. That is not feasible.
>
> This commit allows us to build all the MIP
Dear Ruchika Gupta,
In message <141267-31325-1-git-send-email-ruchika.gu...@freescale.com> you
wrote:
> Hardware accelerated support for SHA-1 and SHA-256 has been added.
> Hash command enabled along with hardware accelerated support for
> SHA-1 and SHA-256 for platforms which have CAAM block
Dear Ian Campbell,
In message <1412690200-6630-2-git-send-email-...@hellion.org.uk> you wrote:
> From: Ian Campbell
>
> NOT TO BE APPLIED AS IS
>
> Without this Linux fails to correctly init the phy (or something) and cannot
> detect the disk.
>
> Even with this we can fail to detect the disk
On Wednesday, October 08, 2014 at 10:58:24 AM, Michal Simek wrote:
> Hi,
>
> On 10/07/2014 02:45 PM, Marek Vasut wrote:
> > Hey,
> >
> > given that we now have most of the u-boot socfpga stuff in mainline, I
> > decided it would be a good idea to list what we're still missing and we
> > should al
On 08/10/14 13:01, Simon Glass wrote:
> This series tries to unify the Samsung board configs into a few header
> files for exynos5 and exynos4.
>
> The purpose is to make it easier to move to driver model. In that case
> I would like things like the GPIO drivers and serial drivers to work in
> a s
On 19/09/14 19:17, Robert Baldyga wrote:
> Move cache handling code to C file, and add enable_caches() and
> disable_caches() functions.
>
> Signed-off-by: Robert Baldyga
> ---
> arch/arm/cpu/armv7/s5pc1xx/cache.S | 30
> arch/arm/cpu/armv7/s5pc1xx/cache.c | 47
> ++
On 26/09/14 18:54, Masahiro Yamada wrote:
> The email address of Rajeshwari Shinde
> is not working.
>
> This commit gives Akshay the maintainership of Snow and
> SMDK5420 boards.
>
> Signed-off-by: Masahiro Yamada
> Cc: Akshay Saraswat
> Cc: Minkyu Kang
> ---
>
> Changes in v2:
> - Pass t
On 23/09/14 19:46, Przemyslaw Marczak wrote:
> This change fixes suspend/resume issue in the kernel caused
> by the wrong 'aclk_cores' clock value expected by the kernel.
>
> Signed-off-by: Przemyslaw Marczak
> Cc: Minkyu Kang
> ---
> board/samsung/odroid/odroid.c | 4 ++--
> 1 file changed, 2
Hi,
On 29/09/14 15:35, Guillaume Gardet wrote:
> Ping.
>
> Guillaume
>
> Le 19/09/2014 15:32, Guillaume GARDET a écrit :
>> This patch enhances the boot of origen board by adding support to ext2,
>> bootz, initrd, bootenv loading and boot script.
>> It still keeps the previous mmc load command
On Wed 2014-10-08 10:58:24, Michal Simek wrote:
> Hi,
>
> On 10/07/2014 02:45 PM, Marek Vasut wrote:
> > Hey,
> >
> > given that we now have most of the u-boot socfpga stuff in mainline, I
> > decided
> > it would be a good idea to list what we're still missing and we should also
> > decide ho
Dear Robert Baldyga,
On 29/09/14 15:06, Robert Baldyga wrote:
> On 09/15/2014 12:29 AM, Simon Glass wrote:
>> The generic board deadline is approaching, and we need this feature to
>> enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for s5p_goni.
>>
>> Signed-off-by: Simon Glass
>> ---
>>
>>
Dear Albert,
The following changes since commit 6dd0e7c00bfa5ce861a72b8e4a3ef9e787306125:
git-mailrc: add me as a maintainer of UniPhier platform (2014-10-05 14:10:09
+0900)
are available in the git repository at:
http://git.denx.de/u-boot-samsung
for you to fetch changes up to b21977395
Gentle ping.
On 18/09/14 23:35, Albert ARIBAUD wrote:
Hi Nikita,
On Thu, 18 Sep 2014 16:21:07 +0300, Nikita Kiryanov
wrote:
Hi ALbert,
On 18/09/14 15:26, Albert ARIBAUD wrote:
Hi Igor,
On Wed, 17 Sep 2014 17:18:49 +0300, Igor Grinberg
wrote:
On 09/17/14 15:59, Nikita Kiryanov wrote:
A
On 10/08/2014 01:36 PM, Minkyu Kang wrote:
> Dear Robert Baldyga,
>
> On 29/09/14 15:06, Robert Baldyga wrote:
>> On 09/15/2014 12:29 AM, Simon Glass wrote:
>>> The generic board deadline is approaching, and we need this feature to
>>> enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for s5p_g
V2: rebased on latest GIT version
V1: This patch enhances the boot of origen board by adding support to ext2,
bootz, initrd, bootenv loading and boot script.
It still keeps the previous mmc load command if boot script fails.
Signed-off-by: Guillaume GARDET
Cc: Minkyu Kang
---
include/configs
Hello,
I recently saw a post about fat commands such as fatls returning
-ve values under u-boot for files whose sizes are >=2GB. fatsize would
also not set up filesize in this case.
This also effects ext4/sandbox commands. I just looked at the ones
which are handled by fs/fs.c
I am thin
Le 08/10/2014 12:16, Paolo Pisati a écrit :
that's weird, because i don't have bootz:
are you using a patched u-boot?
i'm using the default arndale_defconfig.
anyhow, can i have your full working config?
i'm starting to feel i'm chasing ghosts here.
I used this patch for -rc2 (which wil
Hi Marek,
On 10/7/14, 7:45 AM, Marek Vasut wrote:
> Hey,
>
> given that we now have most of the u-boot socfpga stuff in mainline, I
> decided
> it would be a good idea to list what we're still missing and we should also
> decide how to move on now.
Thanks for all of your hard work on this!
>
Hi Alexey,
> Hi Detlev,
>
> On Tue, 2014-10-07 at 11:38 +0200, Detlev Zundel wrote:
>> Hello Masahiro-san,
>>
>> [...]
>>
>> > Perhaps, is it better to insert 5-minute break between talks?
>> > Speakers might need to get something prepared. (connecting their
>> > laptop to the beamer, etc.)
>>
Fix confusing typo in error message.
Signed-off-by: Pavel Machek
diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh
index 4a8737f..811fa6e 100644
--- a/scripts/multiconfig.sh
+++ b/scripts/multiconfig.sh
@@ -120,7 +120,7 @@ do_board_defconfig () {
if [ ! -r $defconfig_pat
Hello Pavel,
On 08-10-14 15:47, Pavel Machek wrote:
Fix confusing typo in error message.
Signed-off-by: Pavel Machek
diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh
index 4a8737f..811fa6e 100644
--- a/scripts/multiconfig.sh
+++ b/scripts/multiconfig.sh
@@ -120,7 +120,7 @@ d
Hardware accelerated support for SHA-1 and SHA-256 has been added.
Hash command enabled along with hardware accelerated support for
SHA-1 and SHA-256 for platforms which have CAAM block.
Signed-off-by: Ruchika Gupta
---
Changed from v2:
Incorporated Denx comments
Rearranged config options
On 09/05/2014 07:02 PM, Ivan Khoronzhuk wrote:
This series generalize keystone_nav driver usage in order to
add keystone2 K2E/K2L SoCs support.
Based on u-boot-ti/master
v2..v1:
rebased on top of u-boot-ti/master, no functional changes
Ivan Khoronzhuk (4):
keystone2: keystone_nav: d
On Wed, Oct 08, 2014 at 05:37:10PM +0300, Ivan Khoronzhuk wrote:
> On 09/05/2014 07:02 PM, Ivan Khoronzhuk wrote:
> >This series generalize keystone_nav driver usage in order to
> >add keystone2 K2E/K2L SoCs support.
> >
> >Based on u-boot-ti/master
> >
> >v2..v1:
> > rebased on top of u-boot-t
Hi Sean,
- Цитат от Sean Cross (x...@kosagi.com), на 08.10.2014 в 10:47 -
> On 08/10/2014 05:55, Nikolay Dimitrov wrote:
>> Hi Marek,
>>
>> I'm marking only the critical issues that are left unfixed from
>> previous conversations, to speed-up the process a little bit.
>> I'll send later p
Hi Prafulla,
On Mon, 6 Oct 2014 06:22:29 -0700, Prafulla Wadaskar
wrote:
> Hi Albert,
>
> Please pull
> The following changes since commit be9f643ae6aa9044c60fe80e3a2c10be8371c692:
>
> Merge branch 'for-tom' of git://git.denx.de/u-boot-dm (2014-09-26 20:10:48
> -0400)
>
> are available in
Hi Minkyu,
On Wed, 08 Oct 2014 20:36:34 +0900, Minkyu Kang
wrote:
> Dear Albert,
>
> The following changes since commit 6dd0e7c00bfa5ce861a72b8e4a3ef9e787306125:
>
> git-mailrc: add me as a maintainer of UniPhier platform (2014-10-05
> 14:10:09 +0900)
>
> are available in the git repositor
Hi,
On 4 October 2014 11:29, Simon Glass wrote:
> This series adds driver model support for serial and GPIO for sunxi. Since
> I only have a sun7i board to test with, I have added a new config for the
> pcDuino3, which uses device tree and driver model. This should make it
> fairly easy to enabl
On Wed, Oct 08, 2014 at 10:58:24AM +0200, Michal Simek wrote:
> Hi,
>
> On 10/07/2014 02:45 PM, Marek Vasut wrote:
> > Hey,
> >
> > given that we now have most of the u-boot socfpga stuff in mainline, I
> > decided
> > it would be a good idea to list what we're still missing and we should also
Hi,
On 29 September 2014 13:34, Simon Glass wrote:
> Up until now driver model has not been used for any type of bus. Buses
> have some unique properties and needs, so we cannot claim that driver
> model can cover all the common cases unless we have converted a bus over
> to driver model.
>
> SPI
This introduces new commands:
- pmic (new) - CONFIG_DM_PMIC
- regulator - CONFIG_DM_PMIC
Both uses a common code and dm pmic api.
To avoid code mess the old pmic command is kept without changes.
Command pmic
This is based on an old pmic command code - the new one uses
driver model pmic api. The p
This command is required for trats2 and odroid
environment, since those boards uses it.
Signed-off-by: Przemyslaw Marczak
---
include/configs/exynos-common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index fa02cb2..3d30a
The functions error's numbers are standarized - but the error
messages are not.
The errors are often handled with unclear error messages,
so why not use an errno standarized messages.
Advantages:
- This could decrease the binary size.
- Appended with a detailed information,
the error message wi
This is the implementation of driver model regulator uclass api.
To use it, the CONFIG_DM_PMIC is required with driver implementation,
since it provides pmic devices I/O API.
The regulator framework is based on a 'structure dm_regulator_ops',
which provides all regulator functions call types.
The
Signed-off-by: Przemyslaw Marczak
---
include/configs/exynos-common.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h
index 6ba9bb7..fa02cb2 100644
--- a/include/configs/exynos-common.h
+++ b/include/configs/exynos-common.h
@
Hello,
This piece of code was a base for prepare my presentation talk
for the U-Boot Mini Summit, which taking place at ELCE2014 conference,
13-th October 2014 Dusseldorf, Germany.
The tittle of talk: "Power(full) framework based on Driver Model"
The presentation will be shared after the Summit.
Changes required to support dm pmic and dm regulator api:
- move call to board_init_i2c() into exynos_init() - earlier init the i2c
- remove redundant ldo setup - default hardware configuration is proper
- adjust pmic/regulator calls to new pmic api
Signed-off-by: Przemyslaw Marczak
---
board/sa
This adds a simple implementation of driver model uclass pmic driver.
This implementation includes two funcitons:
- max77686_ofdata_to_platdada(...) - init I/O data from fdt
- max77686_probe(...) - looks for max77686 regulator driver and bind it
If there is no regulator driver, then pmic can still
This is an introduction to driver-model multi class PMIC support.
It starts with UCLASS_PMIC - a common PMIC class type for I/O, which
doesn't need to implement any specific operations and features beside
the platform data, which is the 'struct pmic_platdata' defined in file:
- 'include/power/pmic.
Changes added to support new pmic api:
- call board_init_i2c() in exynos_init(),
do i2c init before pmic_init_dm()
- change max77686 regulator calls to new pmic api calls
Signed-off-by: Przemyslaw Marczak
---
board/samsung/odroid/odroid.c | 31 +--
1 file changed, 1
Adding regulators subnode to fdt max77686 node allows properly init
regulators descriptors from by the max77686 regulator driver.
This enables the complete functionality of the regulator command.
Signed-off-by: Przemyslaw Marczak
---
arch/arm/dts/exynos4412-odroid.dts | 250 +
Signed-off-by: Przemyslaw Marczak
---
doc/driver-model/dm-pmic-framework.txt | 450 +
1 file changed, 450 insertions(+)
create mode 100644 doc/driver-model/dm-pmic-framework.txt
diff --git a/doc/driver-model/dm-pmic-framework.txt
b/doc/driver-model/dm-pmic-frame
This function call is required to init dm pmic framework
and drivers before call to power_init_board().
Signed-off-by: Przemyslaw Marczak
---
common/board_r.c | 8
1 file changed, 8 insertions(+)
diff --git a/common/board_r.c b/common/board_r.c
index cd92288..e574130 100644
--- a/commo
This change enables the configs required to init and setup
max77686 regulator driver, using the new driver model pmic API.
Enabled configs:
- CONFIG_DM_PMIC
- CONFIG_DM_PMIC_MAX77686
- CONFIG_DM_PMIC_I2C
- CONFIG_DM_REGULATOR
- CONFIG_DM_REGULATOR_MAX77686
Signed-off-by: Przemyslaw Marczak
---
In the power_init_board function call, regulator driver init is called,
so before compile, make sure that any power framework is defined.
Signed-off-by: Przemyslaw Marczak
---
board/samsung/common/board.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/samsung/common/bo
Changes to support new pmic api:
- add pmic alias - currently required for new pmic
- remove i2c addr from max77686 node name
- fix names of some regulators
Signed-off-by: Przemyslaw Marczak
---
arch/arm/dts/exynos4412-trats2.dts | 17 +
1 file changed, 9 insertions(+), 8 deletio
The lcd menu requires pmic framework to get the power key state.
Now two pmic frameworks are available - the old one and the new
one based on a driver-model.
Signed-off-by: Przemyslaw Marczak
---
board/samsung/common/board.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/b
In case of two pmic frameworks availability - enable support of both,
since the new pmic framework is not fully finished and some boards still
supports only the old framework.
Signed-off-by: Przemyslaw Marczak
---
board/samsung/common/misc.c | 21 ++---
1 file changed, 18 inserti
Hi Stefano,
On Wed, 08 Oct 2014 10:17:49 +0200, Stefano Babic
wrote:
> Hi Albert,
>
> please pull from u-boot-imx, thanks !
>
> cm_fx6 is still broken in u-boot-imx, but after merging with Tom's tree
> it is built correctly.
Ok -- it has been building correctly in u-boot-arm/master for some t
This change enables the configs required to init and setup
max77686 regulator driver, using the new driver model pmic API.
Enabled configs:
- CONFIG_DM_PMIC
- CONFIG_DM_PMIC_MAX77686
- CONFIG_DM_PMIC_I2C
- CONFIG_DM_REGULATOR
- CONFIG_DM_REGULATOR_MAX77686
Signed-off-by: Przemyslaw Marczak
---
Hi Suriyan,
On 8 October 2014 14:23, Suriyan Ramasami wrote:
> The commands fatls/ext4ls give -ve values when dealing with files > 2GB.
> The commands fatsize/ext4size do not update the variable filesize for
> these files.
>
> To deal with this, the functions *_size have been modified to take a s
The commands fatls/ext4ls give -ve values when dealing with files > 2GB.
The commands fatsize/ext4size do not update the variable filesize for
these files.
To deal with this, the functions *_size have been modified to take a second
parameter of type "* off_t" which is then populated. The return va
We have discovered a significant performance problem in U-Boot accessing an
EXT4 file system.If a large image file happens to be created with more than
4 extents, file read time increases from a few seconds to several minutes.
The root cause is the indexed extent block is being re-read t
This commit adds support to max77686 regulator driver
based on a uclass regulator driver-model api, which
provides implementation of all uclass regulator api
function calls.
New file: drivers/power/regulator/max77686.c
New config: CONFIG_DM_REGULATOR_MAX77686
Signed-off-by: Przemyslaw Marczak
--
On Wed 2014-10-08 13:23:48, Suriyan Ramasami wrote:
> The commands fatls/ext4ls give -ve values when dealing with files > 2GB.
> The commands fatsize/ext4size do not update the variable filesize for
> these files.
>
> To deal with this, the functions *_size have been modified to take a second
> pa
mkimage -T mxs now support new flags in config file:
NODISPLAYPROGRESS - makes boot silent
VERBOSEPROGRESS - makes boot progress display more verbose
Signed-off-by: Alexey Ignatov
---
tools/mxsimage.c | 41 ++---
tools/mxsimage.h | 6 +-
2 files changed,
Hello all,
On 10/08/2014 10:48 PM, Przemyslaw Marczak wrote:
Hello,
This piece of code was a base for prepare my presentation talk
for the U-Boot Mini Summit, which taking place at ELCE2014 conference,
13-th October 2014 Dusseldorf, Germany.
The tittle of talk: "Power(full) framework based on D
Signed-off-by: Jeroen Hofstee
---
arch/arm/lib/board.c | 40
1 file changed, 12 insertions(+), 28 deletions(-)
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index 76adaf3..98782ca 100644
--- a/arch/arm/lib/board.c
+++ b/arch/arm/lib/board.c
@@
For performance reason there seems to be a CONFIG_xyz.
Introduce a __maybe_weak to allow using __weak directly
instead of relying on aliases.
Signed-off-by: Jeroen Hofstee
---
drivers/mtd/cfi_flash.c | 50 -
1 file changed, 16 insertions(+), 34 del
Signed-off-by: Jeroen Hofstee
---
common/menu.c | 5 +
post/post.c | 9 ++---
2 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/common/menu.c b/common/menu.c
index 94afeb2..e81c074 100644
--- a/common/menu.c
+++ b/common/menu.c
@@ -105,12 +105,9 @@ static inline void *menu
When compiling u-boot with W=1 there are numerous of warnings.
This patchset attempts to reduce it a bit. One source of false
warnings are the aliases missing a prototype, most of them are
replaced with __weak functions. Others are cause by missing
includes / local functions not be marked as such.
Signed-off-by: Jeroen Hofstee
---
arch/arm/cpu/arm926ejs/cache.c | 5 +
drivers/i2c/i2c_core.c | 4 +---
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/arch/arm/cpu/arm926ejs/cache.c b/arch/arm/cpu/arm926ejs/cache.c
index e86c2ed..8d7873c 100644
--- a/arch/arm/cpu/arm9
get_phy_id is marked weak but has no protype nor a
strong version, just make it static. Use __weak for
board_phy_config.
Signed-off-by: Jeroen Hofstee
---
drivers/net/phy/phy.c | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.
Signed-off-by: Jeroen Hofstee
---
board/samsung/common/board.c | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c
index 5c3c5bb..758ce4f 100644
--- a/board/samsung/common/board.c
+++ b/board/samsung/common/board.
Signed-off-by: Jeroen Hofstee
---
common/board_f.c | 10 ++
common/board_r.c | 10 ++
2 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/common/board_f.c b/common/board_f.c
index e6aa298..b5bebc9 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -128,14 +128,11
Signed-off-by: Jeroen Hofstee
---
drivers/pci/pci.c | 8 ++--
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c
index 28859f3..60c333e 100644
--- a/drivers/pci/pci.c
+++ b/drivers/pci/pci.c
@@ -572,7 +572,7 @@ const char * pci_class_str(u8 cla
Signed-off-by: Jeroen Hofstee
---
drivers/usb/host/ehci-hcd.c | 15 +++
1 file changed, 3 insertions(+), 12 deletions(-)
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index 6323c50..5e44ba1 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-
Signed-off-by: Jeroen Hofstee
---
drivers/video/cfb_console.c | 10 ++
drivers/video/exynos_fb.c | 32
2 files changed, 10 insertions(+), 32 deletions(-)
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c
index 9231927..8567231 10064
do_bootelf_exec was a weak function without a prototype nor
and strong version. Just make it static.
Signed-off-by: Jeroen Hofstee
---
common/cmd_elf.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/common/cmd_elf.c b/common/cmd_elf.c
index ab9c7e3..2f229d7 100644
--- a/co
Signed-off-by: Jeroen Hofstee
---
common/board_r.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/board_r.c b/common/board_r.c
index 40eae4e..54294d5 100644
--- a/common/board_r.c
+++ b/common/board_r.c
@@ -364,7 +364,7 @@ static int initr_spi(void)
#ifdef C
Signed-off-by: Jeroen Hofstee
---
disk/part.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/disk/part.c b/disk/part.c
index cfd77b0..43485c9 100644
--- a/disk/part.c
+++ b/disk/part.c
@@ -57,7 +57,7 @@ static const struct block_drvr block_drvr[] = {
DECLARE_GLOBAL_DATA_PTR;
Signed-off-by: Jeroen Hofstee
---
common/env_nand.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/env_nand.c b/common/env_nand.c
index 5a734a9..749605f 100644
--- a/common/env_nand.c
+++ b/common/env_nand.c
@@ -124,7 +124,7 @@ int env_init(void)
* The legacy NAN
Signed-off-by: Jeroen Hofstee
---
net/eth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/eth.c b/net/eth.c
index 76ffa05..eac4f7b 100644
--- a/net/eth.c
+++ b/net/eth.c
@@ -153,7 +153,7 @@ static void eth_current_changed(void)
setenv("ethact", NULL);
}
Signed-off-by: Jeroen Hofstee
---
drivers/usb/host/ehci-hcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index 5e44ba1..936d006 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -1314,7
Signed-off-by: Jeroen Hofstee
---
drivers/gpio/bcm2835_gpio.c | 2 +-
drivers/gpio/kw_gpio.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/gpio/bcm2835_gpio.c b/drivers/gpio/bcm2835_gpio.c
index 97b5137..4a473d7 100644
--- a/drivers/gpio/bcm2835_gpio.c
+++
Signed-off-by: Jeroen Hofstee
---
common/image-fit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/image-fit.c b/common/image-fit.c
index 255c4ca..8529cec 100644
--- a/common/image-fit.c
+++ b/common/image-fit.c
@@ -1434,7 +1434,7 @@ void fit_conf_print(const void *fi
Signed-off-by: Jeroen Hofstee
---
lib/lmb.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/lmb.c b/lib/lmb.c
index 41a2be4..031f0e1 100644
--- a/lib/lmb.c
+++ b/lib/lmb.c
@@ -236,7 +236,7 @@ long lmb_reserve(struct lmb *lmb, phys_addr_t base,
phys_size_t size)
re
Signed-off-by: Jeroen Hofstee
---
drivers/net/fec_mxc.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/drivers/net/fec_mxc.c b/drivers/net/fec_mxc.c
index 549d648..b572470 100644
--- a/drivers/net/fec_mxc.c
+++ b/drivers/net/fec_mxc.c
@@ -11,6 +11,7 @@
#include
#in
1 - 100 of 177 matches
Mail list logo