Hi York,
> -Original Message-
> From: york sun
> Sent: Wednesday, September 07, 2016 11:36 PM
> To: Q.Y. Gong ; u-boot@lists.denx.de
> Cc: Prabhakar Kushwaha ; Vincent Hu
>
> Subject: Re: [PATCH] armv8: ls1043a: Extend the size for SPL
>
> On 09/07/2016 03:33 AM, Gong Qianyu wrote:
> > T
On Thu, Sep 08, 2016 at 10:49:53AM +0900, Jaehoon Chung wrote:
>Hi Peng,
>
>On 09/08/2016 10:42 AM, Peng Fan wrote:
>> Hi Jaehoon,
>> On Wed, Sep 07, 2016 at 03:52:53PM +0900, Jaehoon Chung wrote:
>>> Hi Peng,
>>>
>>> On 09/01/2016 12:13 PM, Peng Fan wrote:
Add function to read SD_STATUS infor
Hi Peng,
On 09/08/2016 10:42 AM, Peng Fan wrote:
> Hi Jaehoon,
> On Wed, Sep 07, 2016 at 03:52:53PM +0900, Jaehoon Chung wrote:
>> Hi Peng,
>>
>> On 09/01/2016 12:13 PM, Peng Fan wrote:
>>> Add function to read SD_STATUS information.
>>> According to the information, get erase_timeout/erase_size/e
Hi Jaehoon,
On Wed, Sep 07, 2016 at 03:52:53PM +0900, Jaehoon Chung wrote:
>Hi Peng,
>
>On 09/01/2016 12:13 PM, Peng Fan wrote:
>> Add function to read SD_STATUS information.
>> According to the information, get erase_timeout/erase_size/erase_offset.
>> Add a structure sd_ssr to include the erase r
Hi Jagan,
On Wed, Sep 07, 2016 at 08:21:07PM +0530, Jagan Teki wrote:
>On Thu, Aug 11, 2016 at 11:32 AM, Peng Fan wrote:
>> Add i.MX6ULL EVK board support:
>> Add device tree file, which is copied from NXP Linux.
>> Enabled DM_MMC, DM_GPIO, DM_I2C, DM_SPI, PINCTRL, DM_REGULATOR.
>> The uart iomux
Hi Stephen
2016-09-08 1:15 GMT+09:00 Stephen Warren :
> Masahiro,
>
> In patch 6e7e9294d321 "usb: add basic USB configs in Kconfig", you added
> "config USB_STORAGE" to drivers/usb/Kconfig. However, it's still just
> #defined by many include/configs/*.h rather than being defined in
> configs/*_de
On 09/02/2016 12:40 AM, Daniel Allred wrote:
> Adds a secure dram reservation fixup for secure
> devices, when a region in the emif has been set aside
> for secure world use. The size is defined by the
> CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE config option.
>
> Signed-off-by: Daniel Allred
> ---
On Wed, Sep 7, 2016 at 11:57 PM, Robert P. J. Day wrote:
>
> Fix various misspellings of:
>
> * deprecated
> * partition
> * preceding,preceded
> * preparation
> * its versus it's
> * export
> * existing
> * scenario
> * redundant
> * remaining
> * value
> * architecture
>
> Signed-off
On Wed, Sep 7, 2016 at 3:18 PM, Vignesh R wrote:
> TI QSPI has four 32 bit data registers which can be used to transfer 16
> bytes of data at once. The register group QSPI_SPI_DATA_REG_3,
> QSPI_SPI_DATA_REG_2, QSPI_SPI_DATA_REG_1 and QSPI_SPI_DATA_REG is
> treated as a single 128-bit word for shi
On 09/07/2016 03:33 AM, Gong Qianyu wrote:
> The SPL images are growing much bigger especially when DEBUG is ON.
> So need to fix the values for them.
>
> Signed-off-by: Gong Qianyu
> ---
> include/configs/ls1043a_common.h | 25 -
> 1 file changed, 16 insertions(+), 9 dele
Hello Heiko,
2016-09-07 12:26 GMT+02:00 Heiko Schocher :
> Sounds risky to me, as I think you have some problem with your nand
> driver or io functions ...
It sounds risky to me also. I'm going to resolve this problem by
myself. I'll let you know about results.
--
Adam Oleksy
___
Hi Heiko,
Thank you, and I understand that you can't say nothing more about this.
Anyway, I've found workaround... I've just disabled compression for
ubifs, and problem disappeared.
I believe I can live with it:).
2016-09-07 6:49 GMT+02:00 Heiko Schocher :
> Hello Adam,
>
>
> Am 07.09.2016 um 06:3
Hi Stefano,
2016-09-06 18:25 GMT+09:00 Stefano Babic :
>
> Nothing against, but it looks to me just a different and allowed coding
> style - where is the advantages of this ?
>
This had already been superseded.
Please check v3, where I mostly transformed
simple wrapper functions only.
--
Best
Hi Stephen,
2016-09-07 1:09 GMT+09:00 Stephen Warren :
>>> All child function calls are structured the same, so someone reading the
>>> code will always see the same structure irrespective of where in a
>>> function
>>> a child function is called. This gives uniformity. This also yields a few
>>>
Fix various misspellings of:
* deprecated
* partition
* preceding,preceded
* preparation
* its versus it's
* export
* existing
* scenario
* redundant
* remaining
* value
* architecture
Signed-off-by: Robert P. J. Day
---
just rebased against master so it should apply, tried to C
On 09/06/2016 07:42 PM, Prabhakar Kushwaha wrote:
>
>> -Original Message-
>> From: york sun
>> Sent: Tuesday, September 06, 2016 9:10 PM
>> To: Prabhakar Kushwaha ; u-
>> b...@lists.denx.de
>> Subject: Re: [PATCH] arch: ifc: update the IFC IP input clock
>>
>> On 09/06/2016 04:15 AM, Prabha
These functions are needed in UBI/UBIFS on ZynqMP platform (ARM64).
---
arch/arm/include/asm/atomic.h | 66 +++
1 file changed, 66 insertions(+)
diff --git a/arch/arm/include/asm/atomic.h b/arch/arm/include/asm/atomic.h
index 9b79506..57914fd 100644
--- a/a
On 09/02/2016 09:58 AM, Tom Rini wrote:
> On Fri, Sep 02, 2016 at 09:57:10AM -0500, Andrew F. Davis wrote:
>> On 09/02/2016 09:54 AM, Tom Rini wrote:
>>> On Tue, Aug 30, 2016 at 02:06:29PM -0500, Andrew F. Davis wrote:
>>>
Add a new defconfig file for the AM335x High Security EVM. This config
On Tue, Sep 06, 2016 at 09:10:37AM +0530, Lokesh Vutla wrote:
> Update the README to add support for K2G EVM. Also
> - Add steps on how to use MMC boot
> - Fix load address when using CCS
> - Update build target to u-boot.bin from u-boot-dtb.bin as all ks2
> platforms uses DT.
>
> Signed-off-by
On Mon, Sep 05, 2016 at 11:59:22PM +0200, Mian Yousaf Kaukab wrote:
> Provide version of struct efi_mem_desc in efi_get_memory_map().
>
> EFI_BOOT_SERVICES.GetMemoryMap() in UEFI specification v2.6 defines
> memory descriptor version to 1. Linux kernel also expects descriptor
> version to be 1 an
On Sat, Sep 03, 2016 at 08:30:14AM +1000, Jonathan Gray wrote:
> ENOLINK is not required by POSIX and does not exist on OpenBSD
> and likely other systems.
>
> Signed-off-by: Jonathan Gray
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Sat, Sep 03, 2016 at 08:26:55AM +1000, Jonathan Gray wrote:
> The u-boot endian macros map directly to system endian
> macros on OpenBSD.
>
> Signed-off-by: Jonathan Gray
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Fri, Sep 02, 2016 at 01:51:33PM -0500, Nishanth Menon wrote:
> When beagleboard-X15 is booted, we see the following log:
> Unidentified board claims BBRDX15_ in eeprom header
>
> This is because of the missing check for x15 (the default) and reports
> an error for a valid board configuration.
On Mon, Aug 29, 2016 at 12:56:05AM -0700, Vagrant Cascadian wrote:
> fatload/ext2load both require that the device and partition be
> specified after specifying the device type. Specify the first
> partition on mmc device 0, which is the only mmc device currently
> configured on the pandora.
>
>
On Fri, Sep 02, 2016 at 02:51:45AM -0500, Nishanth Menon wrote:
> Felipe Balbi has move on from TI and the current email ID is no longer
> valid. So, replacing with Lokesh.
>
> While at it, update missing config file which was untracked.
>
> Signed-off-by: Nishanth Menon
> Reviewed-by: Tom Rini
On Thu, Sep 01, 2016 at 12:54:32PM -0400, Robert P. J. Day wrote:
> Line up comments for readibility.
>
> Signed-off-by: Robert P. J. Day
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
On Mon, Aug 22, 2016 at 03:10:09PM +0100, John Keeping wrote:
> When enabling a fixed regulator, it may take some time to rise to the
> correct voltage. If we do not delay here then subsequent operations
> will fail.
>
> Signed-off-by: John Keeping
> Reviewed-by: Tom Rini
> Reviewed-by: Simon
On Thu, Sep 01, 2016 at 04:28:22PM +0800, Wenbin Song wrote:
> Use environment variable "kernel_addr_r" to indicate the location
> in RAM where FIT image will be stored.
> Use label command "kernel" to indicate which the FIT image at.
>
> Signed-off-by: Wenbin Song
Applied to u-boot/master, th
On Thu, Sep 01, 2016 at 04:28:21PM +0800, Wenbin Song wrote:
> From: York Sun
>
> When FIT image is used, a single image provides kernel, device
> tree and optionally ramdisk. Argc and argv need to be adjusted
> to support this.
>
> Test cases:
> 1. Booting with legacy images
> 2. B
On Tue, Aug 30, 2016 at 01:16:31PM -0700, Vagrant Cascadian wrote:
> Add support for using distro_bootcmd to the omap3_pandora target,
> falling back to prior behavior.
>
> Signed-off-by: Vagrant Cascadian
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
On Wed, Aug 31, 2016 at 12:49:13PM -0400, Robert P. J. Day wrote:
> Correct a small number of spelling mistakes.
>
> Signed-off-by: Robert P. J. Day
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot m
On Tue, Aug 30, 2016 at 01:16:32PM -0700, Vagrant Cascadian wrote:
> As bootargs is hard-coded for the default behavior on the
> omap3_pandora, only set the bootargs if distro_bootcmd fails to
> load. This leaves distro_bootcmd free to use alternate boot arguments.
>
> Signed-off-by: Vagrant Casc
On Tue, Aug 30, 2016 at 06:51:40PM +0900, Masahiro Yamada wrote:
> We are supposed to not add config entries with only "default y"
> in board/SoC Kconfig files.
>
> Signed-off-by: Masahiro Yamada
> Acked-by: Enric Balletbo i Serra
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Desc
On Tue, Aug 30, 2016 at 06:50:36PM +0900, Masahiro Yamada wrote:
> If both SPL_DM and SPL_OF_CONTROL are enabled, SPL needs to bind
> several devices, but CONFIG_SYS_MALLOC_F_LEN=0x400 is apparently
> not enough. Increase the default to 0x2000 for the case. This
> will be helpful for shorter def
On Tue, Aug 30, 2016 at 04:22:23PM +0900, Masahiro Yamada wrote:
> Move this option to Kconfig and set its default value to 4; this
> increases the number of supported CPUs for some boards.
>
> It consumes 1KB memory per CPU for PSCI stack, but it should not
> be a big deal, given the amount of m
On Tue, Aug 30, 2016 at 04:22:22PM +0900, Masahiro Yamada wrote:
> Add ARCH_SUPPORT_PSCI as a non-configurable option that platforms
> can select. Then, move CONFIG_ARMV7_PSCI, which is automatically
> enabled if both ARMV7_NONSEC and ARCH_SUPPORT_PSCI are enabled.
>
> Signed-off-by: Masahiro Ya
On Tue, Aug 30, 2016 at 04:22:22PM +0900, Masahiro Yamada wrote:
> Add ARCH_SUPPORT_PSCI as a non-configurable option that platforms
> can select. Then, move CONFIG_ARMV7_PSCI, which is automatically
> enabled if both ARMV7_NONSEC and ARCH_SUPPORT_PSCI are enabled.
>
> Signed-off-by: Masahiro Ya
On Tue, Aug 30, 2016 at 04:22:20PM +0900, Masahiro Yamada wrote:
> SPL_BUILD is not a CONFIG in Kconfig, so !SPL_BUILD is always true.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Tue, Aug 30, 2016 at 04:22:21PM +0900, Masahiro Yamada wrote:
> If CONFIG_ARMV7_NONSEC is enabled, the linker script requires
> CONFIG_ARMV7_PSCI_NR_CPUS regardless of CONFIG_ARMV7_PSCI.
>
> Signed-off-by: Masahiro Yamada
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description
On Mon, Aug 29, 2016 at 12:56:06AM -0700, Vagrant Cascadian wrote:
> CONFIG_CMD_FS_GENERIC is enabled; use it to load the autoboot script,
> rather than first attempting with fatload and falling back to
> ext2load.
>
> Signed-off-by: Vagrant Cascadian
> Acked-by: Grazvydas Ignotas
Applied to u
On Fri, Aug 26, 2016 at 01:30:43PM -0400, Tom Rini wrote:
> On all TI platforms the ROM defines a "downloaded image" area at or near
> the start of SRAM which is followed by a reserved area. As it is at
> best bad form and at worst possibly harmful in corner cases to write in
> this reserved area
On Fri, Aug 26, 2016 at 07:53:53AM -0500, Adam Ford wrote:
> From: Adam Ford
>
> The PBIAS fixing is done in the MMC driver, and doing it in the
> the board file conflicts with the driver causing intermittent
> hangs on reboot. Remove this from the board file and let
> the driver do it.
>
> Si
On Thu, Aug 25, 2016 at 09:18:56AM +0200, Hannes Schmelzer wrote:
> Sometimes boards may need more time to become stable network connection
> due to several reasons:
>
> - phy speed
> - link-partner (switch)
>
> Therefore we increase the retry-count to 10 for making sure that network
> connectio
On Fri, Aug 26, 2016 at 07:54:49PM +0800, Xu Ziyuan wrote:
> All of the command files have moved to cmd directory, add description to
> Directory Hierarchy.
>
> Signed-off-by: Ziyuan Xu
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital s
On Wed, Aug 24, 2016 at 02:32:18PM -0500, Andrew F. Davis wrote:
> From: Andreas Dannenberg
>
> Enable the platform-specific post-processing of FIT-extracted blobs such
> as Kernel, DTB, and initramfs on TI AM57xx high-security (HS) devices
> which will ultimately invoke a ROM-based API call tha
On Wed, Aug 24, 2016 at 02:32:17PM -0500, Andrew F. Davis wrote:
> From: Andreas Dannenberg
>
> Enable the platform-specific post-processing of FIT-extracted blobs such
> as Kernel, DTB, and initramfs on TI DRA7xx high-security (HS) devices
> which will ultimately invoke a ROM-based API call tha
On Wed, Aug 24, 2016 at 02:32:16PM -0500, Andrew F. Davis wrote:
> From: Andreas Dannenberg
>
> Enable the platform-specific post-processing of FIT-extracted blobs such
> as Kernel, DTB, and initramfs on TI AM43xx high-security (HS) devices
> which will ultimately invoke a ROM-based API call tha
On Mon, Aug 22, 2016 at 10:18:22PM +0900, Masahiro Yamada wrote:
> Prior to this commit, the tool could not move options guarded by
> CONFIG_SPL_BUILD ifdef conditionals because they do not show up in
> include/autoconf.mk. This new option, if given, makes the tool
> parse spl/include/autoconf.mk
On Mon, Aug 22, 2016 at 10:18:21PM +0900, Masahiro Yamada wrote:
> Currently, the tool gives up moving an option quietly if its entry
> was not found in Kconfig.
>
> If the option is not defined in the config header in the first
> place, it is no problem (as the Kconfig entry may have been hidden
On Mon, Aug 22, 2016 at 10:18:19PM +0900, Masahiro Yamada wrote:
> Since commit cc008299f852 ("tools: moveconfig: do not rely on type
> and default value given by users"), we do not have this error case.
>
> Signed-off-by: Masahiro Yamada
> Acked-by: Joe Hershberger
Applied to u-boot/master, t
On Mon, Aug 22, 2016 at 10:18:20PM +0900, Masahiro Yamada wrote:
> The sets feature is handier for adding unique elements.
>
> Signed-off-by: Masahiro Yamada
> Acked-by: Joe Hershberger
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
__
On Tue, Aug 16, 2016 at 11:49:50AM +0200, Beniamino Galvani wrote:
> Remove the device definition from board file, update the driver with
> the new compatible property and update config with necessary options.
>
> Signed-off-by: Beniamino Galvani
> Reviewed-by: Simon Glass
Applied to u-boot/ma
On Tue, Aug 16, 2016 at 11:49:49AM +0200, Beniamino Galvani wrote:
> Add a pin controller driver for Meson GXBB adapted from Linux kernel.
>
> Signed-off-by: Beniamino Galvani
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Tue, Aug 16, 2016 at 11:49:49AM +0200, Beniamino Galvani wrote:
> Add a pin controller driver for Meson GXBB adapted from Linux kernel.
>
> Signed-off-by: Beniamino Galvani
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Tue, Aug 16, 2016 at 11:49:48AM +0200, Beniamino Galvani wrote:
> Import DTS files and dt-bindings includes from Linux 4.8-rc1.
>
> Signed-off-by: Beniamino Galvani
> Reviewed-by: Simon Glass
Applied to u-boot/master, thanks!
--
Tom
signature.asc
Description: Digital signature
_
On Tue, Aug 16, 2016 at 11:49:47AM +0200, Beniamino Galvani wrote:
> In cases where the pins and groups definitions are in a sub-node, as:
>
> uart_a {
> mux {
> groups = "uart_tx_a", "uart_rx_a";
> function = "uart_a";
>
On Wed, Aug 24, 2016 at 04:41:22PM -0400, Srinivas, Madan wrote:
> From: Madan Srinivas
>
> An issue in the TI secure image generation tool causes the ROM to
> load the SPL at a different load address than what is specified by
> CONFIG_ISW_ENTRY_ADDR while doing a peripheral boot on HS devices.
On Mon, Aug 15, 2016 at 05:48:51PM +0200, Alexander Graf wrote:
> On the raspberry pi, you can disable the serial port to gain dynamic frequency
> scaling which can get handy at times.
>
> However, in such a configuration the serial controller gets its rx queue
> filled
> up with zero bytes whic
On Sun, Aug 14, 2016 at 08:31:24PM +0200, Andreas Bießmann wrote:
> Commit 62afc601883e788f3f22291202d5b2a23c1a8b06 introduced fpga image load via
> bootm but broke the OS check in fit_image_load().
>
> This commit removes following compiler warning:
>
Applied to u-boot/master, thanks!
--
Tom
On Thu, Aug 11, 2016 at 01:38:31PM +0200, Alexander Graf wrote:
> So far we could only tell the gpio framework that a GPIO was mapped as input
> or
> output, not as alternative function.
>
> This patch adds support for determining whether a function is mapped as
> alternative.
>
> Signed-off-by
Enable support for the MIPS Coherence Manager & L2 caches on the MIPS
Malta board, removing the need for us to attempt to bypass the L2 during
boot (which would fail with recent CPUs that expose L2 config via the CM
anyway).
Signed-off-by: Paul Burton
---
arch/mips/Kconfig | 2
On Tue, Sep 06, 2016 at 06:54:52PM +0200, Stefano Babic wrote:
> Hi Tom,
>
> apart of patches that I should put to -next and not in -master, there
> was something wrong in my tree. I had to rebase it (sorry for that..)
> and I moved all new features into -next. Just bug fixes remain, with the
> e
This patch adds support for initialising & maintaining L2 caches on MIPS
systems. The L2 cache configuration may be advertised through either
coprocessor 0 or the MIPS Coherence Manager depending upon the system,
and support for both is included.
If the L2 can be bypassed then we bypass it early i
Map the Global Control Registers (GCRs) provided by the MIPS Coherence
Manager (CM) in preparation for using some of them in later patches.
Signed-off-by: Paul Burton
---
arch/mips/Kconfig | 16
arch/mips/cpu/Makefile | 2 ++
arch/mips/cpu/cm_init.S| 45 ++
Define names for registers holding cache sizes throughout
mips_cache_reset, in order to make the code easier to read & allow for
changing register assignments more easily.
Signed-off-by: Paul Burton
---
arch/mips/lib/cache_init.S | 42 +++---
1 file changed,
On systems where cache initialisation doesn't require zeroed memory (ie.
systems where CONFIG_SYS_MIPS_CACHE_INIT_RAM_LOAD is not defined)
perform cache initialisation prior to lowlevel_init & DDR
initialisation. This allows for DDR initialisation code to run cached &
thus significantly faster.
Si
The coprocessor 0 Config register includes 9 implementation defined
bits, which in some processors do things like enable write combining or
other functionality. We ought not to wipe them to 0 during boot. Rather
than doing so, preserve their value & only clear the bits standardised
by the MIPS arch
Rather than probing the cache line sizes on every call of any cache
maintenance function, probe them once during boot & store the values in
the global data structure for later use. This will reduce the overhead
of the cache maintenance functions, which isn't a big deal yet but
becomes more importan
Enable use of the instruction cache immediately after it has been
initialised. This will only take effect if U-Boot was linked to run from
kseg0 rather than kseg1, but when this is the case the data cache
initialisation code will run cached & thus significantly faster.
Signed-off-by: Paul Burton
Add an implementation of arch_cpu_init that covers all MIPS boards, in
preparation for performing various pieces of initialisation there in
later patches.
In order to allow the ath79 code to continue performing initialisation
at this point in the boot, it's converted to use a new mach_cpu_init
fun
This series introduces support for initialising & maintaining L2 caches
on MIPS systems. This allows U-Boot to function correctly on systems
where such caches are present, whereas without performing L2 maintenance
it is likely to fail with cache coherence issues when writing code or
performing DMA
Hi,
On 07/09/16 17:12, Tom Rini wrote:
> On Wed, Sep 07, 2016 at 04:55:53PM +0100, Andre Przywara wrote:
>> Hi,
>>
>> On 07/09/16 16:48, Hans de Goede wrote:
>>> Hi,
>>>
>>> On 07-09-16 17:18, Andre Przywara wrote:
Hi,
On 07/09/16 16:13, Hans de Goede wrote:
> Hi,
>
> On
Masahiro,
In patch 6e7e9294d321 "usb: add basic USB configs in Kconfig", you added
"config USB_STORAGE" to drivers/usb/Kconfig. However, it's still just
#defined by many include/configs/*.h rather than being defined in
configs/*_defconfig. Is that a problem? It seems to work in practice,
but
On 09/07/2016 01:36 AM, Prabhakar Kushwaha wrote:
> IFC IP clock is always a constant divisor of platform clock
> pre-defined per SoC. Clock control register (CCR) used in
> current implementation governs IFC IP output clock.
>
> So update IFC IP clock to be defined as per predefined clock
> diviso
On Wed, Sep 07, 2016 at 04:55:53PM +0100, Andre Przywara wrote:
> Hi,
>
> On 07/09/16 16:48, Hans de Goede wrote:
> > Hi,
> >
> > On 07-09-16 17:18, Andre Przywara wrote:
> >> Hi,
> >>
> >> On 07/09/16 16:13, Hans de Goede wrote:
> >>> Hi,
> >>>
> >>> On 05-09-16 02:32, Andre Przywara wrote:
> >>
On 09/07/2016 12:08 AM, Julian Scheel wrote:
On 06.09.2016 20:58, Stephen Warren wrote:
On 09/06/2016 12:14 PM, Julian Scheel wrote:
On 06.09.16 19:15, Stephen Warren wrote:
On 09/05/2016 07:29 AM, Julian Scheel wrote:
Add support for platforms based on the Meerkat COM module. Includes suppor
Hi Simon,
Are you starting up PCI? For example, with:
>
> ret = uclass_get_device(UCLASS_PCI, 0, &bus);
>
> If you are, then it should scan the bus and find and bind all the
> devices, in pci_bind_bus_devices(). You can add DEBUG to the very top
> of that file to see.
>
> But if you know the devic
On 09/07/2016 12:03 AM, Julian Scheel wrote:
On 06.09.2016 20:53, Stephen Warren wrote:
On 09/05/2016 07:29 AM, Julian Scheel wrote:
Add support for platforms based on the Meerkat COM module. Includes
support
for the minimal reference platform called Kein Baseboard, which in
fact is
sufficient
Hi,
On 07/09/16 16:48, Hans de Goede wrote:
> Hi,
>
> On 07-09-16 17:18, Andre Przywara wrote:
>> Hi,
>>
>> On 07/09/16 16:13, Hans de Goede wrote:
>>> Hi,
>>>
>>> On 05-09-16 02:32, Andre Przywara wrote:
Some patches to fix the Pine64 support:
The first two patches revert two patches t
Hi,
On 07-09-16 17:18, Andre Przywara wrote:
Hi,
On 07/09/16 16:13, Hans de Goede wrote:
Hi,
On 05-09-16 02:32, Andre Przywara wrote:
Some patches to fix the Pine64 support:
The first two patches revert two patches that actually broke booting
Pine64 via the boot0 blob, already in 2016.07.
Th
Corrected the chip selection in IFC_NAND_CSEL register. Due to this
issue in multi-chip nand use-case, IFC was always pointing to the last
probed chip even though the user select another device through "nand
device " command.
Also, remove the usage of ifc_ctrl->cs_nand from driver as chipselect
is
On 09/07/2016 03:28 PM, Chin Liang See wrote:
> On Tue, 2016-09-06 at 14:09 +0200, Marek Vasut wrote:
>> On 09/06/2016 08:19 AM, Chin Liang See wrote:
>>> On Mon, 2016-09-05 at 18:01 +0200, Marek Vasut wrote:
On 08/22/2016 05:02 PM, Chin Liang See wrote:
> Segregate the misc.c to support b
On 09/07/2016 03:33 PM, Chin Liang See wrote:
> On Tue, 2016-09-06 at 14:15 +0200, Marek Vasut wrote:
>> On 09/06/2016 11:18 AM, Chin Liang See wrote:
>>> On Mon, 2016-09-05 at 18:06 +0200, Marek Vasut wrote:
On 08/22/2016 05:02 PM, Chin Liang See wrote:
> Add support for Stratix 10 SoC de
On 09/07/2016 03:31 PM, Chin Liang See wrote:
> On Tue, 2016-09-06 at 14:12 +0200, Marek Vasut wrote:
>> On 09/06/2016 11:41 AM, Chin Liang See wrote:
>>> On Mon, 2016-09-05 at 18:02 +0200, Marek Vasut wrote:
On 08/22/2016 05:02 PM, Chin Liang See wrote:
> Fix casting warning to pointer fr
On 09/07/2016 03:26 PM, Chin Liang See wrote:
> On Tue, 2016-09-06 at 14:08 +0200, Marek Vasut wrote:
>> On 09/06/2016 07:14 AM, Chin Liang See wrote:
>>> On Mon, 2016-09-05 at 17:58 +0200, Marek Vasut wrote:
On 08/22/2016 05:02 PM, Chin Liang See wrote:
> Segregate the Clock Manager to su
Hi,
On 07/09/16 16:13, Hans de Goede wrote:
> Hi,
>
> On 05-09-16 02:32, Andre Przywara wrote:
>> Some patches to fix the Pine64 support:
>> The first two patches revert two patches that actually broke booting
>> Pine64 via the boot0 blob, already in 2016.07.
>> This has been discussed on IRC bef
Hi,
On 05-09-16 02:32, Andre Przywara wrote:
Some patches to fix the Pine64 support:
The first two patches revert two patches that actually broke booting
Pine64 via the boot0 blob, already in 2016.07.
This has been discussed on IRC before, the commit messages contain
some details on the reasons
On Thu, Aug 11, 2016 at 11:32 AM, Peng Fan wrote:
> Add i.MX6ULL EVK board support:
> Add device tree file, which is copied from NXP Linux.
> Enabled DM_MMC, DM_GPIO, DM_I2C, DM_SPI, PINCTRL, DM_REGULATOR.
> The uart iomux settings are still keeped in board file.
>
> Boot Log:
> U-Boot 2016.09-rc1
On Tue, 2016-09-06 at 09:29 -0500, Dinh Nguyen wrote:
>
> On 09/06/2016 05:03 AM, Chin Liang See wrote:
> > Add base address header file for Stratix10 SoC
> >
> > Signed-off-by: Chin Liang See
> > Cc: Marek Vasut
> > Cc: Dinh Nguyen
> > Cc: Ley Foon Tan
> > Acked-by: Marek Vasut
> > ---
> >
On Tue, 2016-09-06 at 14:15 +0200, Marek Vasut wrote:
> On 09/06/2016 11:18 AM, Chin Liang See wrote:
> > On Mon, 2016-09-05 at 18:06 +0200, Marek Vasut wrote:
> > > On 08/22/2016 05:02 PM, Chin Liang See wrote:
> > > > Add support for Stratix 10 SoC development kit
> > > >
> > > > Signed-off-by: C
On Tue, 2016-09-06 at 09:30 -0500, Dinh Nguyen wrote:
>
> On 09/06/2016 05:03 AM, Chin Liang See wrote:
> > Add board folder for Stratix 10 SoC development kit
> >
> > Signed-off-by: Chin Liang See
> > Cc: Marek Vasut
> > Cc: Dinh Nguyen
> > Cc: Ley Foon Tan
> > ---
> > board/altera/stratix1
On Tue, 2016-09-06 at 09:32 -0500, Dinh Nguyen wrote:
>
> On 09/06/2016 05:03 AM, Chin Liang See wrote:
> > Add support for Stratix 10 SoC development kit
> >
> > Signed-off-by: Chin Liang See
> > Cc: Marek Vasut
> > Cc: Dinh Nguyen
> > Cc: Ley Foon Tan
> > ---
> > Changes for v2
> > - Sortin
On Tue, 2016-09-06 at 09:14 -0500, Dinh Nguyen wrote:
>
> On 09/06/2016 05:03 AM, Chin Liang See wrote:
> > Add device tree for Stratix 10 SoC development kit
> >
> > Signed-off-by: Chin Liang See
> > Cc: Marek Vasut
> > Cc: Dinh Nguyen
> > Cc: Ley Foon Tan
> > Acked-by: Marek Vasut
> > ---
On Tue, 2016-09-06 at 14:12 +0200, Marek Vasut wrote:
> On 09/06/2016 11:41 AM, Chin Liang See wrote:
> > On Mon, 2016-09-05 at 18:02 +0200, Marek Vasut wrote:
> > > On 08/22/2016 05:02 PM, Chin Liang See wrote:
> > > > Fix casting warning to pointer from integer of different size
> > > > when enab
On Tue, 2016-09-06 at 14:09 +0200, Marek Vasut wrote:
> On 09/06/2016 08:19 AM, Chin Liang See wrote:
> > On Mon, 2016-09-05 at 18:01 +0200, Marek Vasut wrote:
> > > On 08/22/2016 05:02 PM, Chin Liang See wrote:
> > > > Segregate the misc.c to support both GEN5 SoC and Stratix 10
> > > > SoC.
> > >
On Tue, 2016-09-06 at 14:08 +0200, Marek Vasut wrote:
> On 09/06/2016 07:14 AM, Chin Liang See wrote:
> > On Mon, 2016-09-05 at 17:58 +0200, Marek Vasut wrote:
> > > On 08/22/2016 05:02 PM, Chin Liang See wrote:
> > > > Segregate the Clock Manager to support both GEN5 SoC and
> > > > Stratix 10 SoC
Add special target "mbr" (otherwise configurable via CONFIG_FASTBOOT_MBR_NAME)
to write MBR partition table.
Partitions are now searched using the generic function which finds any
partiiton by name. For MBR the partition names hda1, sda1, etc. are used.
Signed-off-by: Petr Kulhavy
---
README
This set extends the Fastboot implementation from GPT-only to any partition
support. Further it adds a special target "mbr" (configurable) to write the
DOS MBR.
Petr Kulhavy (3):
disk: part: implement generic function part_get_info_by_name()
fastboot: add support for writing MBR
disk: part:
In both DOS and ISO partition tables the same code to create partition name
like "hda1" was repeated.
Code moved to into a new function part_set_generic_name() in part.c and
optimized.
Added recognition of MMC and SD types, name is like "mmcsda1".
Signed-off-by: Petr Kulhavy
---
disk/part.c
So far partition search by name has been supported only on the EFI partition
table. This patch extends the search to all partition tables.
Rename part_get_info_efi_by_name() to part_get_info_by_name(), move it from
part_efi.c into part.c and make it a generic function which traverses all part
driv
1 - 100 of 133 matches
Mail list logo