From: Tien Fong Chee
This is file system generic loader which can be used to load
the file image from the storage into target such as memory.
The consumer driver would then use this loader to program whatever,
ie. the FPGA device.
Signed-off-by: Tien Fong Chee
---
common/Makefile|
From: Tien Fong Chee
This patchset contains generic firmware loader which is very close to Linux
firmware loader but for U-Boot framework. Generic firmware loader can be used
load whatever into target location, and then consumer driver would use it to
program whatever, ie. the FPGA. This version
From: Tien Fong Chee
This patch removes the static declation on spl_mmc_find_device_function
so this function is accessible by the caller from other file. This patch
is required for later patch.
Signed-off-by: Tien Fong Chee
---
common/spl/spl_mmc.c | 2 +-
include/spl.h| 2 ++
2 files
From: Tien Fong Chee
This patchset contains generic firmware loader which is very close to Linux
firmware loader but for U-Boot framework. Generic firmware loader can be used
load whatever into target location, and then consumer driver would use it to
program whatever, ie. the FPGA. This version
Hi your name,
On Wed, 20 Dec 2017 09:12:28 -0800 your name wrote:
> From: Andrey Yurovsky
>
> bootm_load_os() uses flush_cache() on the region where the OS image is
> loaded however the OS image may be part of a FIT image and thereby may
> not be aligned with respect to the machine's cache lines
On Sel, 2017-12-19 at 12:21 +0100, Lothar Waßmann wrote:
> Hi,
>
> On Tue, 19 Dec 2017 10:31:13 + Chee, Tien Fong wrote:
> >
> > On Isn, 2017-12-18 at 08:39 +0100, Lothar Waßmann wrote:
> > >
> > > Hi,
> > >
> > > On Mon, 18 Dec 2017 13:10:56 +0800 tien.fong.c...@intel.com
> > > wrote:
> >
Follow Linux commit ed067d4a859f ("linux/kernel.h: Add ALIGN_DOWN
macro").
Signed-off-by: Masahiro Yamada
---
include/linux/kernel.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 87d2d95..04a09eb 100644
--- a/include/linux/kernel.h
+++
On Wednesday 20 December 2017 09:35 PM, Tom Rini wrote:
> On Wed, Dec 20, 2017 at 08:59:37PM +0530, Lokesh Vutla wrote:
>> From: Rex Chang
>>
>> Added support for K2G EVM with FlipChip SoC of which
>> ARM/DDR3 runs at 1GHz/1066 MT/s. The patch is also
>> backward compatible with old revision EVM
From: Andrey Yurovsky
bootm_load_os() uses flush_cache() on the region where the OS image is
loaded however the OS image may be part of a FIT image and thereby may
not be aligned with respect to the machine's cache lines. Give
flush_cache() an aligned start of the region to avoid misalignment.
S
The following config symbols are only defined once and never referenced
anywhere else:
CONFIG_AP325RXA
CONFIG_AP_SH4A_4A
CONFIG_CPU_SH_TYPE_R
CONFIG_ECOVEC
CONFIG_ESPT
CONFIG_MIGO_R
CONFIG_MPR2
CONFIG_MS7720SE
CONFIG_MS7722SE
CONFIG_MS7750SE
CONFIG_R0P7734
CONFIG_R2DPLUS
CONFIG_RSK7203
CONFIG_RSK7
These macros are all defined once and never checked or used anywhere:
CONFIG_MACH_ASPENITE
CONFIG_MACH_DAVINCI_CALIMAIN
CONFIG_MACH_DOCKSTAR
CONFIG_MACH_EDMINIV2
CONFIG_MACH_GOFLEXHOME
CONFIG_MACH_GONI
CONFIG_MACH_GURUPLUG
CONFIG_MACH_KM_KIRKWOOD
CONFIG_MACH_OPENRD_BASE
CONFIG_MACH_SHEEVAPLUG
Alm
Hi Tom,
The following changes since commit b55c89ce0207d3a504238c1b8f268c56035656a3:
Merge git://git.denx.de/u-boot-spi (2017-12-19 07:57:40 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-x86.git
for you to fetch changes up to 1602d215b595b9cf4be460101f5c8892623fe3
The blob_encap and blob_decap functions were not flushing the dcache
before passing data to CAAM/DMA and not invalidating the dcache when
getting data back.
Therefore, blob encapsulation and decapsulation failed with errors like
the following due to data cache incoherency:
"4006: DECO: desc idx
From: Jagan Teki
On Wed, Dec 20, 2017 at 11:22 PM, Duncan Hare wrote:
>> An observation: The Banana PI boards, allwinner based, I've use have a
>> boot.scr file on the fat partition to direct booting.
>> A Suggestion: If this is widespread, the memory used by the u-boot image
>> could be re
Hi Jon,
This looks like a good start: https://opensource.org/faq#copyleft-violation
On Tue, Dec 19, 2017 at 9:21 PM, Jon 'jcase' Sawyer
wrote:
> I've been attempting to obtain source to the u boot implementation in a
> tablet used to control DJI drones, called crystal sky. Today after many
> g
On Wed, Dec 20, 2017 at 11:42 AM, Stefan Mavrodiev
wrote:
> On 12/13/2017 08:27 AM, Jagan Teki wrote:
>>
>> On Wed, Dec 13, 2017 at 11:43 AM, Stefan Mavrodiev
>> wrote:
>>>
>>> On 12/13/2017 07:19 AM, Jagan Teki wrote:
On Fri, Dec 8, 2017 at 5:08 PM, Jagan Teki
wrote:
>
>
On Wed, Dec 20, 2017 at 11:22 PM, Duncan Hare wrote:
> An observation: The Banana PI boards, allwinner based, I've use have a
> boot.scr file on the fat partition to direct booting.
> A Suggestion: If this is widespread, the memory used by the u-boot image
> could be reduce by eliminating much o
An observation: The Banana PI boards, allwinner based, I've use have a boot.scr
file on the fat partition to direct booting.
A Suggestion: If this is widespread, the memory used by the u-boot image could
be reduce by eliminating much of the
pre-defined boot hush scripts.
I offer this as an obse
On 12/20/2017 12:51 PM, Jan Siegmund wrote:
[...]
>>> My preferred usecase would be configuring the registers in the table below
>>> in
>>> SPL and configuring the FPGA in Linux, with a design using the FPGA-to-HPS
>>> SDRAM
>>> interface.
>>>
>>> For example, the last bits in the portcfg registe
On 12/20/2017 01:52 PM, Lukasz Majewski wrote:
> Dear Marek,
Hi,
I presume this is for -next , right ?
> The following changes since commit
> 8cd368294e917e205f61b2c66cdeed6f4c08a100:
>
> power: pmic/regulator: Add basic support for TPS65910 (2017-12-20
> 13:47:18 +0100)
>
> are available
Stephen,
> -Original Message-
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> Sent: Tuesday, December 19, 2017 6:31 PM
> To: Tom Warren
> Cc: Simon Glass ; Tom Rini ; u-
> b...@lists.denx.de; Stephen Warren
> Subject: [PATCH 1/4] ARM: tegra: don't use CONFIG_SPL_TEXT_BASE when no
Hi Prabhakar,
Le 20/12/2017 à 11:32, Prabhakar Kushwaha a écrit :
> This patch adds support to the JESD216 rev B standard and parses the
> SFDP tables to dynamically initialize the 'struct spi_nor_flash_parameter'.
>
> It has been ported from Linux commit "mtd: spi-nor: parse Serial Flash
> Disco
Hi,
U-Boot 2009.03 on custom board. How to restore NVRAM on MTD partition from
backup use U-boot memory commands, by uploading backup over serial line?
(kermit mode or ymodem mode)
NAND flash type.
Regards,
Alex
___
U-Boot mailing list
U-Boot@lists.
Hi Prabhakar,
Le 20/12/2017 à 11:32, Prabhakar Kushwaha a écrit :
> This patch add support of memories with size above 128Mib. It has
> been ported from Linux commit "mtd: spi-nor: add a
> stateless method to support memory size above 128Mib".
>
> It convert 3byte opcode into 4byte opcode based u
Hi, Andre,
> -Original Message-
> From: Andre Heider [mailto:a.hei...@gmail.com]
> Sent: Thursday, December 14, 2017 14:50
> To: Kostya Porotchkin; Stefan Roese
> Cc: u-boot@lists.denx.de; Nadav Haklai; Igal Liberman
> Subject: Re: [EXT] Re: arm64: a37xx: add distro boot compability
>
> H
On Wed, Dec 20, 2017 at 08:59:37PM +0530, Lokesh Vutla wrote:
> From: Rex Chang
>
> Added support for K2G EVM with FlipChip SoC of which
> ARM/DDR3 runs at 1GHz/1066 MT/s. The patch is also
> backward compatible with old revision EVM and EVM
> with WireBond SoC. Their ARM/DDR3 run at 600MHz/800 M
On 12/20/2017 01:52 AM, Mario Six wrote:
The function dev_read_addr calls ofnode_get_addr_index in the live tree
case, which does not apply bus translations to the address read from the
device tree. This results in illegal addresses on boards that rely on
bus translations being applied.
Fix this
This series consolidates few bug fixes on TI platforms.
Changes since v1:
- Removed ifdef aroung externs
Lokesh Vutla (3):
configs: k2g_evm: Allocate more space for u-boot
tools: omapimage: Fix mismatch of image size in header
arm: am33xx: Avoid writing into reserved DPLL divider
Rex Chang
From: Rex Chang
Added support for K2G EVM with FlipChip SoC of which
ARM/DDR3 runs at 1GHz/1066 MT/s. The patch is also
backward compatible with old revision EVM and EVM
with WireBond SoC. Their ARM/DDR3 run at 600MHz/800 MT/s.
The new SoC supports 2 different speeds at 1GHz and 600MHz.
Modyfied
DPLL DRR doesn't have an M4 divider. But the clock driver is trying
to configure M4 divider as 4(writing into a reserved register).
Fixing it by making M4 divider as -1.
Reported-by: Steve Kipisz
Signed-off-by: Lokesh Vutla
---
arch/arm/mach-omap2/am33xx/clock_am33xx.c | 12 ++--
1 file
From: Tomi Valkeinen
gpio1_2 is used for HPD interrupt with DRA76's DVI add-on board, so mux
the pin as gpio and PIN_INPUT.
Signed-off-by: Tomi Valkeinen
---
board/ti/dra7xx/mux_data.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/ti/dra7xx/mux_data.h b/board/ti/dra
The size field in GP header that is expected by ROM is size of the
image + size of the header. But omapimage tool is updating size
as image size + 2 * header size. Remove this extra header size bytes.
Reported-by: Denys Dmytriyenko
Debugged-by: Madan Srinivas
Signed-off-by: Lokesh Vutla
---
to
Now that we have multi dtb enabled in u-boot allocate
128K space for u-boot.
Signed-off-by: Lokesh Vutla
---
include/configs/k2g_evm.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h
index df81c09d86..9282a22739 100644
---
Configure AM57xx EVMs for the exact PHY part that is
present on the various boards. This makes U-Boot apply
configurations needed for this PHY like centering the
FLP timing.
For configurations to take effect, DM_ETH needs to be
enabled. Do that too.
Tested on BeagleBoard x15 and AM571x IDK.
Sign
From: Mario Six
To debug device tree issues involving 32- and 64-bit platforms, it is useful to
have a generic 64-bit platform available.
Add a version of the sandbox that uses 64-bit integers for its physical
addresses as well as a modified device tree.
Signed-off-by: Mario Six
---
arch/san
From: Siva Durga Prasad Paladugu
Add check if boot_targets exists in environment and then
generate new_targets env accordingly. Performing strlen on
null address causes it to fail with exception if isolation
is enabled with DDR address zero as secure. It works with out
isolation enabled as zero i
On Wed, 2017-12-20 at 13:26 +0100, Maxime Ripard wrote:
> On Mon, Dec 18, 2017 at 10:09:42PM +0200, Tuomas Tynkkynen wrote:
> > After the previous commit which adds support for the cd-inverted
> > property to the sunxi MMC driver, driver-model MMC works fine on
> > this
> > board.
> >
> > Signed-o
On Wed, 2017-12-20 at 13:26 +0100, Maxime Ripard wrote:
> On Mon, Dec 18, 2017 at 10:09:41PM +0200, Tuomas Tynkkynen wrote:
> > Commit 8620f384098b ("dm: sunxi: Linksprite_pcDuino3: Correct
> > polarity
> > of MMC card detect") claims that the Pcduino3 device tree has an
> > incorrect polarity for
On 19/12/2017 16:00, Tom Rini wrote:
On Tue, Dec 19, 2017 at 08:54:25AM -0600, Andrew F. Davis wrote:
On 12/16/2017 10:04 PM, Tom Rini wrote:
The am335x_hs_evm runs into size constraint problems at times with
various toolchains as changes come in due to the config have a large
number of optio
Dear Marek,
The following changes since commit
8cd368294e917e205f61b2c66cdeed6f4c08a100:
power: pmic/regulator: Add basic support for TPS65910 (2017-12-20
13:47:18 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-dfu.git
for you to fetch changes up to e3d35f7cf7ee
On Mon, Dec 18, 2017 at 10:09:42PM +0200, Tuomas Tynkkynen wrote:
> After the previous commit which adds support for the cd-inverted
> property to the sunxi MMC driver, driver-model MMC works fine on this
> board.
>
> Signed-off-by: Tuomas Tynkkynen
> ---
> configs/Linksprite_pcDuino3_Nano_defco
On Mon, Dec 18, 2017 at 10:09:41PM +0200, Tuomas Tynkkynen wrote:
> Commit 8620f384098b ("dm: sunxi: Linksprite_pcDuino3: Correct polarity
> of MMC card detect") claims that the Pcduino3 device tree has an
> incorrect polarity for the card detect pin, but the actual problem is
> that unlike the Lin
From: Zhang Ying-22455
Add support new regular chip: LTC3882.
The origianl VID code didn't properly read the FUSESR on all chips
and set the voltages on all chips. It didn't properly support the
voltage regulators in use by NXP and report voltage changes.
Signed-off-by: Zhang Ying-22455
---
.
From: Zhang Ying-22455
Add support new regular chip: LTC3882.
The origianl VID code didn't properly read the FUSESR on all chips
and set the voltages on all chips. It didn't properly support the
voltage regulators in use by NXP and report voltage changes.
Signed-off-by: Zhang Ying-22455
---
.
On 12/13/2017 08:27 AM, Jagan Teki wrote:
On Wed, Dec 13, 2017 at 11:43 AM, Stefan Mavrodiev wrote:
On 12/13/2017 07:19 AM, Jagan Teki wrote:
On Fri, Dec 8, 2017 at 5:08 PM, Jagan Teki
wrote:
On Fri, Dec 8, 2017 at 2:05 PM, Stefan Mavrodiev
wrote:
Add spi driver for sun4i, sun5i and sun7i
I've been attempting to obtain source to the u boot implementation in a
tablet used to control DJI drones, called crystal sky. Today after many
games of chase the tail, DJI came back and told me they wouldn't release it.
Is there anyone more capable, who could help put some pressure on this
large
On Tue, 19 Dec 2017 15:09:52 +0100
Maxime Ripard wrote:
> On Tue, Dec 19, 2017 at 08:30:31AM -0500, Tom Rini wrote:
> > On Tue, Dec 19, 2017 at 02:26:40PM +0100, Maxime Ripard wrote:
> > > 1;5002;0c
> > > On Tue, Dec 19, 2017 at 08:15:31AM -0500, Tom Rini wrote:
> > > > On Tue, Dec 19, 2017 at 02
Am 20.12.2017 um 10:35 schrieb Marek Vasut:
> On 12/20/2017 12:29 AM, Jan Siegmund wrote:
>> Am 18.12.2017 um 22:05 schrieb Marek Vasut:
>>> On 12/18/2017 09:44 PM, Jan Siegmund wrote:
>>
>> Hi Marek,
>
> Hi,
>
Hi Marek,
Hi all,
>>>
>>> Hi,
>>>
Here is another question on the FPGA to
This patch adds support to the JESD216 rev B standard and parses the
SFDP tables to dynamically initialize the 'struct spi_nor_flash_parameter'.
It has been ported from Linux commit "mtd: spi-nor: parse Serial Flash
Discoverable Parameters (SFDP) tables". It Also ports all modifications
done on to
This patch add support of memories with size above 128Mib. It has
been ported from Linux commit "mtd: spi-nor: add a
stateless method to support memory size above 128Mib".
It convert 3byte opcode into 4byte opcode based upon
OPCODES_4B or Spansion flash. Also the commands are malloc'ed
at run time
IO READ protocols transfers both address and data on multiple
data bits. 1-2-2(DUAL IO), 1-4-4(QUAD IO) transfer address on 2
data bits or 4 bits per rising edge of SCK respectively.
This patch update spi_nor_flash_parameter->spi_nor_read_command
array based on DUAL or QUAD IO flag enabled in flas
SPI-NOR framework currently supports-
- (1-1-1, 1-1-2, 1-1-4) read protocols
- read latency(dummy bytes) are hardcoded with the assumption
that the flash would support it.
- No support of mode bits.
- No support of flash size above 128Mib
This patch set add support of 1-2-2, 1-4-4 read protoc
From: Marek Vasut [mailto:ma...@denx.de]
Sent: Wednesday, December 20, 2017 6:05 PM
> On 12/20/2017 10:54 AM, Ran Wang wrote:
> > Hi Marek,
> >
> >> -Original Message-
> >> From: Marek Vasut [mailto:ma...@denx.de]
> >> Sent: Wednesday, December 20, 2017 5:02 PM
> >> To: Ran Wang ; Albert A
The 't208xrdb t4qds t102*' job is close to the time limit and
sometimes fails, so this splits it into 3 separate jobs.
Signed-off-by: Philipp Tomsich
---
.travis.yml | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 0b7a062..8a220cc 100644
On 12/20/2017 10:54 AM, Ran Wang wrote:
> Hi Marek,
>
>> -Original Message-
>> From: Marek Vasut [mailto:ma...@denx.de]
>> Sent: Wednesday, December 20, 2017 5:02 PM
>> To: Ran Wang ; Albert Aribaud
>> ; Prabhakar Kushwaha
>> ; Alison Wang
>> ; Sumit Garg ; York Sun
>> ; Bin Meng
>> Cc: S
Hi Marek,
> -Original Message-
> From: Marek Vasut [mailto:ma...@denx.de]
> Sent: Wednesday, December 20, 2017 5:02 PM
> To: Ran Wang ; Albert Aribaud
> ; Prabhakar Kushwaha
> ; Alison Wang
> ; Sumit Garg ; York Sun
> ; Bin Meng
> Cc: Stefan Roese ; Nobuhiro Iwamatsu
> ; Philipp Tomsich
On 12/20/2017 12:29 AM, Jan Siegmund wrote:
> Am 18.12.2017 um 22:05 schrieb Marek Vasut:
>> On 12/18/2017 09:44 PM, Jan Siegmund wrote:
>
> Hi Marek,
Hi,
>>> Hi all,
>>
>> Hi,
>>
>>> Here is another question on the FPGA to SDRAM interface of the Cyclone V
>>> SoC.
>>> Is is possible to configu
> From: Andre Przywara
> Date: Tue, 19 Dec 2017 14:17:37 +
>
> Hi,
>
> On 19/12/17 13:51, Mark Kettenis wrote:
> >> From: Andre Przywara
> >> Date: Tue, 19 Dec 2017 13:38:59 +
> >>
> >> Hi Maxime,
> >>
> >> thanks for having a look!
> >>
> >> On 19/12/17 13:12, Maxime Ripard wrote:
> >>
On Wed, Dec 20, 2017 at 08:42:22AM +0100, Mark Kettenis wrote:
> > Date: Wed, 20 Dec 2017 08:15:46 +0100
> > From: Maxime Ripard
> >
> > On Wed, Dec 20, 2017 at 01:55:51AM +, Andr=E9 Przywara wrote:
> > > On 19/12/17 15:24, Maxime Ripard wrote:
> > > > On Tue, Dec 19, 2017 at 02:41:17PM +0100
On 12/20/2017 03:34 AM, Ran Wang wrote:
> Without this propertiy, U-Boot will pop warning of 'USB phy type not
> defined' when select CONFIG_HAS_FSL_DR_USB.
I take it the "propertiy" is the phy_type one , right ?
Anyway, applied all 3 .
> Signed-off-by: Ran Wang
> ---
> Change in v2:
> No
On Tue, Dec 19, 2017 at 12:03 AM, Stephen Warren wrote:
> On 12/18/2017 03:33 PM, Stephen Warren wrote:
>>
>> On 12/18/2017 03:29 PM, Stephen Warren wrote:
>>>
>>> On 12/18/2017 01:34 AM, Mario Six wrote:
The function dev_read_addr calls ofnode_get_addr_index in the live tree
case,
The function dev_read_addr calls ofnode_get_addr_index in the live tree
case, which does not apply bus translations to the address read from the
device tree. This results in illegal addresses on boards that rely on
bus translations being applied.
Fix this situation by applying bus translations in
62 matches
Mail list logo