Signed-off-by: Paul Kocialkowski
---
configs/Ainol_AW1_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/Ainol_AW1_defconfig b/configs/Ainol_AW1_defconfig
index 5cb8fc1..e5c2e21 100644
--- a/configs/Ainol_AW1_defconfig
+++ b/configs/Ainol_AW1_defconfig
@@ -6,6 +6,7 @@
CONFIG_
Signed-off-by: Paul Kocialkowski
---
configs/Ampe_A76_defconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configs/Ampe_A76_defconfig b/configs/Ampe_A76_defconfig
index af8aefa..af7638d 100644
--- a/configs/Ampe_A76_defconfig
+++ b/configs/Ampe_A76_defconfig
@@ -1,9 +1,
Signed-off-by: Paul Kocialkowski
---
configs/TZX-Q8-713B7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/TZX-Q8-713B7_defconfig b/configs/TZX-Q8-713B7_defconfig
index 4ff4542..0953554 100644
--- a/configs/TZX-Q8-713B7_defconfig
+++ b/configs/TZX-Q8-713B7_defconfig
@@ -1,6 +
Signed-off-by: Paul Kocialkowski
---
configs/Yones_Toptech_BD1078_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/Yones_Toptech_BD1078_defconfig
b/configs/Yones_Toptech_BD1078_defconfig
index 99cc0a7..00ede67 100644
--- a/configs/Yones_Toptech_BD1078_defconfig
+++ b/confi
Signed-off-by: Paul Kocialkowski
---
configs/A20-OLinuXino-Lime2_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/A20-OLinuXino-Lime2_defconfig
b/configs/A20-OLinuXino-Lime2_defconfig
index 8c76360..1f4fa12 100644
--- a/configs/A20-OLinuXino-Lime2_defconfig
+++ b/configs/A20
This allows enabling MUSB (on the OTG port).
Signed-off-by: Paul Kocialkowski
---
configs/A20-OLinuXino-Lime2_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/A20-OLinuXino-Lime2_defconfig
b/configs/A20-OLinuXino-Lime2_defconfig
index 1f4fa12..4fcff92 100644
--- a/configs
Signed-off-by: Paul Kocialkowski
---
configs/Cubieboard2_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/Cubieboard2_defconfig b/configs/Cubieboard2_defconfig
index 05b11a0..d866ad1 100644
--- a/configs/Cubieboard2_defconfig
+++ b/configs/Cubieboard2_defconfig
@@ -1,6 +1,7 @
Signed-off-by: Paul Kocialkowski
---
common/usb.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/common/usb.c b/common/usb.c
index 32e15cd..ea5b406 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -915,7 +915,7 @@ int usb_new_device(struct usb_device *dev)
if (
Signed-off-by: Paul Kocialkowski
---
common/usb.c | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/common/usb.c b/common/usb.c
index ea5b406..67e2350 100644
--- a/common/usb.c
+++ b/common/usb.c
@@ -95,18 +95,24 @@ int usb_init(void)
start_index
This may happen when using an USB1 device on a controller that only supports
USB2 (e.g. EHCI). Reading the first descriptor will fail (read 0 byte), so we
can abort the process at this point instead of failing later and wasting time.
Signed-off-by: Paul Kocialkowski
---
common/usb.c | 7 +--
> > > @@ -990,6 +990,9 @@ int usb_new_device(struct usb_device *dev)
> > > case 64:
> > > dev->maxpacketsize = PACKET_SIZE_64;
> > > break;
> > > + default:
> > > + debug("usb_new_device: invalid max packet size\n");
> >
> > Hi,
> >
> > since this is an error, this s
Hi Alexey,
2015-03-17 21:13 GMT+09:00 Alexey Brodkin :
> Before that moment our defconfigs were manually modified with addition
> of new options. That means once anybody wants to addd another option and
I just noticed a typo. s/addd/add/
You need not to submit v2 for such a minor error.
Please
Hi,
On 28-03-15 18:26, Paul Kocialkowski wrote:
musb might be used in gadget mode on sunxi, so we don't want to assume anything
related to host mode, especially USB keyboard support. Thus, there is no reason
to keep USB_KEYBOARD always enabled and in Kconfig: it is much better fit to
enable it i
On Thu, Mar 19, 2015 at 07:42:55PM +0900, Masahiro Yamada wrote:
> This option has a bool type, not hex.
> Fix it and enable it if CONFIG_DM is on because Driver Model always
> requires malloc memory. Devices are scanned twice, before/after
> relocation. CONFIG_SYS_MALLOC_F should be enabled to
For current U-Boot to initialize status LEDs via status_led_init(), it
is required to have both CONFIG_STATUS_LED and STATUS_LED_BOOT defined.
This may be a particular concern with GPIO LEDs, where __led_init() is
required to correctly set up the GPIO (gpio_request and
gpio_direction_output). W
For boards that support LEDs driven via GPIO (CONFIG_GPIO_LED), it may
be useful to have some generic stubs (wrapper functions) for the
"colored" LEDs. This allows definitions like:
#define GREEN_LED_GPIO 248 /* = PH24 */
#define STATUS_LED_BIT GREEN_LED_GPIO
#define STATUS_L
Le dimanche 29 mars 2015 à 13:18 +0200, Hans de Goede a écrit :
> Hi,
>
> On 28-03-15 18:26, Paul Kocialkowski wrote:
> > musb might be used in gadget mode on sunxi, so we don't want to assume
> > anything
> > related to host mode, especially USB keyboard support. Thus, there is no
> > reason
>
Hi,
On 28-03-15 11:25, Iain Paton wrote:
clock_set_pll1 would pick the next highest available cpu clock speed if
a value not in the pre defined table was selected. this potentially
results in overclocking the soc.
reverse the selection method so that we select the next lowest speed
and add the
Hi Tom,
Please pull u-boot-sunxi/master into master for another round of bugfixes
for v2015.04:
The following changes since commit 5db752353b6a19c50db4a30692efb7e845fb8a6e:
powerpc: ppc4xx: convert AMCC boards to generic board (2015-03-28 12:09:46
-0400)
are available in the git repository
Hi,
On 28-03-15 18:35, Paul Kocialkowski wrote:
Signed-off-by: Paul Kocialkowski
Thanks, I'm currently busy merging some more patches, once that
is done this patch should show up in u-boot-sunxi/next, and
it will be included in u-boot/master once the merge window
for v2015.07 opens.
Regards,
Hi,
On 28-03-15 18:35, Paul Kocialkowski wrote:
Signed-off-by: Paul Kocialkowski
Thanks, I've added this to my personal git repo, sunxi-wip
branch. I'll move it over to u-boot-sunxi/next once it
is clear that the kernel patch to show the devicetree
serial-number string /proc/cpuinfo is going
Hi Tom,
This pull-req superceeds my previous pull-req from about 10 minutes ago,
as I found that one board was missing a MAINTAINERS entry, so I've included
a fix for that in this new pull-req.
Please pull u-boot-sunxi/master into master for another round of bugfixes
for v2015.04:
The following
Hi Stephen,
On 25 February 2015 at 16:10, Stephen Warren wrote:
> On 02/17/2015 03:29 PM, Simon Glass wrote:
>>
>> Add an implementation of the timer functions for tegra, so that timing
>> is more accurate. Tegra has a 1 microsecond timer for this purpose.
>
>
> I'm a bit confused about this:
>
>
Hi Stephen,
On 25 February 2015 at 16:15, Stephen Warren wrote:
> On 02/17/2015 03:29 PM, Simon Glass wrote:
>>
>> Enable the EC and keyboard, using the SPI bus.
>>
>> The EC driver requires a particular format and a deactivation delay. Also
>> U-Boot does not support interrupts.
>>
>> For now, a
Hi Stephen,
On 25 February 2015 at 16:23, Stephen Warren wrote:
> On 02/17/2015 03:29 PM, Simon Glass wrote:
>>
>> We need to turn on all audio-related clocks for the kernel to boot.
>> Otherwise it will hang when trying to enable audio.
>
>
> This certainly isn't true for the upstream kernel; is
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> Hello,
> Here is the third RFC version of the new PMIC framework.Big thanks to
> Simon Glass, your comments were really helpful, and I think, that this
> version is much more better to discuss, than the previous. The changes
>
On Sat, Mar 28, 2015 at 02:15:38PM +0100, Karsten Merker wrote:
> On Fri, Mar 27, 2015 at 06:24:43PM -0700, Vagrant Cascadian wrote:
>
> > This allows for more flexible and standardized boot across multiple
> > platforms. Remove most redundant legacy boot environment.
> >
> > Cc: Otavio Salvador
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> Move the configs listed below from exynos5-dt-common.h to exynos5-common.h:
> - CONFIG_POWER
> - CONFIG_POWER_I2C
> fixes build break for Arndale and Smdk5250 boards.
>
> Signed-off-by: Przemyslaw Marczak
> ---
> include/configs/exynos5-comm
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> Signed-off-by: Przemyslaw Marczak
> ---
> lib/Kconfig | 8
> 1 file changed, 8 insertions(+)
Acked-by: Simon Glass
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailm
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This change adds new function: lists_bind_fdt_by_prop(), which can be used
> for bind the devices by custom property name for the compatible string.
>
> The function lists_bind_fdt() works the same as previous.
>
> Signed-off-b
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This commit:
> - moves fdt_node_check_compatible() code to fdt_node_check_prop_compatible()
> - adds call to fdt_node_check_prop_compatible() in fdt_node_check_compatible()
> with 'compatible' as the name of compatible proper
Hi Prazemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This is an introduction to driver-model multi uclass PMIC support.
> It starts with UCLASS_PMIC - a common PMIC devices uclass type
> to provide device read/write operations only.
Your Kconfig docs are a model to others! It d
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This is the implementation of driver model regulator uclass api.
> To use it, the CONFIG_DM_PMIC is required with driver implementation,
> since it provides pmic devices basic I/O API.
>
> To get the regulator device:
> - regul
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This command is based on driver model regulator api.
> User interface features:
> - list - list UCLASS regulator devices
> - regulator dev [id] - show or [set] operating regulator device
> - regulator [inf
Hi Prazemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This is new command for the pmic devices based on driver model pmic api.
> Command features are unchanged:
> - list - list UCLASS pmic devices
> - pmic dev [id] - show or [set] operating pmic device (NEW)
> - pmi
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This is the implementation of driver model uclass pmic driver.
> The max77686 pmic driver implements read/write operations and driver
> bind method - to bind other pmic uclass devices as a parent pmic device.
> This driver prov
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This commit adds support to max77686 regulator driver
> based on a uclass regulator driver-model api, which
> provides implementation of all uclass regulator api
> function calls.
>
> New file: drivers/power/regulator/max77686.
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This commit also updates the proper dts files.
>
> Signed-off-by: Przemyslaw Marczak
> ---
> arch/arm/dts/exynos4412-odroid.dts | 2 +-
> arch/arm/dts/exynos4412-trats2.dts | 2 +-
> arch/arm/dts/exynos5250-smdk5250.dts | 2 +-
> arch/ar
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This driver implements regulator uclass features for fixed value regulators.
> For getting the basic regulator device-tree node constraints, this driver
> calls
> function 'regulator_ofdata_to_platdata()'. The typical fixed re
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> Signed-off-by: Przemyslaw Marczak
> ---
> Changes v2, V3:
> - update documentation with the framework api changes
> - remove doc file name 'dm' prefix
> ---
> doc/driver-model/pmic-framework.txt | 350
> +
Hi,
On 29-03-15 11:19, Paul Kocialkowski wrote:
Signed-off-by: Paul Kocialkowski
Thanks, I've merged the entire set in u-boot-sunxi/next, and
it will be included in u-boot/master once the merge window
for v2015.07 opens.
Regards,
Hans
---
configs/TZX-Q8-713B7_defconfig | 1 +
1 file c
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This commit change the old pmic framework calls with the new ones.
>
> Signed-off-by: Przemyslaw Marczak
> ---
> Changes v2:
> - remove board_init_i2c() call
> - update regulator calls
> - update headers
> - samsung/misc.c: i
Hi Tom,
On 9 March 2015 at 20:49, Stephen Warren wrote:
> On 03/09/2015 07:12 PM, Simon Glass wrote:
>> This CONFIG is not used, so drop it.
>
> The series,
> Tested-by: Stephen Warren
> Acked-by: Stephen Warren
Can you please apply this fix?
Regards,
Simon
___
Hi Tom,
On 9 March 2015 at 19:16, Simon Glass wrote:
> Let's try this:
>
> Reported-by: Stephen Warren
>
>
> On 9 March 2015 at 19:12, Simon Glass wrote:
>> Requesting a GPIO without a name is not supposed anymore. This causes the
>> request to fail. Add a name so that the serial console works
Hi Stephen,
On 25 February 2015 at 16:14, Stephen Warren wrote:
> On 02/17/2015 03:29 PM, Simon Glass wrote:
>>
>> At present the driver does not properly honour the requested SPI CS
>> deactivation delay since the SPI bus is changed in the claim_bus() method.
>>
>> Everything the claim_bus() met
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> Adding regulators subnode to fdt max77686 node, allows properly init
> regulators by the max77686 regulator driver. This enables the complete
> functionality of the regulator command.
>
> Signed-off-by: Przemyslaw Marczak
> ---
> Changes V2:
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> In the power_init_board function call, regulator driver init is called,
> so before compile, make sure that any power framework is defined.
>
> Signed-off-by: Przemyslaw Marczak
> ---
> board/samsung/common/board.c | 4 ++--
> 1 file changed
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
> This change enables the configs required to init and setup max77686
> regulator driver, using the new driver model pmic and regulator API.
>
> This commits enables:
> - CONFIG_ERRNO_STR
> - CONFIG_DM_PMIC
> - CONFIG_DM_PMIC_CMD
> - CONFIG_DM_P
On Sun, Mar 29, 2015 at 02:59:39PM +0200, Hans de Goede wrote:
> Hi Tom,
>
> This pull-req superceeds my previous pull-req from about 10 minutes ago,
> as I found that one board was missing a MAINTAINERS entry, so I've included
> a fix for that in this new pull-req.
>
> Please pull u-boot-sunxi/
config_distro_bootcmd.h defines a common boot environment for
multiple platforms. Document the format of the console
environment variable to allow the use of generic boot scripts
on all supported platforms.
Signed-off-by: Karsten Merker
---
doc/README.distro |9 +
1 file changed, 9
Hi,
It seem that I have found the root cause of the problem.
This board in qemu is set in this way, that device width is set to 2 and
interface to 4.
That is why CFI driver in u-boot calculates wrongly sector size (
because size ratio variable was wrong ),
so in the end every odd sector (count
On 20 February 2015 at 21:47, Axel Lin wrote:
> Don't assume slave is always the first member of struct cf_spi_slave.
> Use container_of instead of casting first structure member.
>
> Signed-off-by: Axel Lin
> ---
> drivers/spi/cf_spi.c | 11 +--
> 1 file changed, 9 insertions(+), 2 dele
On 20 February 2015 at 21:49, Axel Lin wrote:
> Make local functions static and remove unneeded forward declarations.
>
> Signed-off-by: Axel Lin
> ---
> drivers/spi/cf_spi.c | 20 +++-
> 1 file changed, 7 insertions(+), 13 deletions(-)
>
> diff --git a/drivers/spi/cf_spi.c b/dri
On 28 February 2015 at 00:49, Pavel Machek wrote:
> On Thu 2015-02-26 10:45:22, Axel Lin wrote:
>> By specification the FIFO size would be in a range 2-256 bytes. From TX Level
>> prospective it means we can set threshold in the range 0-(FIFO size - 1)
>> bytes.
>> Hence there are currently two i
Hi Josh,
sorry for beeing late. I'd like to apply this one but it does not
cleanly. Could you please rebase on current master?
Andreas
On 19.11.14 12:03, Josh Wu wrote:
> Create a new configuration file: at91-sama5_common.h. Which include the
> configurations that reused by all SAMA5 chips.
>
>
Add architecture-specific u-boot.lds and remove all board-specific
u-boot.lds.
All the .text customization that was board-specific have been
moved inside the related include/configs, inside a
LDS_BOARD_TEXT define.
Signed-off-by: Angelo Dureghello
---
arch/m68k/cpu/u-boot.lds | 91 +
Hi Tom,
rebased and tried to apply, but unfortuantely this breaks SPL for at91
armv7 boards:
05: spl_atmel.c: Switch s_init to board_init_f
arm: + sama5d3xek_mmc sama5d3xek_nandflash sama5d3xek_spiflash
sama5d4_xplained_mmc sama5d4ek_nandflash
+arch/arm/cpu/armv7/built-in.o: In function
Hi, Dave
On 3/27/2015 8:41 PM, Rajiv Dave wrote:
Hi Josh,
That worked! Many thanks.
You are welcome ;-)
The next issue is that the Kernel now needs to be re-built, we are using
2.6.xx, do you have any ideas on what to change in the Kernel to make it
work with the HW ECC NAND?
If you are u
On Saturday, March 28, 2015 at 06:31:42 PM, Paul Kocialkowski wrote:
> Le samedi 28 mars 2015 à 18:26 +0100, Marek Vasut a écrit :
> > On Saturday, March 28, 2015 at 06:23:58 PM, Paul Kocialkowski wrote:
> > > When using an USB1 device on a controller that only supports USB2 (e.g.
> > > EHCI), read
On Friday, March 27, 2015 at 09:10:35 PM, Dinh Nguyen wrote:
> Hi Marek,
Hi Dinh,
> On 03/04/2015 07:16 AM, Marek Vasut wrote:
> > On Monday, March 02, 2015 at 05:28:03 PM, dingu...@opensource.altera.com
wrote:
> >> From: Dinh Nguyen
> >>
> >> Signed-off-by: Dinh Nguyen
> >
> > Why did you d
Hello Marcin,
Am 27.03.2015 16:53, schrieb mar.krzeminski:
Hi Stefan,
I've changed malloc pool size to 2MiB and nothing changed.
I've also disabled UBIFS support and that does not make any changes.
Still after qemu restart u-boot can not attach to ubi device.
Hmm.. hard to say, can you enable
Hello Marcin,
Am 29.03.2015 21:57, schrieb mar.krzeminski:
Hi,
It seem that I have found the root cause of the problem.
Good!
This board in qemu is set in this way, that device width is set to 2 and
interface to 4.
That is why CFI driver in u-boot calculates wrongly sector size ( because s
On 18 March 2015 at 14:34, Albert ARIBAUD (3ADEV)
wrote:
> Signed-off-by: Albert ARIBAUD (3ADEV)
> ---
>
> Changes in v6: None
> Changes in v5: None
> Changes in v4: None
> Changes in v3:
> - move regs and functions in private struct
>
> Changes in v2:
> - added MUX setting for SSP0
>
> arch/arm
Create a new configuration file: at91-sama5_common.h. Which includes the
configurations that reused by all SAMA5 chips.
at91-sama5_common.h includes:
- hw macros (clock, text_base and etc.)
- default commands.
- BOOTARGS
- U-Boot common configs.
NOTE: NOR flash definition should be put before incl
Hi, Andreas
On 3/30/2015 4:52 AM, Andreas Bießmann wrote:
Hi Josh,
sorry for beeing late. I'd like to apply this one but it does not
cleanly. Could you please rebase on current master?
Thanks for the remind, I just sent out the v2 of the patch. now it's
rebased and also add missed CONFIG_CMD_F
65 matches
Mail list logo