Provide settings for Open-iSCSI
Reformat headers. h3-headers marked with ^^^ are not recognized in some
markup editors. Use the ### notation instead.
Signed-off-by: Heinrich Schuchardt
---
doc/README.iscsi | 35 ---
1 file changed, 20 insertions(+), 15 deletions(
On Fri, Nov 30, 2018 at 6:51 PM Frank Wunderlich
wrote:
>
> Hi Simon,
>
> after applying these Patch-series i cannot load to any address (fatload). Do
> i need any additional Patch ("fdt: parse "reserved-memory" for memory
> reservation" sounds like that). Maybe there should be a fallback if no
On Fri, Nov 30, 2018 at 5:12 PM Neil Armstrong wrote:
>
> Hi Simon,
>
> On 25/11/2018 19:57, Simon Goldschmidt wrote:
> > On 14.11.2018 10:15, Jagan Teki wrote:
> >> On Wed, Nov 14, 2018 at 2:39 PM Simon Goldschmidt
> >> wrote:
> >>> On Wed, Nov 14, 2018 at 9:59 AM Jagan Teki
> >>> wrote:
> >>>
Hi Simon
#define CONFIG_SYS_SDRAM_BASE 0x8000
https://github.com/frank-w/u-boot/blob/a6d0c3f8e992a2e428f05443647fe9f5b13f8634/include/configs/mt7623.h#L47
CONFIG_ARM=y
CONFIG_NR_DRAM_BANKS=1
https://github.com/frank-w/u-boot/blob/a6d0c3f8e992a2e428f05443647fe9f5b13f8634/configs/mt7
Hi Patrick,
On Mon, 19 Nov 2018 18:09:12 +
Patrick DELAUNAY patrick.delau...@st.com wrote:
...
> > +config CMD_CLS
> > + bool "Enable clear screen command 'cls'"
> > + depends on CFB_CONSOLE || DM_VIDEO || LCD || VIDEO
>
> Just a minor remark, you can also add :
>
> default y if
Add common clear screen command for configurations
CONFIG_DM_VIDEO, CONFIG_LCD and CONFIG_CFB_CONSOLE.
Remove the existing cls command implementation from
lcd.c code and activate the command for all boards
enabling CONFIG_LCD for compatibility reasons.
Signed-off-by: Anatolij Gustschin
Tested-by
Am 30.11.2018 um 22:13 schrieb Philipp Tomsich:
A number of MMC drivers uses BOUNCE_BUFFER for their DMA buffers.
This moves it into Kconfig and performs a step-by-step migration for
the affected boards/drivers.
Given that BOUNCE_BUFFER only controls whether the bounce_buffer_*
functions are bui
On Thu, Nov 29, 2018 at 6:40 PM Tom Rini wrote:
>
> On Tue, Nov 27, 2018 at 06:20:08PM -0200, Otavio Salvador wrote:
>
> > The motivation for this is to allow distributions to distribute all
> > possible tools in a generic way, avoiding the need of specific tools
> > building for each machine.
> >
forgot error-message and detailed command:
fatload ${device} ${partition} ${scriptaddr}
${bpi}/${board}/${service}/${bootenv}
** Reading file would overwrite reserved memory **
echo ${device} ${partition} ${scriptaddr} ${bpi}/${board}/${service}/${bootenv}
mmc 1:1 0x8300 bananapi/bpi-r2/linux
thank you
as a small improvement (i've recently experienced), menu->active should be
checked against menu->count (at the end of bootmenu_create), else it can be
"outside" of the menu and selection is not visible till menu->active is below
menu->count.
http://git.denx.de/?p=u-boot.git;a=blob;f=
small patch to enable loading of u-boot from spi-flash on allwinner r40 boards
( Bananapi_M2_Ultra/Berry)
testet on my Berry, now loading linux from scsi :-)
diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index 3c54f5106d..69f6748f6b 100644
--- a/arch/arm/mach-sunxi
I'm preparing support for Apalis imx6 boards in OpenWrt and I've ended
up with quite huge patchset against upstream U-Boot 2018.03, so I'm
trying to propose more generic way of boot process handling.
In OpenWrt we usually have kernel, dtbs and U-Boot boot script in boot
partition with ext4fs, so f
From: Patrick Delaunay
Allow to display BMP at the middle of the screen.
'm' means "middle" as it is done for the splashscreen variable:
splashpos=m,m
Signed-off-by: Patrick Delaunay
---
Changes in v2:
- drop BMP_ALIGN_CENTER define since it is already included
with splash.h
cmd/bmp.c |
On Thu, 29 Nov 2018 15:08:52 -0700
Simon Glass s...@chromium.org wrote:
> At present line_length is always calculated in video_post_probe(). But
> some hardware may use a different line length, e.g. with a 1366-wide
> display.
>
> Allow the driver to set this value if needed.
>
> Signed-off-by:
On Sat, Dec 01, 2018 at 10:27:49AM +, Peter Robinson wrote:
> On Thu, Nov 29, 2018 at 6:40 PM Tom Rini wrote:
> >
> > On Tue, Nov 27, 2018 at 06:20:08PM -0200, Otavio Salvador wrote:
> >
> > > The motivation for this is to allow distributions to distribute all
> > > possible tools in a generic
Add the initial support for Elgin R1 board, which is based on the
RV1108 SoC and has the following features currently supported in
U-Boot:
- UART
- eMMC
- USB
Signed-off-by: Otavio Salvador
---
arch/arm/dts/Makefile | 1 +
arch/arm/dts/rv1108-elgin-r1.dts| 48 +++
Hi Patrick,
On Wed, 14 Nov 2018 10:18:22 +0100
Patrick Delaunay patrick.delau...@st.com wrote:
...
> diff --git a/cmd/bmp.c b/cmd/bmp.c
> index 02bdf48..1ace8a8 100644
> --- a/cmd/bmp.c
> +++ b/cmd/bmp.c
> @@ -108,6 +108,7 @@ static int do_bmp_info(cmd_tbl_t * cmdtp, int flag, int
> argc, char *
On Sat, 1 Dec 2018, 13:54 Tom Rini On Sat, Dec 01, 2018 at 10:27:49AM +, Peter Robinson wrote:
> > On Thu, Nov 29, 2018 at 6:40 PM Tom Rini wrote:
> > >
> > > On Tue, Nov 27, 2018 at 06:20:08PM -0200, Otavio Salvador wrote:
> > >
> > > > The motivation for this is to allow distributions to di
Drop BMP_ALIGN_CENTER define in lcd.c and video_bmp.c as it is
already defined by splash.h. Include splash.h in bmp code.
Signed-off-by: Anatolij Gustschin
---
common/lcd.c | 1 -
drivers/video/video_bmp.c | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/common
On Sat, Dec 1, 2018 at 12:18 PM Peter Robinson wrote:
> On Sat, 1 Dec 2018, 13:54 Tom Rini > On Sat, Dec 01, 2018 at 10:27:49AM +, Peter Robinson wrote:
> > > On Thu, Nov 29, 2018 at 6:40 PM Tom Rini wrote:
> > > >
> > > > On Tue, Nov 27, 2018 at 06:20:08PM -0200, Otavio Salvador wrote:
> >
These patches allow to use bcm6345 uart driver for both BE and LE,
making bcm6858 serial driver unneeded.
Álvaro Fernández Rojas (3):
serial: bcm6345: switch to raw I/O functions
arm: implement {in, out}_{16, 32} and {clr, set, clrset}bits_{16, 32}
serial: bcm6858: remove driver and switch t
Signed-off-by: Álvaro Fernández Rojas
---
v2: introduce changes suggested by Daniel Schwierzeck:
- Use readl/writel instead of __raw_readl/__raw_writel.
- Remove DM_FLAG_PRE_RELOC.
drivers/serial/serial_bcm6345.c | 99 -
1 file changed, 49 insertions(
Signed-off-by: Álvaro Fernández Rojas
---
v2: no changes
arch/arm/include/asm/io.h | 13 +
1 file changed, 13 insertions(+)
diff --git a/arch/arm/include/asm/io.h b/arch/arm/include/asm/io.h
index 5df74728de..12bc7fbe06 100644
--- a/arch/arm/include/asm/io.h
+++ b/arch/arm/include/
Signed-off-by: Álvaro Fernández Rojas
---
v2: no changes
arch/arm/dts/bcm6858.dtsi | 2 +-
configs/bcm968580_ram_defconfig | 2 +-
drivers/serial/Kconfig | 8 +-
drivers/serial/Makefile | 1 -
drivers/serial/serial_bcm6858.c | 300 -
In order to add bcm6348-enet support, dma-uclass must be extended to support
dma channels and reworked to operate like the other dm uclass (clk, reset...).
v11: Introduce change suggested by Daniel Schwierzeck:
- Avoid trimming ethernet FCS from DMA driver.
v10: Introduce changes suggested by Dan
BCM6348 IUDMA controller is present on multiple BMIPS (BCM63xx) SoCs.
Signed-off-by: Álvaro Fernández Rojas
Reviewed-by: Daniel Schwierzeck
---
v11: Introduce change suggested by Daniel Schwierzeck:
- Avoid trimming ethernet FCS from DMA driver.
v10: Introduce changes suggested by Daniel Sch
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: fix license identifiers
v9: no changes
v8: no changes
v5: no changes
v4: no changes
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6338.dtsi | 14 ++
include/dt-bindings/dma/bcm6338-dma.h | 14 +
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: fix license identifiers
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/brcm,bcm6368.dtsi | 13 +
include/dt-bindings/dma/bcm6368-dma.h | 14 ++
2 files changed, 27 insertions(+)
crea
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: fix license identifiers
v9: no changes
v8: no changes
v5: no changes
v4: no changes
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6358.dtsi | 18 ++
include/dt-bindings/dma/bcm6358-dma.h | 16 +
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: no changes
v5: no changes
v4: no changes
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6358.dtsi | 28
1 file changed, 28 insertions(+)
diff --git a/arch/mips/
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: no changes
v5: no changes
v4: no changes
v3: no changes
v2: no changes
arch/mips/dts/comtrend,ct-5361.dts| 12
configs/comtrend_ct5361_ram_defconfig | 8 +++-
2 files change
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/brcm,bcm6362.dtsi | 19 +++
1 file changed, 19 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6362.dtsi b/arch/mips/dts/brcm,bcm6362.dts
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: fix license identifiers
v9: no changes
v8: no changes
v5: no changes
v4: no changes
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6348.dtsi | 16
include/dt-bindings/dma/bcm6348-dma.h | 16 +++
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: fix license identifiers
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/brcm,bcm63268.dtsi | 13 +
include/dt-bindings/dma/bcm63268-dma.h | 14 ++
2 files changed, 27 insertions(+)
cr
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/netgear,dgnd3700v2.dts | 14 ++
configs/netgear_dgnd3700v2_ram_defconfig | 8 +++-
2 files changed, 21 insertions(+), 1 deletion(-)
d
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: fix license identifiers
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/brcm,bcm6318.dtsi | 19 +++
include/dt-bindings/dma/bcm6318-dma.h | 14 ++
2 files changed, 33 insertions(+)
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: no changes
v5: no changes
v4: no changes
v3: no changes
v2: no changes
arch/mips/dts/sagem,f...@st1704.dts | 12
configs/sagem_f@st1704_ram_defconfig | 8 +++-
2 files chang
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/brcm,bcm6368.dtsi | 19 +++
1 file changed, 19 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6368.dtsi b/arch/mips/dts/brcm,bcm6368.dts
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: fix license identifiers
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/brcm,bcm6328.dtsi | 13 +
include/dt-bindings/dma/bcm6328-dma.h | 14 ++
2 files changed, 27 insertions(+)
crea
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/comtrend,ar-5387un.dts| 32
configs/comtrend_ar5387un_ram_defconfig | 7 ++-
2 files changed, 38 insertions(+), 1
Signed-off-by: Álvaro Fernández Rojas
Reviewed-by: Daniel Schwierzeck
---
v11: no changes
v10: Introduce changes suggested by Daniel Schwierzeck:
- Fix license identifiers.
- Remove packet queue.
- Move dma_prepare_rcv_buf to free_pkt.
- Switch to live DM live tree.
v9: use dma_prepare
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: no changes
v5: no changes
v4: no changes
v3: no changes
v2: no changes
arch/mips/dts/huawei,hg556a.dts | 12
configs/huawei_hg556a_ram_defconfig | 8 +++-
2 files changed, 1
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: no changes
v5: no changes
v4: no changes
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6348.dtsi | 26 ++
1 file changed, 26 insertions(+)
diff --git a/arch/mips/dt
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: no changes
v5: no changes
v4: no changes
v3: no changes
v2: no changes
arch/mips/dts/brcm,bcm6338.dtsi | 15 +++
1 file changed, 15 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: fix license identifiers
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/brcm,bcm6362.dtsi | 13 +
include/dt-bindings/dma/bcm6362-dma.h | 14 ++
2 files changed, 27 insertions(+)
crea
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/brcm,bcm6328.dtsi | 17 +
1 file changed, 17 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm6328.dtsi b/arch/mips/dts/brcm,bcm6328.dtsi
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/brcm,bcm6318.dtsi | 19 +++
include/dt-bindings/clock/bcm6318-clock.h | 11 +++
2 files changed, 30 insertions(+)
diff -
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/comtrend,wap-5813n.dts| 14 ++
configs/comtrend_wap5813n_ram_defconfig | 8 +++-
2 files changed, 21 insertions(+), 1 deletion(-)
dif
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/brcm,bcm63268.dtsi | 25 +
1 file changed, 25 insertions(+)
diff --git a/arch/mips/dts/brcm,bcm63268.dtsi b/arch/mips/dts/brcm,bcm
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/comtrend,ar-5315u.dts| 32
configs/comtrend_ar5315u_ram_defconfig | 7 ++-
2 files changed, 38 insertions(+), 1 d
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: no changes
v5: no changes
v4: no changes
v3: no changes
v2: no changes
arch/mips/dts/sfr,nb4-ser.dts | 24
configs/sfr_nb4-ser_ram_defconfig | 8 +++-
2 files ch
Signed-off-by: Álvaro Fernández Rojas
---
v11: no changes
v10: no changes
v9: no changes
v8: introduce bcm6368-enet driver
arch/mips/dts/comtrend,vr-3032u.dts| 32
configs/comtrend_vr3032u_ram_defconfig | 7 ++-
2 files changed, 38 insertions(+), 1 d
Signed-off-by: Álvaro Fernández Rojas
Reviewed-by: Daniel Schwierzeck
---
v11: no changes
v10: Introduce changes suggested by Daniel Schwierzeck:
- Fix license identifiers.
- Remove packet queue.
- Move dma_prepare_rcv_buf to free_pkt.
- Pad packets smaller than ETH_ZLEN.
- Switch to
Signed-off-by: Álvaro Fernández Rojas
---
v2: add remap tests
arch/sandbox/dts/test.dts | 1 +
drivers/core/fdtaddr.c| 10 ++
drivers/core/read.c | 20
include/dm/fdtaddr.h | 13
include/dm/read.h | 36 +
test/dm/test-fdt.c
Variable 'days' must be defined as signed int. Otherwise the conversion
fails for some dates, e.g. 2004-08-25. Cf function rtc_time64_to_tm() in
the Linux kernel source.
Fixes: 992c1db45591 "drivers: rtc: resolve year 2038 problem in rtc_to_tm"
Signed-off-by: Heinrich Schuchardt
---
drivers/rtc/
On Debian Buster with gcc 8.2.0
$ git checkout d814ff34a1ffb1e60059c964ad692c5c8fc8564b
$ make mrproper
$ make sandbox_defconfig
$ ./u-boot -D
Error binding driver 'sandbox_tpm': -12
Error binding driver 'serial_sandbox': -12
Some drivers failed to bind
initcall sequence 55af34e45860 failed at
56 matches
Mail list logo