Dear List,
I have been trying to get a working binary of latest U-boot from git
repo (git://git.denx.de/u-boot.git) for my Mini2440 (Samsung S3C2440,
ARM926T) for weeks, without any success.
I tried to use 3 different CodeBench toolchains and DENX ELDK for
armv4t as well, but no joy so far. Compi
On 01/07/2014 04:47 PM, Hector Palacios wrote:
> Dear Otavio,
>
> On 01/03/2014 06:35 PM, Otavio Salvador wrote:
>> On Thu, Jan 2, 2014 at 9:36 PM, Marek Vasut wrote:
>>> On Thursday, January 02, 2014 at 05:53:00 PM, Hector Palacios wrote:
Hi,
I saw commit 2a91c9134675140853577b565
Hi Alexey,
Looks fine and I'll apply with a small edit to the commit message to
remove the UTF8 characters.
On Dec 26, 2013, at 1:29 PM, Alexey Brodkin wrote:
> Bounce buffer implementation takes care of proper data buffer alignemt
> and correct flush/invalidation of data cache at once so we no
Hi Darwin (Rambo? - cool name)
On Dec 30, 2013, at 12:25 AM, Darwin Rambo wrote:
>> -Original Message-
>> From: Jaehoon Chung [mailto:jh80.ch...@samsung.com]
>> Sent: Wednesday, December 25, 2013 11:32 PM
>> To: Darwin Rambo; u-boot@lists.denx.de
>> Cc: Pantelis Antoniou
>> Subject: Re:
Hi Markus,
On Dec 16, 2013, at 2:40 PM, Markus Niebel wrote:
> From: Markus Niebel
>
> The eMMC and the SD-Card specifications describe the optional SET_DSR command.
> During measurements at our lab we found that some cards implementing this
> feature
> having really strong driver strengts per
Hi, fenghua:
How to get u-boot code with arch/arm/cpu/armv8 directory?
I used "git://www.denx.de/git/u-boot.git " to get latest code, but not
find armv8 dir.
Best wishes,
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/
Hi Chin,
On Dec 31, 2013, at 2:26 AM, Chin Liang See wrote:
> To add the DesignWare MMC driver support for Altera SOCFPGA. It
> required information such as clocks and bus width from platform
> specific files (SOCFPGA handoff files)
>
> Signed-off-by: Chin Liang See
> Cc: Rajeshwari Shinde
> C
Hello Tom.
> > When will "Orphan" boards in boards.cfg removed?
>
> Well, somewhere between when they're a problem and when someone says
> "I'd like to remove ...".
>
> So, if you'd like to start the next merge window off with dumping a
> large number of orphan boards, I'm OK with that as I im
Hi Christian,
On 09/01/2014 08:07, Christian Gmeiner wrote:
> Hi Stefano,
>
>>
>>>
>>> On 08/01/2014 08:24, Christian Gmeiner wrote:
Signed-off-by: Christian Gmeiner
---
board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
>>>
Hi Haijun,
On Dec 11, 2013, at 7:35 AM, Haijun Zhang wrote:
> Card detection pin is ineffective on T4240QDS Rev1.0.
> There are two cards can be connected to board.
> 1. eMMC card is built-in board, can not be removed. so
> For eMMC card it is always there.
> 2. Card detecting pin is functional
Hi Christian,
On 09/01/2014 08:12, Christian Gmeiner wrote:
>> Agree that we have to sync u-boot and kernel, and this can be a way in
>> the short term.
>>
>> I am asking if this is in the long term the best way to do it. You are
>> converting EDID values to fb_videomode *mode, and then again to
Hi Haijun,
On Dec 11, 2013, at 7:35 AM, Haijun Zhang wrote:
> The upper 4 data signals of esdhc are shared with spi flash.
> So detect if the upper 4 pins are assigned to esdhc before
> enable sdhc 8 bit width.
>
> Signed-off-by: Haijun Zhang
> ---
> changs for V2:
> - No changes
>
> dri
Hi Haijun,
On Dec 11, 2013, at 7:35 AM, Haijun Zhang wrote:
> On BSC9131 and BSC9132: For High Capacity SD Cards (> 2 GBytes), the
> 32-bit source address specifies the memory address in block address
> format. Block length is fixed to 512 bytes as per the SD High Capacity
> specification. So we
On Thu, Jan 9, 2014 at 4:28 AM, Shawn Guo wrote:
> Fabio,
>
> Can you give it a test to see if reboot works fine with v3.13-rc kernel
> with dropping the ERRATA from u-boot? If reboot works and nothing else
> breaks, we may want to just remove the ERRATA selection from u-boot.
Tested on mx6sl a
From: Fabio Estevam
Include "mx6_common.h" so that some ARM errata are applied and also the
vddsoc regulator can be changed.
Signed-off-by: Fabio Estevam
---
Changes since v2:
- Discarded 1/2 and now all 3 errata are also applied to mx6solo-lite.
Changes since v1:
- None
include/configs/mx6sl
Hi Haijun,
Patch does not apply.
On Dec 30, 2013, at 10:20 AM, Haijun Zhang wrote:
> The max timeout value esdhc host can accept is about 2.69 sec.
> At 50 Mhz SD_CLK period, the max busy timeout
> value = 2^27 * SD_CLK period ~= 2.69 sec.
>
> In case erase command CMD38 timeout is caculated b
Hi Haijun,
Since this is part of the core mmc functionality, I'll
need to run some test on some board that are affected.
Pending verification and testing from now on.
Regards
-- Pantelis
On Dec 30, 2013, at 10:20 AM, Haijun Zhang wrote:
> Read command class from csd register and secure erase
Hi Shawn,
On 09/01/2014 07:28, Shawn Guo wrote:
> On Thu, Jan 09, 2014 at 03:50:06AM +, hui@freescale.com wrote:
>> The commit log really get me confused, why we need enable one ERRATA which
>> should not be applied?
>
> It's been enabled as a workaround for the reboot issue we were seei
Hi Fabio,
On 09/01/2014 11:55, Fabio Estevam wrote:
> On Thu, Jan 9, 2014 at 4:28 AM, Shawn Guo wrote:
>
>> Fabio,
>>
>> Can you give it a test to see if reboot works fine with v3.13-rc kernel
>> with dropping the ERRATA from u-boot? If reboot works and nothing else
>> breaks, we may want to ju
On 09/01/2014 11:57, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Include "mx6_common.h" so that some ARM errata are applied and also the
> vddsoc regulator can be changed.
>
> Signed-off-by: Fabio Estevam
> ---
> Changes since v2:
> - Discarded 1/2 and now all 3 errata are also applied to mx
Hi Tom,
The following changes since commit e7be18225fbea76d1f0034b224f0d1e60f07cfcf:
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-01-06
14:07:08 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mmc.git master
for you to fetch changes up to c5c1af
This patch set includes changes required to:
- properly use of all gpios
- introduce common file for Samsung misc code
- keys support (PWR, VOL:UP,DOWN)
- console support on LCD
- 16bpp logo support
- introduce LCD menu on Samsung devices
Each version changes are described in each patch commit msg
Old s5p gpio coding method was not clean and was not working properly
for all parts and banks. New method is clean and easy to extend.
Gpio coding mask:
0x00ff - pin number
0x0000 - bank offset
0xff00 - part number
Signed-off-by: Przemyslaw Marczak
---
Changes v2:
- none
Changes v3
16 bpp mode is required by LCD console mode.
This change updates exynos board files.
Signed-off-by: Przemyslaw Marczak
---
Changes v2:
-- new patch
Changes v3:
- none
Changes v4:
- none
board/samsung/trats/trats.c |2 +-
board/samsung/trats2/trats2.c|2 +-
bo
Config: CONFIG_MISC_INIT_R enables implementation of misc_init_r()
in common file::
- board/samsung/common/misc.c
Signed-off-by: Przemyslaw Marczak
---
Changes v2:
- change CONFIG_SAMSUNG to CONFIG_MISC_INIT_R
Changes v3:
- fix merge conflict in board/samsung/common/Makefile
Changes v4:
- none
Remove wrong and unused env variables
Trats2 is not as GT-I8800.
Signed-off-by: Przemyslaw Marczak
Cc: Piotr Wilczek
---
Changes v2:
- none
Changes v3:
- none
Changes v4:
- add "include pmic.h" to "max77686_pmic.h"
board/samsung/trats2/trats2.c | 19 ++-
drivers/power
This is big size patch. Please follow the link:
http://www.denx.de/wiki/pub/U-Boot/TooBigPatches/0006-lib-tizen-change-Tizen-logo-with-the-new-one.patch
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Changes:
- le16_to_cpu() to get_unaligned_le16()
- le32_to_cpu() to get_unaligned_le32()
when access fields in struct bmp header.
This changes avoids data abort exception caused by unaligned data access.
Signed-off-by: Przemyslaw Marczak
Acked-by: Anatolij Gustschin
---
Changes v2:
- new patch
Now fimd BPP color mode depends on vl_bpp value in struct "panel_info".
There is only 16BPP mode check, default mode is 24BPP.
Other fimd modes are usually unneeded and also needs some fimd driver
modifications and tests.
Signed-off-by: Przemyslaw Marczak
---
Changes v2:
- check panel_info vl_b
board/samsung/common/misc.c:
- move draw_logo() function from exynos_fb.c
- add get_tizen_logo_info() function call removed from board files
boards:
- update board files
- add CONFIG_MISC_INIT_R to Universal, Trats and Trats2
Signed-off-by: Przemyslaw Marczak
Tested-by: Hyungwon Hwang
---
chan
This simple LCD menu allows run one of download mode on device
without writing on console or for fast and easy upgrade.
This feature check user keys combination at boot:
- power key + volume up - download menu
- power key + volume down - thor mode (without menu)
New configs:
- CONFIG_LCD_MENU
- CO
Signed-off-by: Przemyslaw Marczak
Acked-by: Lukasz Majewski
---
changes v2:
- add definitions to check keys
- cleanup config definitions
- add acked-by
Changes v3:
- remove CONFIG_BOARD_NAME from include/configs/trats.h
Changes v4:
- none
include/configs/trats.h | 22 ++
Signed-off-by: Przemyslaw Marczak
---
changes v2:
- add definitions for check keys
- cleanup config definitions
Changes v3:
- remove CONFIG_BOARD_NAME from include/configs/trats2.h
Changes v4:
- remove include of pmic.h from trats2.h
- remove include of common.h from pmic.h
include/configs/tr
Signed-off-by: Przemyslaw Marczak
---
changes v2:
- add definitions for check keys
- cleanup config definitions
Changes v3:
- remove CONFIG_BOARD_NAME from include/configs/5pc210_universal.h
Changes v4:
- none
include/configs/s5pc210_universal.h | 22 ++
1 file changed, 2
On Thu, Jan 09, 2014 at 11:08 +0300, Peter Germer wrote:
>
> Dear List,
>
> I have been trying to get a working binary of latest U-boot from git
> repo (git://git.denx.de/u-boot.git) for my Mini2440 (Samsung S3C2440,
> ARM926T) for weeks, without any success.
First I thought "arm926" would trans
Acked-by: Jaehoon Chung
On 01/09/2014 08:23 PM, Przemyslaw Marczak wrote:
> Remove wrong and unused env variables
> Trats2 is not as GT-I8800.
>
> Signed-off-by: Przemyslaw Marczak
> Cc: Piotr Wilczek
>
> ---
> Changes v2:
> - none
>
> Changes v3:
> - none
>
> Changes v4:
> - add "include p
Acked-by: Jaehoon Chung
On 01/09/2014 08:23 PM, Przemyslaw Marczak wrote:
> Config: CONFIG_MISC_INIT_R enables implementation of misc_init_r()
> in common file::
> - board/samsung/common/misc.c
>
> Signed-off-by: Przemyslaw Marczak
>
> ---
> Changes v2:
> - change CONFIG_SAMSUNG to CONFIG_MISC
Hi Albert,
On Thu, Jan 9, 2014 at 1:48 AM, Jagannadha Sutradharudu Teki
wrote:
> These changes are from u-boot-xlnx.git repo from git.xilinx.com
> and in addition of basic fdt support. This repo is well tested
> on xilinx zynq platform, hence pushing the same on upstream.
>
> Excluded qspi and na
In some cases MMC was still uninitialized while media capacity check,
leading to broken ums command.
Change-Id: I4b86c2c59e430fb8b55272ea14f00316d8cb3dca
Signed-off-by: Mateusz Zalega
Cc: Lukasz Majewski
Cc: Minkyu Kang
Cc: Kyungmin Park
---
board/samsung/common/ums.c | 3 +++
1 file changed,
Configuration file for GONI has been updated to support FAT file system,
new mmc partitioning scheme and read linux kernel from eMMC instead of
OneNAND.
It's an updated version of an earlier patch which didn't make it to mainline
due to dependencies.
Change-Id: I00e55bc970512986f50b1f943021ba9de6
Change-Id: Ifa9acad620652ac731e00d00db511846b6606917
Signed-off-by: Mateusz Zalega
Cc: Minkyu Kang
Cc: Kyungmin Park
---
include/configs/s5p_goni.h | 5 +
1 file changed, 5 insertions(+)
diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h
index 24a0fcc..d25c494 100644
---
When user attempted to perform a raw write using DFU (vide
dfu_fill_entity_mmc) with MMC interface not initialized before,
get_mmc_blk_size() reported invalid (zero) block size - it wasn't
possible to write ie. a new u-boot image.
This commit fixes that by initializing device in get_mmc_blk_size()
Preprocessor definitions and hardcoded implementation selection in
g_dnl core were replaced by a linker list made of {usb_function_name,
bind_callback) pairs.
Change-Id: I4e0515e7fd61ff19793e9ac9a6c48b07c616c9dc
Signed-off-by: Mateusz Zalega
Cc: Lukasz Majewski
Cc: Kyungmin Park
---
common/cmd
Proper adjustment for supporting DFU at GONI target has been made.
The s5p_goni.h file has been updated. Moreover, the code for low level
USB initialization has been added to Goni board code.
The malloc pool has been enlarged in order to support larger buffer
sizes needed by DFU implementation.
C
Hi Jagan,
On Wed, 2014-01-08 at 17:43 +0530, Jagan Teki wrote:
> Hi Chin Liang See,
>
> On Thu, Jan 2, 2014 at 8:13 AM, Chin Liang See wrote:
> > To add the Cadence SPI driver support for Altera SOCFPGA. It
> > required information such as clocks and timing from platform's
> > configuration head
UMS-related defines were added to Samsung Goni config header.
Change-Id: I6c960e6785742653831aae4e7fc717ee493332cc
Signed-off-by: Mateusz Zalega
Cc: Minkyu Kang
Cc: Kyungmin Park
---
include/configs/s5p_goni.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/s5p_goni.h b/i
Structure definition used type block_dev_desc_t, defined in part.h, which
wasn't included in mmc.h. It worked only in circumstances when common.h,
or another header using part.h was incuded in implementation files.
Change-Id: I3ccf56ce1e5334c32a7bc061e8bd9a5054ccb7f5
Signed-off-by: Mateusz Zalega
Implementation made use of types defined in common.h, even though it
wasn't #included. It worked in circumstances when .c files included
every needed header (all).
Change-Id: Iafdd4f1997767e9eb84d583fd32c79c8c4d43afd
Signed-off-by: Mateusz Zalega
Cc: Minkyu Kang
Cc: Kyungmin Park
---
include/p
Hi guys,
Wonder any comments for this patch?
Thanks
Chin Liang
On Wed, 2013-12-18 at 16:23 -0600, Chin Liang See wrote:
> To add the DesignWare watchdog driver support. It required
> information such as register base address and clock info from
> configuration header file within include/config
Hi guys,
Wonder any comments for this patch?
Thanks
Chin Liang
On Wed, 2013-12-18 at 17:54 -0600, Chin Liang See wrote:
> Clock Manager driver will be called to reconfigure all the
> clocks setting based on user input. The input are passed to
> Preloader through handoff files
>
> Signed-off-by
Hi guys,
Wonder any comments for this patch?
Thanks
Chin Liang
On Wed, 2013-12-18 at 15:18 -0600, Chin Liang See wrote:
> To add the Denali NAND driver support into U-Boot. It required
> information such as register base address from configuration
> header file within include/configs folder.
>
Hi guys,
Wonder any comments for this patch?
Thanks
Chin Liang
On Mon, 2013-12-02 at 14:31 -0600, Chin Liang See wrote:
> Adding Scan Manager driver and handoff files. Scan Manager driver
> will be called to configure the IO buffer setting.
>
> Signed-off-by: Chin Liang See
> Cc: Dinh Nguyen
Hi Eric,
On 09/01/2014 15:52, Eric Nelson wrote:
> Hi Stefano,
>
> On 01/09/2014 03:44 AM, Stefano Babic wrote:
>> Hi Christian,
>>
>> On 09/01/2014 08:12, Christian Gmeiner wrote:
>>
Agree that we have to sync u-boot and kernel, and this can be a way in
the short term.
I am a
HI Chin Liang,
On Thu, Jan 9, 2014 at 8:06 PM, Chin Liang See wrote:
> Hi Jagan,
>
> On Wed, 2014-01-08 at 17:43 +0530, Jagan Teki wrote:
>> Hi Chin Liang See,
>>
>> On Thu, Jan 2, 2014 at 8:13 AM, Chin Liang See wrote:
>> > To add the Cadence SPI driver support for Altera SOCFPGA. It
>> > requi
Hi Stefano,
On 01/09/2014 03:44 AM, Stefano Babic wrote:
Hi Christian,
On 09/01/2014 08:12, Christian Gmeiner wrote:
Agree that we have to sync u-boot and kernel, and this can be a way in
the short term.
I am asking if this is in the long term the best way to do it. You are
converting EDID v
Hi feng...@phytium.com.cn,
On Sat, 14 Dec 2013 11:47:28 +0800, feng...@phytium.com.cn wrote:
> From: David Feng
>
> Changes for v16:
> - make the patches work with latest recently u-boot.
> add rela relocation type to OBJCFLAGS definition
> at arm/config.mk.
The series applies well a
Hi Jagan,
On Thu, 2014-01-09 at 20:56 +0530, Jagan Teki wrote:
> HI Chin Liang,
>
> On Thu, Jan 9, 2014 at 8:06 PM, Chin Liang See wrote:
> > Hi Jagan,
> >
> > On Wed, 2014-01-08 at 17:43 +0530, Jagan Teki wrote:
> >> Hi Chin Liang See,
> >>
> >> On Thu, Jan 2, 2014 at 8:13 AM, Chin Liang See
On 01/09/2014 07:52 AM, Eric Nelson wrote:
> Hi Stefano,
>
> On 01/09/2014 03:44 AM, Stefano Babic wrote:
>> Hi Christian,
>>
>> On 09/01/2014 08:12, Christian Gmeiner wrote:
>>
Agree that we have to sync u-boot and kernel, and this can be a way in
the short term.
I am asking i
HI Stephen.
2014/1/9 Stephen Warren :
> On 01/09/2014 07:52 AM, Eric Nelson wrote:
>> Hi Stefano,
>>
>> On 01/09/2014 03:44 AM, Stefano Babic wrote:
>>> Hi Christian,
>>>
>>> On 09/01/2014 08:12, Christian Gmeiner wrote:
>>>
> Agree that we have to sync u-boot and kernel, and this can be a way
Hello,
On Thu, Dec 26, 2013 at 2:51 PM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> As U-boot does not use GPU/VPU peripherals, shutdown the VDDPU regulator
> in order to save power.
>
> Signed-off-by: Anson Huang
> Signed-off-by: Jason Liu
> Signed-off-by: Fabio Estevam
>
It seems this
Hello,
Thanks to the help I obtained on this mailing list, I've been able to
customize u-boot (2013.10 release) to work on a custom omap4460 board.
Schematically, it's similar to the pandaboard, but uses the twl6032
pmic and has a NAND memory from micron present.
I've been able to boot this board
On Thu, Jan 9, 2014 at 3:50 PM, Otavio Salvador wrote:
> It seems this patch makes 3.10.17-1.0.0-beta freeze in a customer board;
> reverting this makes this to work again. It freezes when loading Vivante
> module.
VDDPU is needed for using the GPU, so the kernel should turn on the
VDDPU regulat
On Thu, Jan 9, 2014 at 5:06 PM, Fabio Estevam wrote:
> On Thu, Jan 9, 2014 at 3:50 PM, Otavio Salvador
> wrote:
>
> > It seems this patch makes 3.10.17-1.0.0-beta freeze in a customer board;
> > reverting this makes this to work again. It freezes when loading Vivante
> > module.
>
> VDDPU is nee
On Thu, Jan 9, 2014 at 5:11 PM, Otavio Salvador wrote:
> It might be but shouldn't we delay this patch for now?
I don't think so.
Please post your dts file. Most likely you are using
pu-supply = <&pu_dummy>;
where you should be using the internal vddpu instead.
Also, please post your kernel
On Thu, Jan 9, 2014 at 5:13 PM, Fabio Estevam wrote:
> On Thu, Jan 9, 2014 at 5:11 PM, Otavio Salvador
> wrote:
>
>> It might be but shouldn't we delay this patch for now?
>
> I don't think so.
>
> Please post your dts file. Most likely you are using
>
> pu-supply = <&pu_dummy>;
>
> where you sh
On Thu, Jan 9, 2014 at 5:30 PM, Fabio Estevam wrote:
> On Thu, Jan 9, 2014 at 5:13 PM, Fabio Estevam wrote:
> > On Thu, Jan 9, 2014 at 5:11 PM, Otavio Salvador
> wrote:
> >
> >> It might be but shouldn't we delay this patch for now?
> >
> > I don't think so.
> >
> > Please post your dts file. M
The toolchain sets __aarch64__ for both LE and BE. In the case of
posix_types.h we cannot reliably use config.h as that will lead to
problems. In the case of byteorder.h it's clearer to check the EB flag
being set in either case instead.
Cc: David Feng
Signed-off-by: Tom Rini
---
arch/arm/inc
On Thu, Jan 9, 2014 at 5:39 PM, Otavio Salvador wrote:
> Mine dts has:
>
>
> &gpu {
> pu-supply = <®_pu>;
> };
>
> The bootlog is at:
>
> http://privatepaste.com/download/104a504b26
According to your log:
vdd1p1: 800 <--> 1375 mV at 1125 mV
vdd3p0: 2800 <--> 3150 mV at 3000 mV
vdd2p5: 2000 <-->
Hi Otavio,
On 09/01/2014 20:11, Otavio Salvador wrote:
On Thu, Jan 9, 2014 at 5:06 PM, Fabio Estevam mailto:feste...@gmail.com>> wrote:
On Thu, Jan 9, 2014 at 3:50 PM, Otavio Salvador
mailto:ota...@ossystems.com.br>> wrote:
> It seems this patch makes 3.10.17-1.0.0-beta freeze
On 09/01/14 20:23, Przemyslaw Marczak wrote:
> This simple LCD menu allows run one of download mode on device
> without writing on console or for fast and easy upgrade.
> This feature check user keys combination at boot:
> - power key + volume up - download menu
> - power key + volume down - thor m
We do not have to define CONFIG_4xx in board config headers
because it is defined in arch/powerpc/cpu/ppc4xx/config.mk.
include/configs/JSE.h defines "CONFIG_4x", not "CONFIG_4xx".
I believe it is a typo because "CONFIG_4x" is not used at all
in other files.
So, I also deleted "CONFIG_4x" in inclu
We do not have to define CONFIG_MPC5xxx in board config headers
(and start.S) because it is defined in arch/powerpc/cpu/mpc5xxx/config.mk.
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc5xxx/start.S | 2 --
include/configs/BC3450.h | 1 -
include/configs/IceCu
We do not have to define CONFIG_MPC83xx in board config headers
because it is defined in arch/powerpc/cpu/mpc83xx/config.mk.
Signed-off-by: Masahiro Yamada
---
include/configs/MERGERBOX.h| 1 -
include/configs/MPC8308RDB.h | 1 -
include/configs/MPC8313ERDB.h | 1 -
include/co
We do not define CONFIG_8xx in source files
because it is defined in arch/powerpc/cpu/mpc8xx/config.mk
Signed-off-by: Masahiro Yamada
---
arch/powerpc/cpu/mpc8xx/kgdb.S | 2 --
arch/powerpc/cpu/mpc8xx/start.S | 2 --
2 files changed, 4 deletions(-)
diff --git a/arch/powerpc/cpu/mpc8xx/kgdb.S b
Hi, Albtert:
How to download u-boot source code with arm64 patch code.
Such as :
Include arch/arm/cpu/armv8 directory.
I used "git clone git://www.denx.de/git/u-boot.git" to download source
code.
But not find arm64 patch code in the downloaded source code.
Best wishes,
__
Hi, experts:
Does U-boot have any plan to support ARMv8 SOC?
Nvidia has decleared 64bit SOC plan.
So, i think bootloader for ARMv8 SOC is urgent now.
Although ARM Ltd recommended UEFI firmware as ARMv8's bootloader.
But not a requirement.
On Consumer Electronics market, Uboot has huge infl
Using the TPL method for nand boot by sram was already
supported. Here add some code for mpc85xx ifc nand boot.
- For ifc, elbc, esdhc, espi, all need the SPL without
section .resetvec.
- Use a clear function name for nand spl boot.
- Add CONFIG_SPL_DRIVERS_MISC_SUP
Using the TPL/SPL method to booting from 8k page NAND flash.
- Add 256kB size SRAM tlb for second step booting;
- Add spl.c for TPL image boot;
- Add spl_minimal.c for minimal SPL image;
- Add C29XPCIE_NAND configure;
- Modify C29XPCIE.h for nand config and e
Ok, Thanks.
Regards,
Haijun.
于 2014/1/9 19:09, Pantelis Antoniou 写道:
Hi Haijun,
Since this is part of the core mmc functionality, I'll
need to run some test on some board that are affected.
Pending verification and testing from now on.
Regards
-- Pantelis
On Dec 30, 2013, at 10:20 AM, Hai
Thanks Pantelis.
I'll rework this patch as you suggested.
Thanks.
Regards,
Haijun
于 2014/1/9 18:42, Pantelis Antoniou 写道:
Hi Haijun,
On Dec 11, 2013, at 7:35 AM, Haijun Zhang wrote:
Card detection pin is ineffective on T4240QDS Rev1.0.
There are two cards can be connected to board.
1. eM
Hi, Pantelis
This patch is based on patch http://patchwork.ozlabs.org/patch/283002/
I'm afraid it was delegated to York by mistake.
Best regards,
Haijun
于 2014/1/9 19:08, Pantelis Antoniou 写道:
Hi Haijun,
Patch does not apply.
On Dec 30, 2013, at 10:20 AM, Haijun Zhang wrote:
The max timeo
Understand.
Thanks.
Best regards,
Haijun
于 2014/1/9 18:43, Pantelis Antoniou 写道:
Hi Haijun,
On Dec 11, 2013, at 7:35 AM, Haijun Zhang wrote:
The upper 4 data signals of esdhc are shared with spi flash.
So detect if the upper 4 pins are assigned to esdhc before
enable sdhc 8 bit width.
Sign
Looks good to me. CC'd mmc Custodian.
Acked-by: Jaehoon Chung
On 01/09/2014 11:31 PM, Mateusz Zalega wrote:
> Structure definition used type block_dev_desc_t, defined in part.h, which
> wasn't included in mmc.h. It worked only in circumstances when common.h,
> or another header using part.h was
Hi Mateusz,
On 01/09/2014 11:31 PM, Mateusz Zalega wrote:
> In some cases MMC was still uninitialized while media capacity check,
> leading to broken ums command.
>
> Change-Id: I4b86c2c59e430fb8b55272ea14f00316d8cb3dca
> Signed-off-by: Mateusz Zalega
> Cc: Lukasz Majewski
> Cc: Minkyu Kang
>
Hi, Mateusz,
This patch should be separated with dfu and mmc.
On 01/09/2014 11:31 PM, Mateusz Zalega wrote:
> When user attempted to perform a raw write using DFU (vide
> dfu_fill_entity_mmc) with MMC interface not initialized before,
> get_mmc_blk_size() reported invalid (zero) block size - it w
Hello Tiger,
On Fri, Jan 10, 2014 at 8:32 AM, wrote:
> Hi, experts:
>
> Does U-boot have any plan to support ARMv8 SOC?
I'm replying to this because I'd like some confirmation on the
development process.
u-boot is an open source bootloader. It isn't run by a single
organization (though it IS h
Hi Mateusz.
On 01/09/2014 11:31 PM, Mateusz Zalega wrote:
> Proper adjustment for supporting DFU at GONI target has been made.
> The s5p_goni.h file has been updated. Moreover, the code for low level
> USB initialization has been added to Goni board code.
>
> The malloc pool has been enlarged in
Dear Abraham,
In message
you wrote:
>
> u-boot is an open source bootloader. It isn't run by a single
> organization (though it IS headed by denx). Architecturally the
> software can be divided into multiple processor and development
> boards.
>
> Now, if organization A is developing a new pro
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
> On Behalf Of tiger...@viatech.com.cn
> Sent: Friday, January 10, 2014 8:33 AM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [U-boot] Uboot's plan for ARMv8
>
> Hi, experts:
>
> Does U-boot h
Some Samsung boards have their own tools under board/samsung//tools/.
This commit refactor more makefiles with "hostprogs-y".
Signed-off-by: Masahiro Yamada
---
Note1:
Samsung boards have tools under board/samsung//tools/
and have tools/mkexynosspl.c too.
It is inconsistent, so we should choose
This commit moves some variable definitions from config.mk
to the top Makefile:
- HOSTCC, HOSTCFLAGS, HOSTLDFLAGS
- AS, LD, CC, CPP, etc.
- SHELL (renamed to CONFIG_SHELL)
I'd like to slim down config.mk file
because it is included from all recursive make.
It is redundant to re-define the v
Signed-off-by: Masahiro Yamada
---
Changes in v4:
- Move the line where U_BOOT_VERSION is defined
Changes in v3: None
Changes in v2: None
Makefile | 65
1 file changed, 32 insertions(+), 33 deletions(-)
diff --git a/Makefile b
- Move "easylogo", "env", "gdb" tagets to tools/Makefile
- Delete "gdbtools" target (same as "gdb")
Signed-off-by: Masahiro Yamada
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
Makefile | 7 +--
tools/Makefile | 6 +-
2 files changed, 6 insertions(+), 7 deleti
This commit moves suffix rules from config.mk
to scripts/Makefile.build, which will allow us
to switch smoothly to real Kbuild.
Note1:
post/lib_powerpc/fpu/Makefile has
its own rule to compile C sources.
We need to tweak it to keep the same behavior.
Note2:
There are two file2 with the same name:
Before this commit, most of compiler flags were defined in config.mk.
But it is redundant because config.mk is included from all recursive make.
This commit moves many complier flags to the top Makefile
and export them.
And we use new vaiarables to store them:
KBUILD_CPPFLAGS, KBUILD_CFLAGS, KBUIL
Before this commit, {spl,tpl}-autoconf.mk was always generated
at the top Makefile even if SPL(TPL) build was not selected.
This commit moves the build rule of {spl,tpl}-autoconf.mk
from the top Makefile to spl/Makefile.
It prevents unnecessary {spl,tpl}-autoconf.mk from being
generated.
Signed-o
Some flags are used for SPL (and TPL) build only.
This commit moves them from config.mk to spl/Makefile.
Signed-off-by: Masahiro Yamada
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
config.mk| 19 ---
spl/Makefile | 14 ++
2 files changed, 14 i
We are going to switch over to Kbuild in upcoming commits.
Each makefile must have non-empty obj- or obj-y
to generate built-in.o on Kbuild.
Signed-off-by: Masahiro Yamada
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
arch/arm/cpu/armv7/tegra114/Makefile | 3 ++-
arch/arm/cp
This commit refactors rules of directory descending
and defines u-boot-dirs and u-boot-all-dirs.
(We will need u-boot-all-dirs when using
scripts/Makefile.clean)
Additionally, rename LIBS-y to libs-y.
Signed-off-by: Masahiro Yamada
---
Changes in v4: None
Changes in v3: None
Changes in v2: None
This commit adds scripts/Makefile.host.tmp which will
be used in the next commit to convert makefiles
under tools/ directory to Kbuild style.
Notice this script, scripts/Makefile.host.tmp
is temporary.
When switching over to real Kbuild,
it will be replaced with scripts/Makefile.host of Linux Ker
1 - 100 of 133 matches
Mail list logo