Hi Simon,
On Tue, Dec 30, 2014 at 9:12 AM, Simon Glass wrote:
> The memory reference code takes a very long time to 'train' its SDRAM
> interface, around half a second. To avoid this delay on every boot we can
> store the parameters from the last training sessions to speed up the next.
>
> Add an
Hello,
Nokia N900 board does not work anymore from master branch in
qemu. I bisected first commit which broke it. It is:
41623c91b09a0c865fab41acdaff30f060f29ad6
arm: move exception handling out of start.S files
Before this commit uboot on n900 in qemu working fine. Since this
commit qemu crash
Fix various spelling and grammatical errors in the README.
Signed-off-by: Jeremiah Mahler
---
README | 74 +-
1 file changed, 37 insertions(+), 37 deletions(-)
diff --git a/README b/README
index 42ece99..530e88c 100644
--- a/README
This patch adds LPUART support for LS1021AQDS board.
For ls1021aqds_nor_lpuart_defconfig, LPUART is used as the console.
Signed-off-by: Alison Wang
---
board/freescale/ls1021aqds/MAINTAINERS | 1 +
configs/ls1021aqds_nor_lpuart_defconfig | 3 +++
include/configs/ls1021aqds.h| 13 +
This patch adds LPUART support for LS1021ATWR board.
For ls1021atwr_nor_lpuart_defconfig, LPUART is used as the console.
Signed-off-by: Alison Wang
---
board/freescale/ls1021atwr/MAINTAINERS | 1 +
configs/ls1021atwr_nor_lpuart_defconfig | 3 +++
include/configs/ls1021atwr.h| 12 +
Hi Simon,
On Tue, Dec 30, 2014 at 9:12 AM, Simon Glass wrote:
> On x86 we use CMOS RAM to read and write some settings. Add basic support
> for this.
Should we consolidate the cmos support with the existing mc146818.c RTC driver?
> Signed-off-by: Simon Glass
> ---
>
> arch/x86/include/asm/cmo
Hi Simon,
On Tue, Dec 30, 2014 at 9:12 AM, Simon Glass wrote:
> Add a checksum implementation that can be used with CMOS RAM.
What about the existing coreboot version of checksum implementation
(arch/x86/cpu/coreboot/ipchecksum.c)? We need consolidate them.
> Signed-off-by: Simon Glass
> ---
>
Hi Simon,
On Tue, Dec 30, 2014 at 9:12 AM, Simon Glass wrote:
> Add this to the enum so that we can use the various fdtdec functions. A
> later commit will move this driver to driver model.
>
> Signed-off-by: Simon Glass
> ---
>
> include/fdtdec.h | 1 +
> lib/fdtdec.c | 1 +
> 2 files chan
Hi Simon,
On Tue, Dec 30, 2014 at 10:32 AM, Simon Glass wrote:
> Add code to the generic pci_rom file to access the VGA ROM in PCI space
> when needed.
>
> Signed-off-by: Simon Glass
> ---
>
> drivers/pci/pci_auto.c | 28 +++-
> drivers/pci/pci_rom.c | 7 ++-
> inc
On Tue, Dec 30, 2014 at 10:32 AM, Simon Glass wrote:
> These are quite common and we may as well press on and not be so picky.
>
> Signed-off-by: Simon Glass
> ---
>
> drivers/pci/pci_rom.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/pci_rom.c b/drivers/p
On Tue, Dec 30, 2014 at 10:32 AM, Simon Glass wrote:
> We shouldn't assume that the VGA ROM can always be loaded at c. This
> is only true on x86 machines.
>
> Signed-off-by: Simon Glass
> ---
>
> arch/x86/include/asm/u-boot-x86.h | 2 ++
> drivers/pci/pci_rom.c | 6 ++
> inc
On Tue, Dec 30, 2014 at 10:32 AM, Simon Glass wrote:
> This code is too x86-dependent at present. Correct it so that it can run on
> big-endian machines.
>
> Signed-off-by: Simon Glass
> ---
>
> drivers/pci/pci_rom.c | 25 ++---
> 1 file changed, 14 insertions(+), 11 deletion
On Tue, Dec 30, 2014 at 10:32 AM, Simon Glass wrote:
> This stops the debug mode from working properly.
>
> Signed-off-by: Simon Glass
> ---
>
> drivers/bios_emulator/include/x86emu/debug.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/bios_emulator/include/x86
Hi Bin,
On 3 January 2015 at 20:41, Bin Meng wrote:
> Hi Simon,
>
> On Sun, Jan 4, 2015 at 11:19 AM, Simon Glass wrote:
>> Hi Bin,
>>
>> On 3 January 2015 at 20:12, Bin Meng wrote:
>>> Hi Simon,
>>>
>>> On Sun, Jan 4, 2015 at 11:01 AM, Simon Glass wrote:
Hi Bin,
On 3 January 201
On Fri, Jan 2, 2015 at 7:18 AM, Simon Glass wrote:
> It is useful to be able to see the MTRR setup in U-Boot. Add a command
> to list the state of the variable MTRR registers and allow them to be
> changed.
>
> Update the documentation to list some of the available commands.
>
> This does not supp
Hi Simon,
On Fri, Jan 2, 2015 at 7:18 AM, Simon Glass wrote:
> For platforms with CAR we should disable it before relocation. Check if
> this function is available and call it if so.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2:
> - Use a simple call instruction to call car_uninit
>
>
Hi Simon,
On Sun, Jan 4, 2015 at 11:19 AM, Simon Glass wrote:
> Hi Bin,
>
> On 3 January 2015 at 20:12, Bin Meng wrote:
>> Hi Simon,
>>
>> On Sun, Jan 4, 2015 at 11:01 AM, Simon Glass wrote:
>>> Hi Bin,
>>>
>>> On 3 January 2015 at 19:58, Bin Meng wrote:
Hi Simon,
On Sun, Jan 4,
Hi Simon,
On Sun, Jan 4, 2015 at 11:20 AM, Simon Glass wrote:
> Hi Bin,
>
> On 3 January 2015 at 20:18, Bin Meng wrote:
>> Hi Simon,
>>
>> On Fri, Jan 2, 2015 at 7:18 AM, Simon Glass wrote:
>>> Set the frame buffer to write-combining. This makes it faster, although for
>>> scrolling write-throu
Hi Simon,
On Fri, Jan 2, 2015 at 6:23 AM, Simon Glass wrote:
> Hi Bin,
>
> On 30 December 2014 at 22:51, Bin Meng wrote:
>>
>> Hi Simon,
>>
>> On Sun, Dec 28, 2014 at 10:20 AM, Simon Glass wrote:
>> > For bare platforms we turn off ROM-caching before calling board_init_f_r()
>> > It is then ver
Hi Bin,
On 3 January 2015 at 20:18, Bin Meng wrote:
> Hi Simon,
>
> On Fri, Jan 2, 2015 at 7:18 AM, Simon Glass wrote:
>> Set the frame buffer to write-combining. This makes it faster, although for
>> scrolling write-through is even faster for U-Boot.
>>
>> Signed-off-by: Simon Glass
>> ---
>>
Hi Bin,
On 3 January 2015 at 20:12, Bin Meng wrote:
> Hi Simon,
>
> On Sun, Jan 4, 2015 at 11:01 AM, Simon Glass wrote:
>> Hi Bin,
>>
>> On 3 January 2015 at 19:58, Bin Meng wrote:
>>> Hi Simon,
>>>
>>> On Sun, Jan 4, 2015 at 10:33 AM, Simon Glass wrote:
Hi Bin,
On 3 January 201
Hi Simon,
On Fri, Jan 2, 2015 at 7:18 AM, Simon Glass wrote:
> Set the frame buffer to write-combining. This makes it faster, although for
> scrolling write-through is even faster for U-Boot.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2:
> - Remove definition of 'ulong start' from this
Hi Simon,
On Sun, Jan 4, 2015 at 11:01 AM, Simon Glass wrote:
> Hi Bin,
>
> On 3 January 2015 at 19:58, Bin Meng wrote:
>> Hi Simon,
>>
>> On Sun, Jan 4, 2015 at 10:33 AM, Simon Glass wrote:
>>> Hi Bin,
>>>
>>> On 3 January 2015 at 07:40, Bin Meng wrote:
cros_ec_board_init() should be cal
Hi Bin,
On 3 January 2015 at 19:58, Bin Meng wrote:
> Hi Simon,
>
> On Sun, Jan 4, 2015 at 10:33 AM, Simon Glass wrote:
>> Hi Bin,
>>
>> On 3 January 2015 at 07:40, Bin Meng wrote:
>>> cros_ec_board_init() should be called only when CONFIG_CROS_EC is
>>> enabled. Also undef CONFIG_CROS_EC in th
Hi Simon,
On Sun, Jan 4, 2015 at 10:33 AM, Simon Glass wrote:
> Hi Bin,
>
> On 3 January 2015 at 07:40, Bin Meng wrote:
>> cros_ec_board_init() should be called only when CONFIG_CROS_EC is
>> enabled. Also undef CONFIG_CROS_EC in the coreboot configuration.
>>
>> Signed-off-by: Bin Meng
>>
>> -
Hi Simon,
On Sun, Jan 4, 2015 at 10:31 AM, Simon Glass wrote:
> Hi Bin,
>
> On 3 January 2015 at 07:40, Bin Meng wrote:
>> By default U-Boot automatically calibrates TSC running frequency via
>> MSR and PIT. The calibration may not work on every x86 processor, so
>> a new Kconfig option CONFIG_T
Hi Simon,
On Sun, Jan 4, 2015 at 10:28 AM, Simon Glass wrote:
> Hi Bin,
>
> On 3 January 2015 at 18:59, Bin Meng wrote:
>> Hi Otavio,
>>
>> On Sun, Jan 4, 2015 at 9:06 AM, Otavio Salvador
>> wrote:
>>> On Sat, Jan 3, 2015 at 12:40 PM, Bin Meng wrote:
Currently when U-Boot is loaded by co
On 3 January 2015 at 07:40, Bin Meng wrote:
> If coreboot is built with CONFIG_COLLECT_TIMESTAMPS, use the value
> of base_time in coreboot's timestamp table as our timer base,
> otherwise TSC counter value will be used.
>
> Note sometimes even coreboot is built with CONFIG_COLLECT_TIMES,
> the va
Hi Bin,
On 3 January 2015 at 07:40, Bin Meng wrote:
> cros_ec_board_init() should be called only when CONFIG_CROS_EC is
> enabled. Also undef CONFIG_CROS_EC in the coreboot configuration.
>
> Signed-off-by: Bin Meng
>
> ---
>
> board/coreboot/coreboot/coreboot.c | 2 ++
> include/configs/corebo
Hi Bin,
On 3 January 2015 at 07:40, Bin Meng wrote:
> By default U-Boot automatically calibrates TSC running frequency via
> MSR and PIT. The calibration may not work on every x86 processor, so
> a new Kconfig option CONFIG_TSC_CALIBRATION_BYPASS is introduced to
> allow bypassing the calibration
On Fri, Jan 2, 2015 at 7:18 AM, Simon Glass wrote:
> This takes about about 700ms on link when running natively and 900ms when
> running using the emulator. It is a waste of time if video is not enabled,
> so don't bother running the video BIOS in that case.
>
> We could add a command to run the v
Hi Bin,
On 3 January 2015 at 18:59, Bin Meng wrote:
> Hi Otavio,
>
> On Sun, Jan 4, 2015 at 9:06 AM, Otavio Salvador
> wrote:
>> On Sat, Jan 3, 2015 at 12:40 PM, Bin Meng wrote:
>>> Currently when U-Boot is loaded by coreboot in qemu, U-Boot does not
>>> boot due to several issues. This patch
On Fri, Jan 2, 2015 at 7:17 AM, Simon Glass wrote:
> We don't need this in U-Boot since we calculate it based on available memory.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v2:
> - Remove CONFIG_RAMTOP from mtrr.h in this patch
>
> arch/x86/Kconfig| 4
> arch/x86/inclu
Hello,
If I build U-Boot natively on an A20-Olinuxino-Micro (sunxi) running
Debian Jessie armhf, and the code includes certain operations such as
division of a long long, I get this error:
$ make
[...]
LDS u-boot.lds
LD u-boot
ld.bfd: error: /usr/lib/gcc/arm-linux-gnueabihf/4.9/libgc
Hi Otavio,
On Sun, Jan 4, 2015 at 9:06 AM, Otavio Salvador wrote:
> On Sat, Jan 3, 2015 at 12:40 PM, Bin Meng wrote:
>> Currently when U-Boot is loaded by coreboot in qemu, U-Boot does not
>> boot due to several issues. This patch series fix these issues to make
>> coreboot support in U-Boot mor
On Sat, Jan 3, 2015 at 12:40 PM, Bin Meng wrote:
> Currently when U-Boot is loaded by coreboot in qemu, U-Boot does not
> boot due to several issues. This patch series fix these issues to make
> coreboot support in U-Boot more robust so that it can run on top of
> qemu out of the box.
>
> The comm
On Saturday, January 03, 2015 at 04:44:21 PM, Pavel Machek wrote:
> On Wed 2014-12-31 20:14:54, Marek Vasut wrote:
> > Add support for the Altera Arria V development kit.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Chin Liang See
> > Cc: Dinh Nguyen
> > Cc: Pavel Machek
> > Cc: Stefan Roese
>
On Friday, January 02, 2015 at 06:13:43 AM, Pavel Machek wrote:
> On Wed 2014-12-31 20:14:50, Marek Vasut wrote:
> > Sync SoCFPGA Cyclone V development kit pinmux configuration with
> > Rocketboard U-Boot v2013.01.01-114-g9381569 (ACDS14.1_REL_GSRD_PR).
> >
> > Signed-off-by: Marek Vasut
> > Cc:
On Friday, January 02, 2015 at 06:19:24 AM, Pavel Machek wrote:
> On Wed 2014-12-31 20:14:51, Marek Vasut wrote:
> > Sync SoCFPGA Cyclone V development kit pinmux configuration with
> > Rocketboard U-Boot v2013.01.01-114-g9381569 (ACDS14.1_REL_GSRD_PR).
> >
> > NOTE: This change is useless until w
On Saturday, January 03, 2015 at 12:08:04 PM, Stefan Roese wrote:
> On 31.12.2014 20:14, Marek Vasut wrote:
> > Sync SoCFPGA Cyclone V development kit pinmux configuration with
> > Rocketboard U-Boot v2013.01.01-114-g9381569 (ACDS14.1_REL_GSRD_PR).
> >
> > Signed-off-by: Marek Vasut
> > Cc: Chin
On Friday, January 02, 2015 at 06:10:56 AM, Pavel Machek wrote:
> On Wed 2014-12-31 20:14:49, Marek Vasut wrote:
> > Replace multiple spaces with a single tab.
> >
> > Signed-off-by: Marek Vasut
> > Cc: Chin Liang See
> > Cc: Dinh Nguyen
>
> Acked-by: Pavel Machek
>
> > +#define CONFIG_HPS_I
Dear Pali Rohár,
On Sat, Jan 3, 2015 at 11:47 AM, Pali Rohár wrote:
> Hello,
>
> Nokia N900 board does not work anymore from master branch in
> qemu. I bisected first commit which broke it. It is:
>
> 41623c91b09a0c865fab41acdaff30f060f29ad6
> arm: move exception handling out of start.S files
>
>
On 28/12/14 08:40, Hans de Goede wrote:
> On 24-12-14 19:29, B.R. Oake wrote:
>> Yes. How about if sunxi_hdmi_hpd_detect() was split into two, firstly the
>> initialisation part that always needs to be run, and secondly the actual
>> hpd detection, which would only be run if the hpd option to vide
Le 23/12/2014 13:01, Prafulla Wadaskar a écrit :
>
>
>> -Original Message-
>> From: drEagle [mailto:drea...@doukki.net]
>> Sent: 23 December 2014 17:14
>> To: Prafulla Wadaskar
>> Cc: u-boot@lists.denx.de; l...@openwrt.org
>> Subject: Re: [U-Boot] [PATCH v3 0/6] SHEEVAPLUG :
>> REFRESH 20
Hi Prafulla,
Any news of this patch ?
Regards,
Gérald
Le 23/12/2014 14:04, drEagle a écrit :
> Hi Prafulla,
>
> Is it okay also for this patch which is a GuruPlug refresh for same config as
> the SheevaPlug one.
>
> Regards,
> Gérald
>
> Le 19/12/2014 08:20, Gerald Kerma a écrit :
>> Refresh
Hi,
any news for this patch ?
Regards,
Gérald,
Le 23/12/2014 14:01, drEagle a écrit :
> Hi Pantelis,
>
> Is these patches reviewed and upstreamed ?
>
> Regards,
> Gérald
>
> Le 17/12/2014 11:18, Pantelis Antoniou a écrit :
>> Hi Gerald,
>>
>> Last pull-req for mmc was last Friday, I intend to
On Wed 2014-12-31 20:15:00, Marek Vasut wrote:
> Zap this unused empty function, no point in having it.
>
> Signed-off-by: Marek Vasut
> Cc: Chin Liang See
> Cc: Dinh Nguyen
Acked-by: Pavel Machek
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures)
http://atrey.karlin.mf
On Wed 2014-12-31 20:14:59, Marek Vasut wrote:
> Since all boards now have a DT, instead of hard-coding the board
> name into the U-Boot binary, read the board name from DT "model"
> property.
>
> Signed-off-by: Marek Vasut
> Cc: Chin Liang See
> Cc: Dinh Nguyen
Acked-by: Pavel Machek
--
(e
On Wed 2014-12-31 20:14:58, Marek Vasut wrote:
> Import DTS for Arria V development kit and enable support
> for DT. The DT is imported from Linux 3.19-rc1 as of commit
> 97bf6af1f928216fd6c5a66e8a57bfa95a659672 .
>
> Signed-off-by: Marek Vasut
> Cc: Chin Liang See
> Cc: Dinh Nguyen
Acked-by:
On Wed 2014-12-31 20:14:57, Marek Vasut wrote:
> Import DTS for Cyclone V development kit and enable support
> for DT. The DT is imported from Linux 3.19-rc1 as of commit
> 97bf6af1f928216fd6c5a66e8a57bfa95a659672 .
>
> Signed-off-by: Marek Vasut
> Cc: Chin Liang See
> Cc: Dinh Nguyen
Acked-by
On Wed 2014-12-31 20:14:56, Marek Vasut wrote:
> This optional DT property is called 'num-cs', so repair the misnomers.
>
> Signed-off-by: Marek Vasut
> Cc: Chin Liang See
> Cc: Dinh Nguyen
Acked-by: Pavel Machek
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures)
http://
On Wed 2014-12-31 20:14:55, Marek Vasut wrote:
> Linux now also contains SPI driver, yet the name is 'snps,dw-apb-ssi'.
> Fix the naming before we have to support both names.
>
> Signed-off-by: Marek Vasut
> Cc: Chin Liang See
> Cc: Dinh Nguyen
Acked-by: Pavel Machek
--
(english) http://www
On Wed 2014-12-31 20:14:54, Marek Vasut wrote:
> Add support for the Altera Arria V development kit.
>
> Signed-off-by: Marek Vasut
> Cc: Chin Liang See
> Cc: Dinh Nguyen
> Cc: Pavel Machek
> Cc: Stefan Roese
> Cc: Vince Bridgers
> ---
> arch/arm/Kconfig | 5 +
> boar
Hi Ajoy,
On Sat, Jan 3, 2015 at 12:42 AM, Ajoy Das wrote:
>
> -- Forwarded message --
> From: Bin Meng
> Date: Fri, Jan 2, 2015 at 10:05 PM
> Subject: Re: [U-Boot] Fwd: coreboot uboot qemu x86
> To: Ajoy Das
> Cc: U-Boot Mailing List , Simon Glass
>
>
>
> Hi Ajoy,
>
> On Wed, D
cros_ec_board_init() should be called only when CONFIG_CROS_EC is
enabled. Also undef CONFIG_CROS_EC in the coreboot configuration.
Signed-off-by: Bin Meng
---
board/coreboot/coreboot/coreboot.c | 2 ++
include/configs/coreboot.h | 4 +++-
2 files changed, 5 insertions(+), 1 deletion(-
By default U-Boot automatically calibrates TSC running frequency via
MSR and PIT. The calibration may not work on every x86 processor, so
a new Kconfig option CONFIG_TSC_CALIBRATION_BYPASS is introduced to
allow bypassing the calibration and assign a hardcoded TSC frequency
CONFIG_TSC_FREQ_IN_MHZ.
If coreboot is built with CONFIG_COLLECT_TIMESTAMPS, use the value
of base_time in coreboot's timestamp table as our timer base,
otherwise TSC counter value will be used.
Note sometimes even coreboot is built with CONFIG_COLLECT_TIMES,
the value of base_time in the timestamp table is still zero, s
Currently when U-Boot is loaded by coreboot in qemu, U-Boot does not
boot due to several issues. This patch series fix these issues to make
coreboot support in U-Boot more robust so that it can run on top of
qemu out of the box.
The command to package u-boot into coreboot.rom:
./build/util/cbfstoo
Now with switch to Kconfig it's possible to select commands via
menuconfig or defconfigs.
Moreover some commands are enabled by default in both
"config_cmd_default.h" as a legacy way and in "common/Kconfig".
And on attempt to build U-Boot following warnings are printed for
definitions made in bot
Now when we may select commands via menuconfig let's adjust default
settings with "config_cmd_default.h".
As the next step we may get rid of "config_cmd_default.h" inclusion in
"include/configs/*.h" and "config_cmd_default.h" itself.
Signed-off-by: Alexey Brodkin
Cc: Masahiro Yamada
Cc: Tom Rin
Now when we may select commands via menuconfig let's adjust default
settings with "config_cmd_default.h".
As the next step we may get rid of "config_cmd_default.h" inclusion in
"include/configs/*.h" and "config_cmd_default.h" itself.
But while "config_cmd_default.h" is still there we need to work
On 31.12.2014 20:15, Marek Vasut wrote:
Zap this unused empty function, no point in having it.
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Pavel Machek
Cc: Stefan Roese
Cc: Vince Bridgers
Reviewed-by: Stefan Roese
Thanks,
Stefan
__
On 31.12.2014 20:14, Marek Vasut wrote:
Since all boards now have a DT, instead of hard-coding the board
name into the U-Boot binary, read the board name from DT "model"
property.
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Pavel Machek
Cc: Stefan Roese
Cc: Vince Bridg
On 31.12.2014 20:14, Marek Vasut wrote:
Import DTS for Cyclone V development kit and enable support
for DT. The DT is imported from Linux 3.19-rc1 as of commit
97bf6af1f928216fd6c5a66e8a57bfa95a659672 .
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Pavel Machek
Cc: Stefan
On 31.12.2014 20:14, Marek Vasut wrote:
Import DTS for Arria V development kit and enable support
for DT. The DT is imported from Linux 3.19-rc1 as of commit
97bf6af1f928216fd6c5a66e8a57bfa95a659672 .
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Pavel Machek
Cc: Stefan R
On 31.12.2014 20:14, Marek Vasut wrote:
Linux now also contains SPI driver, yet the name is 'snps,dw-apb-ssi'.
Fix the naming before we have to support both names.
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Pavel Machek
Cc: Stefan Roese
Cc: Vince Bridgers
Reviewed-
On 31.12.2014 20:14, Marek Vasut wrote:
Drop the _cyclone5 suffix from socfpga_cyclone5.c since this file
will contain Arria 5 support as well.
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Pavel Machek
Cc: Stefan Roese
Cc: Vince Bridgers
Reviewed-by: Stefan Roese
T
On 31.12.2014 20:14, Marek Vasut wrote:
Add support for USB host mode and USB device mode for the
Cyclone V development kit and enable support for UMS (to
export SD card as USB mass storage). The UMS is activated
via 'ums 0 mmc 0' command, the system must be connected to
a host PC via HPS USB por
On 31.12.2014 20:14, Marek Vasut wrote:
Sync SoCFPGA Cyclone V development kit pinmux configuration with
Rocketboard U-Boot v2013.01.01-114-g9381569 (ACDS14.1_REL_GSRD_PR).
NOTE: This change is useless until we get proper SPL support, at
which point this will likely need further rework.
On 31.12.2014 20:14, Marek Vasut wrote:
Sync SoCFPGA Cyclone V development kit pinmux configuration with
Rocketboard U-Boot v2013.01.01-114-g9381569 (ACDS14.1_REL_GSRD_PR).
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Pavel Machek
Cc: Stefan Roese
Cc: Vince Bridgers
On 31.12.2014 20:14, Marek Vasut wrote:
Replace multiple spaces with a single tab.
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Cc: Dinh Nguyen
Cc: Pavel Machek
Cc: Stefan Roese
Cc: Vince Bridgers
Reviewed-by: Stefan Roese
Thanks,
Stefan
__
71 matches
Mail list logo