On Thu, May 25, 2017 at 02:59:00PM +, york sun wrote:
> Tom,
>
> The following changes since commit 22f3368e71321db1e0e15dfbf54b052367890ec7:
>
>Merge branch 'master' of git://git.denx.de/u-boot-mips (2017-05-13
> 16:45:35 -0400)
>
> are available in the git repository at:
>
>git:
On Wed, May 24, 2017 at 09:36:29AM +0800, ub...@andestech.com wrote:
> Hi Tom,
>
> Please pull the following patch from u-boot-nds32 into your tree.
> Thanks!
>
> The following changes since commit be71a179bdd935336fb0bee8283be729144ac965:
>
> nds32: eth: Support ftmac100 DM. (2017-05-23 1
Hi Phil,
> -Original Message-
> From: Phil Edworthy [mailto:phil.edwor...@renesas.com]
> Sent: Friday, May 26, 2017 1:27 AM
> To: Vikas MANOCHA
> Cc: Tom Rini ; Kamil Lulko ;
> u-boot@lists.denx.de; Albert Aribaud
>
> Subject: RE: [PATCH] armv7m: Fix larger builds
>
> Hi Vikas,
>
> On
Hi Kever,
Am Mittwoch, 24. Mai 2017, 10:35:04 CEST schrieb Kever Yang:
> On 05/20/2017 10:29 AM, Simon Glass wrote:
> > On 16 May 2017 at 21:44, Kever Yang wrote:
> >> In rk3328, some function pin may have more than one choice, and muxed
> >> with more than one IO, for example, the UART2 controll
On Fri, May 26, 2017 at 01:57:18PM -0500, Franklin S Cooper Jr wrote:
>
>
> On 05/26/2017 01:46 PM, Tom Rini wrote:
> > On Fri, May 26, 2017 at 01:22:17PM -0500, Franklin S Cooper Jr wrote:
> >>
> >>
> >> On 05/26/2017 01:09 PM, Tom Rini wrote:
> >>> On Wed, May 24, 2017 at 10:43:07AM -0500, Fran
On 05/26/2017 01:46 PM, Tom Rini wrote:
> On Fri, May 26, 2017 at 01:22:17PM -0500, Franklin S Cooper Jr wrote:
>>
>>
>> On 05/26/2017 01:09 PM, Tom Rini wrote:
>>> On Wed, May 24, 2017 at 10:43:07AM -0500, Franklin S Cooper Jr wrote:
>>>
Disable netcp by default like all other peripherals i
On Fri, May 26, 2017 at 01:22:17PM -0500, Franklin S Cooper Jr wrote:
>
>
> On 05/26/2017 01:09 PM, Tom Rini wrote:
> > On Wed, May 24, 2017 at 10:43:07AM -0500, Franklin S Cooper Jr wrote:
> >
> >> Disable netcp by default like all other peripherals in the dtsi file.
> >> Enable the peripheral
On 05/26/2017 03:08 AM, Lothar Waßmann wrote:
> Franklin S Cooper Jr wrote:
>
>> Runtime U-boot dtb selection is generally a two step process. First step
>> is to simply use an initial generic dtb. The second step is to select
>> the dtb and perhaps execute additional code ones U-boot knows wha
On 05/26/2017 01:09 PM, Tom Rini wrote:
> On Wed, May 24, 2017 at 10:43:07AM -0500, Franklin S Cooper Jr wrote:
>
>> Disable netcp by default like all other peripherals in the dtsi file.
>> Enable the peripheral explicitly in the board specific dts file.
>>
>> Signed-off-by: Franklin S Cooper Jr
On Wed, May 24, 2017 at 12:08:27PM +0200, Jean-Jacques Hiblot wrote:
> The problems with the current DFU layout are:
> MMC: The space allocated for u-boot is too small for the latest u-boot
> (>750KB). We need to increase it. eMMC uses a much bigger area (2MB).
> eMMC: region "u-boot.img.raw"
On Thu, May 25, 2017 at 03:35:25PM +0530, Keerthy wrote:
> Currently while setting the vsel value for dcdc1 and dcdc2
> the driver is wrongly masking the entire 8 bits in the process
> clearing PFM (bit7) field as well. Hence describe an appropriate
> mask for vsel field and modify only those bits
On Wed, May 24, 2017 at 10:42:49AM -0500, Franklin S Cooper Jr wrote:
> Runtime U-boot dtb selection is generally a two step process. First step
> is to simply use an initial generic dtb. The second step is to select
> the dtb and perhaps execute additional code ones U-boot knows what board
> it i
On Wed, May 24, 2017 at 10:43:10AM -0500, Franklin S Cooper Jr wrote:
> Include K2G ICE to OF_LIST so it can be used for runtime board
> detection.
>
> Signed-off-by: Franklin S Cooper Jr
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digital signature
On Wed, May 24, 2017 at 10:43:06AM -0500, Franklin S Cooper Jr wrote:
> Upstream Linux has the unit address being added to the various 66AK2Gx
> boards dts. Therefore, update the dts to mimic this change.
>
> Also remove memory node from the base K2G dtsi file.
>
> Signed-off-by: Franklin S Coop
On Wed, May 24, 2017 at 10:43:08AM -0500, Franklin S Cooper Jr wrote:
> Add basic DT support for K2G ICE evm. Only minimal peripherals are
> supported to allow console output and MMC boot.
>
> Signed-off-by: Franklin S Cooper Jr
Reviewed-by: Tom Rini
--
Tom
signature.asc
Description: Digit
On Wed, May 24, 2017 at 10:43:05AM -0500, Franklin S Cooper Jr wrote:
> Adding the unit address to the memory node was causing the below error:
> Warning (reg_format): "reg" property in /memory has invalid length
> (8 bytes) (#address-cells == 2, #size-cells == 2)
>
> Further debugging showed tha
On Wed, May 24, 2017 at 10:42:41AM -0500, Franklin S Cooper Jr wrote:
> From: Nishanth Menon
>
> In some situations the EEPROM used for board detection may not be
> programmed or simply programmed incorrectly. Therefore, it may be
> necessary to "simulate" reading the contents of the EEPROM to s
On Wed, May 24, 2017 at 10:42:47AM -0500, Franklin S Cooper Jr wrote:
> Introduce K2G evm specific dtsi file for U-boot specific configurations.
> This will help seperate U-boot only configurations thus making it easier to
> keep device tree files synced between U-boot and Linux.
>
> For now only
On Wed, May 24, 2017 at 10:43:07AM -0500, Franklin S Cooper Jr wrote:
> Disable netcp by default like all other peripherals in the dtsi file.
> Enable the peripheral explicitly in the board specific dts file.
>
> Signed-off-by: Franklin S Cooper Jr
This is being mirrored in the kernel, yes?
--
On Fri, May 26, 2017 at 11:04 PM, Fabio Estevam wrote:
> Hi Jagan,
>
> On Fri, May 26, 2017 at 2:28 PM, Jagan Teki wrote:
>
>> OK, please rebase now, forgot to update this series changes.
>
> The pmic command appears in this version, but I see other issues now:
>
> U-Boot SPL 2017.05-00704-g16fa9
Hi Jagan,
On Fri, May 26, 2017 at 2:28 PM, Jagan Teki wrote:
> OK, please rebase now, forgot to update this series changes.
The pmic command appears in this version, but I see other issues now:
U-Boot SPL 2017.05-00704-g16fa9ec (May 26 2017 - 14:30:16)
Trying to boot from MMC1
U-Boot 2017.05
On Fri, May 26, 2017 at 10:47 PM, Fabio Estevam wrote:
> On Fri, May 26, 2017 at 2:14 PM, Jagan Teki wrote:
>
>> Can you please confirm, are you using v7 series? in this I kept the
>> PMIC as it is.
>>
>> /* PMIC */
>> #define CONFIG_POWER
>> #define CONFIG_POWER_I2C
>> #define CONFIG_POWER_PFUZE
On Fri, May 26, 2017 at 2:14 PM, Jagan Teki wrote:
> Can you please confirm, are you using v7 series? in this I kept the
> PMIC as it is.
>
> /* PMIC */
> #define CONFIG_POWER
> #define CONFIG_POWER_I2C
> #define CONFIG_POWER_PFUZE100
> #define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
I used the lat
On Fri, May 26, 2017 at 10:34 PM, Fabio Estevam wrote:
> On Fri, May 26, 2017 at 1:55 PM, Jagan Teki wrote:
>
>> No, PMIC and I2C are as it is like old code, I never did any
>> modification to use it for dts since driver require dm.
>
> Let me try to clarify the problem.
>
> If I use the latest u
On Fri, May 26, 2017 at 1:55 PM, Jagan Teki wrote:
> No, PMIC and I2C are as it is like old code, I never did any
> modification to use it for dts since driver require dm.
Let me try to clarify the problem.
If I use the latest u-boot-imx:
U-Boot SPL 2017.05-35079-g4c78028 (May 26 2017 - 13:58:
On Fri, May 26, 2017 at 10:22 PM, Fabio Estevam wrote:
> Hi Jagan,
>
> On Fri, May 26, 2017 at 1:49 PM, Jagan Teki wrote:
>
>> Yes, Pointed the same on cover-letter, I2C and PMIC combo not using
>> dts as of now since pmic area require driver-model conversion so these
>> are as-it-is.
>
> Ok, but
Hi Jagan,
On Fri, May 26, 2017 at 1:49 PM, Jagan Teki wrote:
> Yes, Pointed the same on cover-letter, I2C and PMIC combo not using
> dts as of now since pmic area require driver-model conversion so these
> are as-it-is.
Ok, but we should not lose the PMIC functionality.
It is fine if PMIC code
在 2017-04-27 15:09,Maxime Ripard 写道:
Hi,
On Wed, Apr 26, 2017 at 10:49:55PM +0800, Icenowy Zheng wrote:
This patchset contains several works on the sunxi DesignWare DRAM
controllers.
The 1st patch made an option for H3-like DRAM controllers
(DesignWare ones), which can ease further import of a
On Fri, May 26, 2017 at 10:17 PM, Fabio Estevam wrote:
> Hi Jagan,
>
> On Fri, May 26, 2017 at 1:41 PM, Jagan Teki wrote:
>
>> Can you finalize this series, early to have better test.
>
> The issue I see with this series is that the 'pmic' commands are gone.
>
> Do you plan to fix it?
Yes, Point
Hi Jagan,
On Fri, May 26, 2017 at 1:41 PM, Jagan Teki wrote:
> Can you finalize this series, early to have better test.
The issue I see with this series is that the 'pmic' commands are gone.
Do you plan to fix it?
___
U-Boot mailing list
U-Boot@lists
Hi Stefano,
On Fri, May 26, 2017 at 1:44 PM, Stefano Babic wrote:
> It is ok for me to apply the original patch and add DTS support in a
> follow-up patch. Let's do in this order.
Sounds good, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https
On 26/05/2017 18:28, Fabio Estevam wrote:
> Hi Stefano,
>
> On Fri, May 19, 2017 at 12:49 PM, Vanessa Maegima
> wrote:
>> Hi Stefano, Jagan,
>>
>> I have been trying to add the dts support for this board but I could not
>> make Ethernet, I2C and PMIC support work using dts.
>>
>> I am still tryi
Hi Stefano/Fabio,
On Tue, May 23, 2017 at 1:28 PM, Jagan Teki wrote:
> From: Jagan Teki
>
> Fabio, please add your changes on-top-of this series.
>
> Compared to previous series, this series
> - Removed 'Fabio' patch changes.
> - Droped DM_I2C and DM_PMIC, since power driver need to chage dm
> -
On Fri, May 19, 2017 at 9:19 PM, Vanessa Maegima
wrote:
> Hi Stefano, Jagan,
>
> I have been trying to add the dts support for this board but I could not
> make Ethernet, I2C and PMIC support work using dts.
Ethernet we can do with dts, just try on top of these patches [1]
For PMIC and I2C combo
Hi Stefano,
On Fri, May 19, 2017 at 12:49 PM, Vanessa Maegima
wrote:
> Hi Stefano, Jagan,
>
> I have been trying to add the dts support for this board but I could not make
> Ethernet, I2C and PMIC support work using dts.
>
> I am still trying to add this support but I don't know how much time it
Hi Tom,
On 26 May 2017 at 09:18, Tom Rini wrote:
>
> On Wed, May 24, 2017 at 06:19:04PM -0600, Simon Glass wrote:
>
> > Hi Tom,
> >
> > This is the first two of the livetree series as well as some
> > driver-model adjustments for MMC.
> >
> > It's up to you if you want to take this now, or wait.
On Fri, May 26, 2017 at 02:58:04PM +0200, Jorge Ramirez Ortiz wrote:
> On May 26, 2017 2:46 PM, "Tom Rini" wrote:
>
> On Fri, May 26, 2017 at 09:28:28AM +0200, Jorge Ramirez wrote:
> > On 05/26/2017 12:08 AM, Tom Rini wrote:
> > >On Thu, May 25, 2017 at 11:16:42PM +0200, Jorge Ramirez wrote:
> >
On Wed, May 24, 2017 at 06:19:04PM -0600, Simon Glass wrote:
> Hi Tom,
>
> This is the first two of the livetree series as well as some
> driver-model adjustments for MMC.
>
> It's up to you if you want to take this now, or wait. I will send a
> new version of the 3rd livetree series later by ea
Hi,
seems like you beat me to that, I had as similar patch ready, but wanted
to wait for the A64 DTS update to be accepted (and merged).
It looks like you depend on that as well?
On 26/05/17 10:21, Jagan Teki wrote:
> From: Jagan Teki
>
> BPI-M64 is a 64-bit quad-core mini single board computer
On 05/26/2017 03:48 AM, Chee, Tien Fong wrote:
>>
>> So the patch for using CONFIG_SPL_FPGA_SUPPORT is causing this build
>> error. Please investigate.
>>
>> Dinh
>
> Hi Dinh,
>
> I have tried with both u-boot.git and u-boot-socfpga.git lastest
> version, i can't still reproduce the issue u ha
Hello Simon,
Am 24.05.2017 um 02:44 schrieb Simon Glass:
> Hi Wadim,
>
> On 15 May 2017 at 08:19, Wadim Egorov wrote:
>> The phyCORE-RK3288 is a SoM (System on Module) containing a RK3288 SoC.
>> The module can be connected to different carrier boards.
>> It can be also equipped with different R
Hi Fabio,
i tried both solutions without any output.
--
*Ing. Fausto Sessego*
*R&D Hardware & Software Engineer*
info
mob
>
*Tecnologie Wireless per la logistica e la sicurezza*
*address:* Parco scientifico e tecnologico della Sardegna, Edificio 1 Loc.
Piscinamanna
On May 26, 2017 2:46 PM, "Tom Rini" wrote:
On Fri, May 26, 2017 at 09:28:28AM +0200, Jorge Ramirez wrote:
> On 05/26/2017 12:08 AM, Tom Rini wrote:
> >On Thu, May 25, 2017 at 11:16:42PM +0200, Jorge Ramirez wrote:
> >>On 05/25/2017 11:12 PM, Tom Rini wrote:
> >>>On Thu, May 25, 2017 at 10:58:20PM
On Thu, May 25, 2017 at 09:15:33PM -0600, Simon Glass wrote:
> Hi Tom,
>
> On 25 May 2017 at 11:42, Tom Rini wrote:
> > On Thu, May 25, 2017 at 11:27:10AM -0600, Simon Glass wrote:
> >> Hi Tom,
> >>
> >> On 25 May 2017 at 05:19, Tom Rini wrote:
> >> >
> >> > On Wed, May 24, 2017 at 06:15:25PM -0
On Fri, May 26, 2017 at 09:28:28AM +0200, Jorge Ramirez wrote:
> On 05/26/2017 12:08 AM, Tom Rini wrote:
> >On Thu, May 25, 2017 at 11:16:42PM +0200, Jorge Ramirez wrote:
> >>On 05/25/2017 11:12 PM, Tom Rini wrote:
> >>>On Thu, May 25, 2017 at 10:58:20PM +0200, Jorge Ramirez wrote:
> On 05/25/2
On Sat, May 20, 2017 at 07:27:55PM -0700, ali...@peloton-tech.com wrote:
> From: Alison Chaiken
>
> This patch provides support in u-boot for renaming GPT
> partitions. The renaming is accomplished via a new 'gpt flip'
> command.
[snip]
> Signed-off-by: Alison Chaiken
> ---
> cmd/gpt.c | 207
On Sat, May 20, 2017 at 07:27:54PM -0700, ali...@peloton-tech.com wrote:
> From: Alison Chaiken
>
> Make the partition table available for modification by reading it from
> the user-specified device into a linked list. Provide an accessor
> function for command-line testing.
>
> Signed-off-by
On Sat, May 20, 2017 at 07:27:53PM -0700, ali...@peloton-tech.com wrote:
> From: Alison Chaiken
>
> In order to read the GPT, modify the partition name strings, and then
> write out a new GPT, the disk GUID is needed. While there is an
> existing accessor for the partition UUIDs, there is none
On Sat, May 20, 2017 at 07:27:52PM -0700, ali...@peloton-tech.com wrote:
> From: Alison Chaiken
>
> One way for userspace and the bootloader to exchange information about
> dynamic image selection is via the storage device partition table, as
> described at
>
> https://source.android.com/device
Hi Fausto,
On Fri, May 26, 2017 at 7:39 AM, Fausto Sessego
wrote:
>
>
> #define CONFIG_BOOTCOMMAND \
> "run mmcargs; " \
> "run loadfdt; " \
> "run loadimage; " \
> "bootz ${loadaddr} - ${fdt_addr}; "\
>
The bootz command expects a zImage type of kernel.
In your previous message you were p
Fausto Sessego wrote:
> Hi,
>
> here you are my configuration:
>
> #define CONFIG_EXTRA_ENV_SETTINGS \
> "image=zImage\0" \
> "console=" CONFIG_CONSOLE_DEV "\0" \
> "fdt_file=imx6q-tibidabo.dtb\0" \
> "fdt_addr=0x1400\0" \
> "mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
> "mmcpart=
On Fri, May 26, 2017 at 1:42 PM, Lothar Waßmann
wrote:
> The config variable CONFIG_SPL_NAND_MXS is only set in
> include/configs/imx6_spl.h but used nowhere.
> Remove it.
>
> Signed-off-by: Lothar Waßmann
Reviewed-by: Jagan Teki
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.co
Include common config_distro_defaults.h and config_distro_bootcmd.h
for u-boot enviroments to support automatical distro boot which
scan boot.scr from external storage devices(e.g. SD/USB/SATA/SCSI disk)
and execute autoboot script. Tested on ls1043ardb with automatically
boot Ubuntu from SD card o
Hi,
here you are my configuration:
#define CONFIG_EXTRA_ENV_SETTINGS \
"image=zImage\0" \
"console=" CONFIG_CONSOLE_DEV "\0" \
"fdt_file=imx6q-tibidabo.dtb\0" \
"fdt_addr=0x1400\0" \
"mmcdev="__stringify(CONFIG_SYS_MMC_ENV_DEV)"\0" \
"mmcpart=" __stringify(CONFIG_SYS_MMC_IMG_LOAD_PART) "\
From: Jagan Teki
BPI-M64 is a 64-bit quad-core mini single board computer
using the Allwinner A64 SOC.
BPI-M64 features
- 1.2 Ghz Quad-Core ARM Cortex A53
- 2GB DDR3 SDRAM with 733MHz
- MicroSD/eMMC(8GB)
- 10/100/1000Mbps ethernet (Realtek RTL8211E/D)
- Wifi + BT
- IR receiver
- Audio In/Out
- V
On Kha, 2017-05-25 at 08:35 -0500, Dinh Nguyen wrote:
>
> On 05/25/2017 03:53 AM, Chee, Tien Fong wrote:
> >
> > On Rab, 2017-05-24 at 09:56 -0500, Dinh Nguyen wrote:
> > >
> > >
> > > On 05/23/2017 09:24 PM, tien.fong.c...@intel.com wrote:
> > > >
> > > >
> > > > From: Tien Fong Chee
> > >
Hi Vikas,
On 26 May 2017 00:58 Vikas MANOCHA wrote:
> On Thursday, May 25, 2017 6:58 AM Phil Edworthy wrote:
> > On 25 May 2017 10:16 Phil Edworthy wrote:
> > > > On 24 May 2017 18:32 Vikas MANOCHA wrote:
> > > > Hi Phil,
> > > >
> > > > > On Wednesday, May 24, 2017 7:34 AM Phil Edworthy wrote:
>
The config variable CONFIG_SPL_NAND_MXS is only set in
include/configs/imx6_spl.h but used nowhere.
Remove it.
Signed-off-by: Lothar Waßmann
---
include/configs/imx6_spl.h | 5 -
scripts/config_whitelist.txt | 1 -
2 files changed, 6 deletions(-)
diff --git a/include/configs/imx6_spl.h b/
Franklin S Cooper Jr wrote:
> Runtime U-boot dtb selection is generally a two step process. First step
> is to simply use an initial generic dtb. The second step is to select
> the dtb and perhaps execute additional code ones U-boot knows what board
>
s/ones/once/
> it is running on. Embedded_dt
Hi Phil,
On 05/26/2017 05:01 PM, Phil Edworthy wrote:
> Hi Jaehoon Chung,
>
> On 26 May 2017 04:38 Jaehoon Chung wrote:
>> On 05/25/2017 11:14 PM, Phil Edworthy wrote:
>>> On 25 May 2017 15:10 Jaehoon Chung wrote:
On 05/25/2017 11:02 PM, Phil Edworthy wrote:
> On 25 May 2017 14:50 Jaehoo
This patch includes common config_distro_defaults.h and
config_distro_bootcmd.h for u-boot enviroments to support distro boot
which automatically scan boot.scr from storage devices(e.g.
SD/USB/SATA/SCSI disk) and execute autoboot script on LS1021ATWR board.
Signed-off-by: Shengzhou Liu
Signed-off
Hi Jaehoon Chung,
On 26 May 2017 04:38 Jaehoon Chung wrote:
> On 05/25/2017 11:14 PM, Phil Edworthy wrote:
> > On 25 May 2017 15:10 Jaehoon Chung wrote:
> >> On 05/25/2017 11:02 PM, Phil Edworthy wrote:
> >>> On 25 May 2017 14:50 Jaehoon Chung wrote:
> On 05/24/2017 10:54 PM, Phil Edworthy wr
On 05/26/2017 09:28 AM, Jorge Ramirez wrote:
[1]
https://github.com/ldts/poplar-u-boot/blob/upstream/arch/arm/dts/hi3798cv200-u-boot.dtsi
Yes, sorry. [1] needs to be updated to disable uart0 so that you can
use platform data, at least for now. I do want to talk more with Rob
about the gene
On 05/26/2017 12:08 AM, Tom Rini wrote:
On Thu, May 25, 2017 at 11:16:42PM +0200, Jorge Ramirez wrote:
On 05/25/2017 11:12 PM, Tom Rini wrote:
On Thu, May 25, 2017 at 10:58:20PM +0200, Jorge Ramirez wrote:
On 05/25/2017 10:55 PM, Jorge Ramirez wrote:
On 05/25/2017 10:31 PM, Tom Rini wrote:
O
64 matches
Mail list logo