Use dev_get_priv() rather than dev_get_platdata() to get correct address of
private data.
Signed-off-by: Axel Lin
---
v2: Fix an obvious typo in subject line (s/addres/address).
drivers/gpio/at91_gpio.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/drivers/gpio/a
Use dev_get_priv() rather than dev_get_platdata() to get correct address of
private data.
Signed-off-by: Axel Lin
---
Hi Simon,
I don't have this h/w, so please test if you think this patch is ok.
Thanks,
Axel
drivers/gpio/at91_gpio.c | 10 +-
1 file changed, 5 insertions(+), 5 deletion
On Sun, 11 Jan 2015 20:34:55 +0100
Hans de Goede wrote:
> Hookup OTG USB controller support and enable the otg controller + USB-keyb
> on various tablets.
>
> This allows tablet owners to interact with u-boot without needing to solder
> a serial console onto their tablet PCB.
Thanks. Works grea
Because the framebuffer resides in a hidden chopped off part of DRAM,
caching is not enabled for this area automatically when the MMU is
configured. So it needs to be set explicitly.
Additionally, the cfb console has a function to check whether the
framebuffer resides in DRAM or not. And the hidde
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> We now have api functions that can support compiling simplefb code as its own
> module. Since this code is not part of the display functionality, extract it
> to its own file.
>
> Raspberry Pi config file is updated to compile the new file.
>
>
Hi Nikita,
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> lcd_logo() currently performs tasks well beyond just displaying the logo.
> It has code which displays splash image, it has logic which determines
> when the different display features are displayed, and it is coupled with
> the lcd
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> The name "bitmap_plot" is misleading because it implies that this is a generic
> function capable of dealing with any bitmap, but its implementation only works
> with the logo data.
>
> Rename the function to better reflect this.
>
> Signed-off
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> This cleanup mostly focuses on removing unnecessary whitespace and comments
> which are superfluous and/or do not conform to the coding style.
>
> Signed-off-by: Nikita Kiryanov
> Cc: Simon Glass
> Cc: Anatolij Gustschin
> ---
> common/lcd.
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> Reduce the lcd_display_bitmap #ifdef complexity by extracting Atmel specific
> code for setting cmap for bitmap images into a new function lcd_set_cmap().
> A default version is implemented with the remainder of the code.
>
> Signed-off-by: Nik
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> Remove unused includes.
>
> Signed-off-by: Nikita Kiryanov
> Cc: Bo Shen
> Cc: Simon Glass
> Cc: Anatolij Gustschin
> ---
> common/lcd.c | 18 --
> 1 file changed, 18 deletions(-)
Reviewed-by: Simon Glass
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> Reduce the bitmap_plot #ifdef complexity by extracting Atmel specific code for
> setting cmap into a new function lcd_logo_set_cmap(), which is implemented in
> atmel_lcdfb driver and defined as part of common/lcd.c api with a weak dummy
> vers
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> Reduce the amount of platform dependant code in common/lcd.c by moving MPC823
> specific implementation of fb_put_byte() to mpc8xx_lcd.c. Since we must also
> have a default implementation for everybody else, make the remainder of the
> code in
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> Get rid of platform specific #ifdefs in bitmap_plot() by moving the generic
> case of setting cmap into the weak lcd_logo_set_cmap().
>
> Signed-off-by: Nikita Kiryanov
> Cc: Bo Shen
> Cc: Simon Glass
> Cc: Anatolij Gustschin
> ---
> commo
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> Reduce the bitmap_plot #ifdef complexity by extracting MPC823 specific code
> for
> setting cmap into its own implementation of lcd_logo_set_cmap(), implemented
> in
> mpc8xx_lcd.c. In the MPC823 implementation, ARRAY_SIZE(bmp_logo_palette) i
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> Reduce the amount of platform dependant code in common/lcd.c by moving Atmel
> specific implementation of fb_put_word() to atmel_lcdfb.c. Since we must also
> have a default implementation for everybody else, make the remainder of the
> code in
Hi Nikita,
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> common/lcd code is full of platform specific code and definitions, which
> ideally should reside with the respective driver code. Take a step towards
> that
> goal by moving platform specific structs from lcd.h to their own header
Hi Nikita,
On 29 January 2015 at 04:21, Nikita Kiryanov wrote:
> configuration_get_cmap() is multiple platform specific functions stuffed into
> one function. Split it into multiple versions, and move each version to the
> appropriate driver to reduce the #ifdef complexity.
>
> Signed-off-by: Nik
Dear colleagues,
I faced a problem lately with the udelay function in the Linux kernel.
udelay uses loops_per_jiffy constant for its loops. lpj is calculated
during the init phase of the kernel, and then the calibrate function is
removed. The boot loader uses 792MHz and when the kernel comes up d
Hi Tom,
Some old patches I lost, plus a few new ones.
Note this is branch 'patman'.
The following changes since commit 2af13d6b6265a6700c4f65597410b769895024bf:
lcd: fix console address is not initialized (2015-01-28 16:58:02 -0500)
are available in the git repository at:
http://git.denx
Hi Marek,
On 30 January 2015 at 15:16, Marek Vasut wrote:
>
> On Friday, January 30, 2015 at 08:04:50 PM, Simon Glass wrote:
> > This series adds basic driver model support to USB. The intent is to permit
> > the various subsystems (OHCI, EHCI, XHCI) to co-exist and allow any number
> > of USB po
On Wednesday, January 28, 2015 at 08:04:45 PM, Steve Rae wrote:
> On 15-01-27 03:00 PM, Marek Vasut wrote:
> > On Monday, January 26, 2015 at 06:44:14 PM, Steve Rae wrote:
> > [...]
> >
> >>> No, unless there's a convincing technical argument that the currently
> >>> mainline DWC2 gadget driver (t
On Friday, January 30, 2015 at 08:04:50 PM, Simon Glass wrote:
> This series adds basic driver model support to USB. The intent is to permit
> the various subsystems (OHCI, EHCI, XHCI) to co-exist and allow any number
> of USB ports of different types. So far the absolute limit on the number
> of U
On Monday, January 26, 2015 at 01:31:39 PM, Lukasz Majewski wrote:
> Hi Marek,
>
> > On Monday, January 26, 2015 at 09:38:28 AM, Lukasz Majewski wrote:
> > > Hi Marek,
> >
> > Hi!
> >
> > [...]
> >
> > > > No, unless there's a convincing technical argument that the
> > > > currently mainline DW
On Sunday, January 18, 2015 at 07:19:40 AM, Dinh Nguyen wrote:
> On 12/31/14 1:14 PM, Marek Vasut wrote:
Hi!
> > diff --git a/board/altera/socfpga/socfpga.c
> > b/board/altera/socfpga/socfpga.c index 459d82f..a9c330d 100644
> > --- a/board/altera/socfpga/socfpga.c
> > +++ b/board/altera/socfpga/s
On Sunday, January 18, 2015 at 07:21:34 AM, Dinh Nguyen wrote:
> On 12/31/14 1:14 PM, Marek Vasut wrote:
[...]
> > diff --git a/arch/arm/dts/socfpga_arria5.dtsi
> > b/arch/arm/dts/socfpga_arria5.dtsi new file mode 100644
> > index 000..5175f03
> > --- /dev/null
> > +++ b/arch/arm/dts/socfpga_
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: Pavel Machek
Reviewed-by: Stefan Roese
Cc: Vince Bridgers
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
Acked-by: Dinh Nguyen
Cc: Pavel Machek
Reviewed-by: Stefan Roese
Cc: Vince Bridgers
---
board/altera/socfpga/pin
Zap this unused empty function, no point in having it.
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Acked-by: Dinh Nguyen
Acked-by: Pavel Machek
Reviewed-by: Stefan Roese
Cc: Vince Bridgers
---
board/altera/socfpga/socfpga.c | 8
include/configs/socfpga_common.h | 1 -
2 files c
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: Pavel Machek
Reviewed-by: Stefan Roese
Cc: Vince Bridgers
-
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 +
board/altera/socfpga/Kconfig | 16 +
board/altera/socfpga/iocsr_c
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 port and SD card must be installed
for this t
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
Acked-by: Dinh Nguyen
Acked-by: Pavel Machek
Reviewed-by: Stefan Roese
Cc: Vince Bridgers
---
board/altera/socfpga/Makefile | 2 +
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 Bridgers
---
board/altera/socfpga/socfpga.c
Replace multiple spaces with a single tab.
Signed-off-by: Marek Vasut
Cc: Chin Liang See
Acked-by: Dinh Nguyen
Acked-by: Pavel Machek
Reviewed-by: Stefan Roese
Cc: Vince Bridgers
---
board/altera/socfpga/iocsr_config.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --gi
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.
Signed-off-by: Marek Vasut
Cc: Chin Liang
The following changes since commit 2af13d6b6265a6700c4f65597410b769895024bf:
lcd: fix console address is not initialized (2015-01-28 16:58:02 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-net.git master
for you to fetch changes up to 875143f32428b8317a2b890b34a1eeb
On Tue, Jan 13, 2015 at 8:10 AM, Alexey Brodkin
wrote:
>
> If for some reason DMA module fails to reset user oserves only this:
> --->---
> # dhcp
> Trying dwmac.e0018000
> FAIL
> --->---
>
> This message makes not much sense.
> With proposed change error message will be more helpful:
> --->---
>
On Wed, Feb 19, 2014 at 10:21 AM, Philippe De Muyter wrote:
>
> This patch adds a phy driver for the Micrel KSZ8895 switch. As the SoC
MAC
> is directly connected to the switch MAC the link to the switch is always
up.
>
> But the KSZ8895 switch can be hardwired in three configuration modes :
> -
On Thu, Feb 13, 2014 at 8:13 AM, Yoshinori Sato
wrote:
>
> Signed-off-by: Yoshinori Sato
> ---
Huge apologies for the delay.
Applied, Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Tue, Dec 10, 2013 at 7:21 AM, Claudiu Manoil <
claudiu.man...@freescale.com> wrote:
>
> If the PHY is not recognized don't access phydev (NULL)
> and return 0 to signal failure.
>
> Signed-off-by: Claudiu Manoil
> ---
Applied, Thanks!
-Joe
___
U-Boot
On Fri, Feb 14, 2014 at 3:49 AM, Claudiu Manoil <
claudiu.man...@freescale.com> wrote:
>
> Hello,
>
> Would you please consider applying these two "net" tree patches?
>
> http://patchwork.ozlabs.org/patch/299620/
> (net: Merge asm/fsl_enet.h into fsl_mdio.h)
> http://patchwork.ozlabs.org/patch/2994
On Tue, Jan 13, 2015 at 8:10 AM, Alexey Brodkin
wrote:
>
> If for some reason DMA module fails to reset user oserves only this:
> --->---
> # dhcp
> Trying dwmac.e0018000
> FAIL
> --->---
>
> This message makes not much sense.
> With proposed change error message will be more helpful:
> --->---
>
(This patch will be split for submission)
Add driver model support to the XHCI framework, and move exynos over to
use it.
Signed-off-by: Simon Glass
---
drivers/usb/host/xhci-exynos5.c | 115 +++-
drivers/usb/host/xhci.c | 229
d
This shows the basic approach with a new directory containing sandbox
emulations of USB devices for testing. So far hubs are not supported.
Signed-off-by: Simon Glass
---
Makefile | 1 +
arch/sandbox/dts/sandbox.dts | 20 +
arch/sandbox/include/asm/pro
Add a uclass that can represent a USB controller. For now we do not create
devices for things attached to the controller.
Signed-off-by: Simon Glass
---
drivers/usb/host/Makefile | 2 +
drivers/usb/host/usb-uclass.c | 227 ++
include/dm/uclass-id.h
If we don't know the relocation address, the raw values are not very useful.
Show the pre-relocation values as well as these can be looked up in
System.map, etc.
Signed-off-by: Simon Glass
---
arch/arm/lib/interrupts.c | 13 +
1 file changed, 9 insertions(+), 4 deletions(-)
diff --
Switch snow over to use driver model for USB.
Signed-off-by: Simon Glass
---
include/configs/snow.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/snow.h b/include/configs/snow.h
index ce6676e..00bd646 100644
--- a/include/configs/snow.h
+++ b/include/configs/snow.h
@@ -27,
This is a convenience function only so far. Eventually it could have some
consistency checking added.
Signed-off-by: Simon Glass
---
drivers/core/device.c | 10 ++
include/dm/device.h | 10 ++
2 files changed, 20 insertions(+)
diff --git a/drivers/core/device.c b/drivers/core
While we currently don't have driver model support for block devices and
Ethernet, we can still allow this to work when driver model is used for
USB.
Signed-off-by: Simon Glass
---
common/cmd_usb.c| 74 --
common/usb.c| 28 +
common/usb_
This series adds basic driver model support to USB. The intent is to permit
the various subsystems (OHCI, EHCI, XHCI) to co-exist and allow any number
of USB ports of different types. So far the absolute limit on the number
of USB devices is only slightly relaxed.
Only USB controllers have a real
On Fri, 30 Jan 2015 13:58:46 +0200
Siarhei Siamashka wrote:
> The commit f630974ccb3ce93e9607a3354e9acb266a8b7e95
> 'sunxi: Move SPL s_init() code to board_init_f()'
> broke the FEL boot mode.
>
> This patch moves the DRAM initialization back to s_init() and
> introduces an assembly entry point
I2C chips do exist that require a write of some multi-byte data to occur in
a single bus transaction (aka atomic transfer), otherwise either the write
does not come into effect at all, or normal operation of internal circuitry
cannot be guaranteed. The current implementation of the 'i2c write' comm
On Mon, 29 Dec 2014 09:15:36 -0700
Simon Glass wrote:
> Hi Ian,
>
> On 28 December 2014 at 02:19, Ian Campbell wrote:
> > On Tue, 2014-12-23 at 12:04 -0700, Simon Glass wrote:
> >
> >> +void board_init_f(ulong dummy)
> >> +{
> > [...]
> >> + /* Clear the BSS. */
> >> + memset(__bss_star
Hi Thierry,
On 30 January 2015 at 05:24, Thierry Reding wrote:
> On Sat, Jan 24, 2015 at 12:19:56PM +0800, Bin Meng wrote:
>> Hi Thierry,
>>
>> On Fri, Jan 23, 2015 at 6:19 PM, Thierry Reding wrote:
>> > On Thu, Jan 22, 2015 at 12:04:06AM +0800, Bin Meng wrote:
>> >> Hi Thierry,
>> >>
>> >> On W
On Fri, Jan 30, 2015 at 4:04 AM, Marek Vasut wrote:
>
> On Friday, January 30, 2015 at 08:10:34 AM, Alexey Brodkin wrote:
> > Hi Marek, Tom,
> >
> > On Fri, 2015-01-16 at 22:16 +0100, Pavel Machek wrote:
> > > On Tue 2015-01-13 17:10:24, Alexey Brodkin wrote:
> > > > If for some reason DMA module
On Fri, Jan 30, 2015 at 03:49:08PM +0100, Pali Rohár wrote:
> On Friday 30 January 2015 15:19:53 Tom Rini wrote:
> > On Thu, Jan 15, 2015 at 10:26:36AM +0100, Pali Rohár wrote:
> > > Generic board with #define CONFIG_SYS_GENERIC_BOARD is
> > > working fine. There is no visible difference between le
On 30 January 2015 at 02:58, Michal Simek wrote:
> Signed-off-by: Michal Simek
> ---
>
> Build tested for Microblaze and x86.
> Created based on my discussion with Simon.
> ---
> arch/arm/include/asm/u-boot-arm.h | 1 -
> arch/nds32/include/asm/u-boot-nds32.h | 1 -
> arch/sandbox/in
Hi Rob,
> From: Michael Scott
>
> Add code stub to handle "fastboot oem __" command. As unlock is a
> common fastboot command, distinguish that it is not implemented.
>
> Signed-off-by: Michael Scott
> Signed-off-by: Rob Herring
> ---
> drivers/usb/gadget/f_fastboot.c | 15 +++
>
Hi Rob,
> Add "oem format" command to write partition table. This relies on the
> env variable partitions to contain the list of partitions as required
> by the gpt command.
>
> Note that this does not erase any data other than the partition table.
>
> Signed-off-by: Rob Herring
> ---
> driver
On Friday 30 January 2015 15:19:53 Tom Rini wrote:
> On Thu, Jan 15, 2015 at 10:26:36AM +0100, Pali Rohár wrote:
> > Generic board with #define CONFIG_SYS_GENERIC_BOARD is
> > working fine. There is no visible difference between legacy
> > and generic board code.
> >
> > Signed-off-by: Pali Rohár
The following changes since commit ab92da9f47d51d363c7de42e2a7bd807e2c1bd54:
Merge branch 'master' of git://git.denx.de/u-boot-x86 (2015-01-26 17:44:49
-0500)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
for you to fetch changes up to eef88dfb3e16e4631e0
Hi Rob,
> On Thu, Jan 29, 2015 at 2:30 AM, Lukasz Majewski
> wrote:
> > Hi Rob,
> >
> >> From: Michael Scott
> >>
> >> Add code stub to handle "fastboot oem __" command. As unlock is a
> >> common fastboot command, distinguish that it is not implemented.
> >>
> >> Signed-off-by: Michael Scott
>
Hi Dileep,
> This is the Modified version of
> http://patchwork.ozlabs.org/patch/388084/
> - As flash support is already in mainline, it is removed
> - 'oem' command support is present
> - 'oem format' command is implemented
> - Handled review comments of the original patch
>
> Signed-off-by:
On Thu, Jan 22, 2015 at 09:38:10AM -0500, Tom Rini wrote:
> In f0c3a6c we stopped setting gd in board_init_f, but later had to
> revert to due problems on certain platforms. As davinci does not look
> to have these problems, we can drop the setting here and rely upon
> crt0.S to do it.
>
> Cc: P
On Fri, Jan 16, 2015 at 09:09:51AM +0100, Albert ARIBAUD (3ADEV) wrote:
> Signed-off-by: Albert ARIBAUD (3ADEV)
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
ht
On Thu, Jan 29, 2015 at 2:30 AM, Lukasz Majewski wrote:
> Hi Rob,
>
>> From: Michael Scott
>>
>> Add code stub to handle "fastboot oem __" command. As unlock is a
>> common fastboot command, distinguish that it is not implemented.
>>
>> Signed-off-by: Michael Scott
>> Signed-off-by: Rob Herring
On Wed, Jan 28, 2015 at 03:01:32PM +0100, Enric Balletbò i Serra wrote:
> From: Enric Balletbo i Serra
>
> Use the STATUS_LED APIs for indicating a boot progress instead of
> show_boot_progress.
>
> This patch also fixes a problem introduced with commit b3f4ca1135 (dm: omap3:
> Move to driver m
Ahoy!
The following changes since commit 2af13d6b6265a6700c4f65597410b769895024bf:
lcd: fix console address is not initialized (2015-01-28 16:58:02 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-ti master
for you to fetch changes up to f3b4bc458de3285a04c5f60df6372
On Fri, Jan 16, 2015 at 09:09:47AM +0100, Albert ARIBAUD (3ADEV) wrote:
> These are needed for the upcoming Cairo board support.
>
> Signed-off-by: Albert ARIBAUD (3ADEV)
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
On Fri, Jan 16, 2015 at 09:09:50AM +0100, Albert ARIBAUD (3ADEV) wrote:
> Signed-off-by: Albert ARIBAUD (3ADEV)
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
ht
On Fri, Jan 16, 2015 at 09:09:48AM +0100, Albert ARIBAUD (3ADEV) wrote:
> Signed-off-by: Albert ARIBAUD (3ADEV)
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
ht
On Fri, Jan 16, 2015 at 09:09:49AM +0100, Albert ARIBAUD (3ADEV) wrote:
> Signed-off-by: Albert ARIBAUD (3ADEV)
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
ht
time measurement of u-boot commands is needed very often during development.
We add this feature until development is completed. Maybe forever :)
Signed-off-by: Hannes Petermaier
---
include/configs/bur_am335x_common.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/bur_am
On Thu, Jan 15, 2015 at 10:26:36AM +0100, Pali Rohár wrote:
> Generic board with #define CONFIG_SYS_GENERIC_BOARD is working fine.
> There is no visible difference between legacy and generic board code.
>
> Signed-off-by: Pali Rohár
> Acked-by: Pavel Machek
Applied to u-boot-ti/master, thanks!
On Tue, Jan 13, 2015 at 04:42:53PM -0500, Tom Rini wrote:
> Signed-off-by: Tom Rini
Applied to u-boot-ti/master, thanks!
--
Tom
signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/l
Due to several changes in the boot-process we do a complete redesign of the
default environment.
Signed-off-by: Hannes Petermaier
---
include/configs/kwb.h | 81 +++--
1 file changed, 45 insertions(+), 36 deletions(-)
diff --git a/include/configs/kw
vxWorks needs several parameters which are set by the bootloader und his
environment. So we form a vxWorks bootline and pass the result to vxWorks on
a predefined address.
Signed-off-by: Hannes Petermaier
---
board/BuR/kwb/board.c | 30 ++
1 file changed, 30 inserti
remove unnary '#define ETHLED_ORANGE (96+16) /* GPIO3_16 */'
Signed-off-by: Hannes Petermaier
---
board/BuR/tseries/board.c |2 --
1 file changed, 2 deletions(-)
diff --git a/board/BuR/tseries/board.c b/board/BuR/tseries/board.c
index a1c6887..9402aa4 100644
--- a/board/BuR/tseries/board
On Fri, Dec 19, 2014 at 05:34:31PM +0200, Lubomir Popov wrote:
> On the DRA72x (J6Eco) EVM one PMIC SMPS is powering three SoC
> core rails. This concept of using one SMPS to supply multiple
> core domains (in various, although limited combinations, per
> primary device use case) has now become co
On Thu, Jan 29, 2015 at 4:49 PM, Steve Rae wrote:
>
>
> On 15-01-26 01:14 PM, Rob Herring wrote:
>>
>> Add a check for USB cable attached and only enter fastboot when a cable
>> is attached.
>>
>> Signed-off-by: Rob Herring
>> ---
>> common/cmd_fastboot.c | 6 ++
>> 1 file changed, 6 inser
For some cases it is necessary to modify temporaly the bootcommand.
This can be done by writing into the Scratchregister a specific value:
* 0xCC - modify bootcmd "run netboot"
* 0xCD - modify bootcmd "run netscript"
* 0xCE - modify bootcmd "run mmcboot"
the environment in flash is NOT overwritte
>From now we use the am335x lcd driver and setup a display with displaying
a summary screen to the lcd.
Values are taken from environment and or devicetree blob.
Signed-off-by: Hannes Petermaier
---
board/BuR/common/bur_common.h |4 +
board/BuR/common/common.c | 417
Due to several changes of the boot-process we've redesigned the default-
environment settings completly.
Signed-off-by: Hannes Petermaier
---
include/configs/tseries.h | 71 +
1 file changed, 66 insertions(+), 5 deletions(-)
diff --git a/include/con
For series testing purpose we need to boot some linux, therefore we enable
the needed features
- bootz
- devicetree
Signed-off-by: Hannes Petermaier
---
include/configs/kwb.h |9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/include/configs/kwb.h b/include/configs/k
Signed-off-by: Hannes Petermaier
---
board/BuR/tseries/mux.c |8
1 file changed, 8 insertions(+)
diff --git a/board/BuR/tseries/mux.c b/board/BuR/tseries/mux.c
index 330429a..2c87a63 100644
--- a/board/BuR/tseries/mux.c
+++ b/board/BuR/tseries/mux.c
@@ -25,6 +25,13 @@ static struct
We need this function if we want to make some outputs out of u-boot scripts.
Signed-off-by: Hannes Petermaier
---
common/lcd.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/common/lcd.c b/common/lcd.c
index f418da9..755388f 100644
--- a/common/lcd.c
+++ b/common/lcd.c
It is often necessary to "break in" into boards bootloader commandline if
something fails or even for development purposes some parameters have to be
changed.
So we enable u-boot's CONFIG_NETCONSOLE feature.
We also modify Networksettings to apply with this new use-case.
Signed-off-by: Hannes Pet
Signed-off-by: Hannes Petermaier
---
include/configs/tseries.h |4
1 file changed, 4 insertions(+)
diff --git a/include/configs/tseries.h b/include/configs/tseries.h
index 368f588..7fd0a00 100644
--- a/include/configs/tseries.h
+++ b/include/configs/tseries.h
@@ -23,6 +23,10 @@
#define
The board has been redesigned, therefore we need from now other I/O Pins to
mux and handle.
Older boards aren't supported from now anymore.
Signed-off-by: Hannes Petermaier
---
board/BuR/kwb/board.c | 92 ++---
board/BuR/kwb/mux.c | 51 +
Customer wants to display some logo very quickly after power on, so we support
from now loading a compressed bmp.gz to the screen.
Signed-off-by: Hannes Petermaier
---
include/configs/bur_am335x_common.h |9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/include/confi
We need this function if we want to make some outputs i.e position the writing
cursor out of u-boot scripts.
Signed-off-by: Hannes Petermaier
---
common/lcd.c | 21 +
1 file changed, 21 insertions(+)
diff --git a/common/lcd.c b/common/lcd.c
index cc34b8a..f418da9 100644
--
since we have a dtb blob programmed on the board we try to setup the cpsw
interface with the programmed mac.
If this method fails, we fall back to the device-fuses.
Signed-off-by: Hannes Petermaier
---
board/BuR/common/common.c | 25 +++--
1 file changed, 15 insertions(+),
Signed-off-by: Hannes Petermaier
---
board/BuR/tseries/board.c |4
include/configs/tseries.h |3 +++
2 files changed, 7 insertions(+)
diff --git a/board/BuR/tseries/board.c b/board/BuR/tseries/board.c
index 66747eb..a1c6887 100644
--- a/board/BuR/tseries/board.c
+++ b/board/BuR/tser
Signed-off-by: Hannes Petermaier
---
include/configs/tseries.h |4
1 file changed, 4 insertions(+)
diff --git a/include/configs/tseries.h b/include/configs/tseries.h
index 7fd0a00..986db3f 100644
--- a/include/configs/tseries.h
+++ b/include/configs/tseries.h
@@ -275,6 +275,10 @@
#defi
Often on boards exists a circuit which switches power on/off to LCD display.
Due to the need of limiting the in-rush current the output voltage from this
circuit rises "slowly", so it is necessary to wait a bit (VCC ramp up time)
before starting output on LCD-pins.
This time is specified in ms wit
On boards were we have no NAND-flash soldered, we want to use those free pins
as regular gpio.
Signed-off-by: Hannes Petermaier
---
board/BuR/tseries/mux.c |9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/board/BuR/tseries/mux.c b/board/BuR/tseries/mux.c
index 36ee0
>From now we use this pin for the Brightness regulation from LED-Backlight.
Signed-off-by: Hannes Petermaier
---
board/BuR/tseries/mux.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/BuR/tseries/mux.c b/board/BuR/tseries/mux.c
index 0ba25ee..36ee04c 100644
--
Hi Tom / Jimmy,
On 20 January 2015 at 09:35, Tom Warren wrote:
> I'm no display expert, so I'd like to have Jimmy take a look - he did the
> Nyan display support, and is going to be doing HDMI on another SoC, IIRC.
> Added him to CC.
>
Any news on this please?
- Simon
>> -Original Messa
On 29 January 2015 at 16:07, Andreas Bießmann
wrote:
> Signed-off-by: Andreas Bießmann
> ---
>
> Changes in v2: None
> Changes in v1: None
>
> arch/avr32/cpu/cpu.c|2 +-
> arch/avr32/include/asm/u-boot.h |2 ++
> arch/avr32/lib/board.c |2 +-
> 3 files changed, 4
On 29 January 2015 at 16:07, Andreas Bießmann
wrote:
> Signed-off-by: Andreas Bießmann
> ---
>
> Changes in v2:
> - new since v1
>
> Changes in v1: None
>
> arch/avr32/include/asm/u-boot.h |1 +
> arch/avr32/lib/Makefile |1 +
> arch/avr32/lib/board.c
1 - 100 of 116 matches
Mail list logo