Re: [U-Boot] [PATCH] Please pull u-boot-mmc

2016-08-13 Thread andreas
rt for MMC controller ARM: dts: k2g-evm: enable mmc/sd suppport defconfig: k2g_evm_defconfig: Enable mmc driver model Wenyou Yang (1): mmc: atmel_sdhci: Convert to the driver model support NAK. This atmel change, like the all of the others in their series need to come in via And

[PATCH v1 0/2] colibri_imx6: fix linker issue when enabling watchdog

2023-03-10 Thread Andreas Aegerter
Building colibri_imx6 target with watchdog enabled fails. The first patch in this series fixes the problem, the second one adds a new defconfig with watchdog enabled. Best Regards, Andreas Aegerter (2): colibri_imx6: fix linker issue enabling watchdog colibri_imx6: add default config with

[PATCH v1 1/2] colibri_imx6: fix linker issue enabling watchdog

2023-03-10 Thread Andreas Aegerter
t_cpu' Define reset_cpu() also outside of SPL. Signed-off-by: Andreas Aegerter --- board/toradex/colibri_imx6/colibri_imx6.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/toradex/colibri_imx6/colibri_imx6.c b/board/toradex/colibri_imx6/colibri_imx6.c index

[PATCH v1 2/2] colibri_imx6: add default config with watchdog enabled

2023-03-10 Thread Andreas Aegerter
existing colibri_imx6_defconfig. Any suggestions? Signed-off-by: Andreas Aegerter --- board/toradex/colibri_imx6/MAINTAINERS | 4 + configs/colibri_imx6_wdg_defconfig | 124 + 2 files changed, 128 insertions(+) create mode 100644 configs/colibri_imx6_wdg_defconfig diff

Re: [PATCH v4 17/17] configs: starfive: add starfive_visionfive2_defconfig

2023-03-20 Thread Andreas Schwab
On Mär 16 2023, Yanhong Wang wrote: > This is the initial basic config for StarFive VisionFive v2 board. It > includes consol, Norflash, sdio, ddr etc. Are you also planning to add a config for the 1.2a version? -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD

Re: [PATCH v4 17/17] configs: starfive: add starfive_visionfive2_defconfig

2023-03-21 Thread Andreas Schwab
rfive-visionfive-2-v1.2a.dtb" > > Is it necessary to separate the configs for 1.2a and 1.3b as separate > defconfig files? It makes a difference for when ethernet support is added. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

Re: [PATCH v4 17/17] configs: starfive: add starfive_visionfive2_defconfig

2023-03-23 Thread Andreas Schwab
On Mär 22 2023, yanhong wang wrote: > On 2023/3/21 21:51, Andreas Schwab wrote: >> On Mär 21 2023, yanhong wang wrote: >> >>> Except for CONFIG_DEFAULT_DEVICE_TREE and CONFIG_DEFAULT_FDT_FILE, >>> 1.2a and 1.3b versions use the same config. >>> >>

Re: [PATCH v2 1/3] riscv: implement __ashldi3, __lshrdi3

2022-10-04 Thread Andreas Schwab
On Okt 01 2022, Heinrich Schuchardt wrote: > On 32bit RISC-V calls to __ashrdi3 and __lshrdi3 are generated. > These functions are normally provided by glibc but U-Boot is freestanding They are defined by libgcc, not glibc. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key finge

Re: [PATCH v5 10/11] ram: starfive: Read memory size information from EEPROM

2023-10-10 Thread Andreas Schwab
apacity size information is read from > EEPROM. Does that acutally work? I see that read_eeprom fails in SPL. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

Re: [PATCH v5 00/17] Basic StarFive JH7110 RISC-V SoC support

2023-05-02 Thread Andreas Schwab
ble find any of them. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

Re: [PATCH v5 00/17] Basic StarFive JH7110 RISC-V SoC support

2023-05-02 Thread Andreas Schwab
the kernel is the authority in providing it. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

[PATCH] firmware: ti_sci: Add missing LF in error message

2023-05-09 Thread Andreas Dannenberg
; Fix ths by adding the missing linefeed character. Signed-off-by: Andreas Dannenberg --- drivers/firmware/ti_sci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/firmware/ti_sci.c b/drivers/firmware/ti_sci.c index bd7379ae55..72f572d824 100644 --- a/drivers/fir

Re: [EXTERNAL] Re: [PATCH] firmware: ti_sci: Add missing LF in error message

2023-05-10 Thread Andreas Dannenberg
On Wed, May 10, 2023 at 12:09:47PM -0400, Tom Rini wrote: > On Wed, May 10, 2023 at 08:46:37AM -0700, Andrew Davis wrote: > > On 5/9/23 4:38 PM, Andreas Dannenberg wrote: > > > The "Message not acknowledged" error message is missing a line feed, > > > leading t

Re: [PATCH 2/2] musb-new: omap2430: fix musb probing in gadget mode

2022-12-13 Thread Andreas Kemnade
Hi, On Mon, 12 Dec 2022 14:00:57 -0500 Tom Rini wrote: > On Sat, Nov 26, 2022 at 11:30:10PM +0100, Andreas Kemnade wrote: > > > Host mode structures were accessed but not initialized > > and gadget dm did not compile at all. > > > > Signed-off-by: Andreas Kem

Re: [PATCH 2/2] musb-new: omap2430: fix musb probing in gadget mode

2022-12-13 Thread Andreas Kemnade
Hi, just noticed I am doing two things in one patch. better do it with just some patches On Mon, 12 Dec 2022 14:00:57 -0500 Tom Rini wrote: > On Sat, Nov 26, 2022 at 11:30:10PM +0100, Andreas Kemnade wrote: > > > Host mode structures were accessed but not initialized

[PATCH v2 0/2] musb-new: fix omap peripheral support

2023-01-08 Thread Andreas Kemnade
DM_GADGET did not compile at all, probe was not called in non-gadget mode. Tested on an omap4 board with ums and fastboot command. Changes in V2: - split up former 2/2 patch into two. - do not break non-DM_USB_GADGET compile further Andreas Kemnade (2): musb-new: omap2430: no host data access

[PATCH v2 1/2] musb-new: omap2430: no host data access in gadget mode

2023-01-08 Thread Andreas Kemnade
Avoid accessing structures (usb_bus_priv) only present when musb is in host mode. Signed-off-by: Andreas Kemnade --- drivers/usb/musb-new/omap2430.c | 34 - 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/drivers/usb/musb-new/omap2430.c b/drivers

[PATCH v2 2/2] musb-new: omap2430: fix compiling in DM_USB_GADGET config

2023-01-08 Thread Andreas Kemnade
Add the separate IRQ handling function and change the registration. Signed-off-by: Andreas Kemnade --- drivers/usb/musb-new/omap2430.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/usb/musb-new/omap2430.c b/drivers/usb/musb-new/omap2430.c index 0d1fb03727

[PATCH] board: sifive: unmatched: remove extra space in fdtfile value

2024-06-24 Thread Andreas Schwab
Fixes: 44a792c994 ("riscv: sifive: unmatched: migrate to text environment") Signed-off-by: Andreas Schwab --- board/sifive/unmatched/unmatched.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/sifive/unmatched/unmatched.env b/board/sifive/unmatched/unm

Re: Does u-boot support USB CCID communication?

2024-05-08 Thread Andreas Buschka
Hi Sourabh, In U-Boot, the only methods of separating storage of secrets from general storage are (as far as I know): * TPM v1/v2 * OP-TEE in combination with an MMC supporting RPMB -- Kind regards Andreas Buschka

Re: [PATCH] efi_loader: Enable run-time variable support for tee based variables

2021-01-15 Thread Andreas Schwab
ally is that RISC-V use -fpic for compiling. If I change that to -fpie, there is no longer a GOT reference. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

Re: [PATCH] efi_loader: Enable run-time variable support for tee based variables

2021-01-15 Thread Andreas Schwab
On Jan 15 2021, Ilias Apalodimas wrote: > Anyway removing -fpic should work as well, but I'd rather do this [1], > instead of relying on linker flags. It's not the linker that breaks this, but the compiler, by forcing GOT addressing. And it can easily break again an

Re: [PATCH v2 2/2] test: unit test for longjmp

2021-03-24 Thread Andreas Schwab
not arrive here */ > return foo; This is undefined. When modifying a non-volatile auto variable between setjmp and longjmp, there is no requirement that the value is preserved. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF7

Re: [PATCH v2 2/2] test: unit test for longjmp

2021-03-24 Thread Andreas Schwab
; So I guess we have to declare env as volatile in setjmp() in this > version of the patch because it is changed between the setjmp and > longjmp invocations? Yes, I think so, or make it static. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 25

[PATCH 0/6] arm: sunxi: v3s: add ethernet support

2021-05-19 Thread Andreas Rehn
wasn't able to get a stable connection on 100 Mb full duplex switches with autonegation enabled. Maybe the internal phy has a different behavior on softreset then others which results in a delayed established link. Andreas Rehn (6): dts: sunxi: add licheepi-zero-dock clk: sunxi: v3s: Implement

[PATCH 1/6] dts: sunxi: add licheepi-zero-dock

2021-05-19 Thread Andreas Rehn
MAINTAINER item and provide a defconfig. Signed-off-by: Andreas Rehn --- arch/arm/dts/Makefile| 3 ++- board/sunxi/MAINTAINERS | 5 + configs/LicheePi_Zero_dock_defconfig | 7 +++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 configs

[PATCH 3/6] clk: sunxi: v3s: fix tabs / spaces

2021-05-19 Thread Andreas Rehn
align CLK_SPI0 and CLK_USB_PHY0 with tabs Signed-off-by: Andreas Rehn --- drivers/clk/sunxi/clk_v3s.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clk/sunxi/clk_v3s.c b/drivers/clk/sunxi/clk_v3s.c index 55fc597043..9c2717bfab 100644 --- a/drivers/clk/sunxi

[PATCH 2/6] clk: sunxi: v3s: Implement EMAC clocks/resets

2021-05-19 Thread Andreas Rehn
Add emac clock and reset register/bits. Signed-off-by: Andreas Rehn --- drivers/clk/sunxi/clk_v3s.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/clk/sunxi/clk_v3s.c b/drivers/clk/sunxi/clk_v3s.c index 29622199fd..55fc597043 100644 --- a/drivers/clk/sunxi/clk_v3s.c +++ b

[PATCH 4/6] net: sun8i-emac: add v3s pinmux setting

2021-05-19 Thread Andreas Rehn
Driver uses pinmux instead of emac type. Add v3s pinmux to support SoC. Signed-off-by: Andreas Rehn --- drivers/net/sun8i_emac.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/sun8i_emac.c b/drivers/net/sun8i_emac.c index 5a1b38bf80..0e7ad3b0d4 100644 --- a/drivers/net

[PATCH 5/6] dts: sunxi: v3s: enable emac support

2021-05-19 Thread Andreas Rehn
h3 and v3s have internal phys and can share the same driver. Furthermore sun8i-v3s-emac is not available, use sun8i-h3-emac instead - add emac pins - enable emac for licheepi-zero-dock as it provides a ethernet port Signed-off-by: Andreas Rehn --- arch/arm/dts/sun8i-v3s-licheepi-zero-dock.dts

[PATCH 6/6] net: sun8i-emac: v3s: fix soft reset timeout

2021-05-19 Thread Andreas Rehn
(e.g. timeouts on tftp download). Signed-off-by: Andreas Rehn --- drivers/net/sun8i_emac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/sun8i_emac.c b/drivers/net/sun8i_emac.c index 0e7ad3b0d4..23fd35f9e1 100644 --- a/drivers/net/sun8i_emac.c +++ b/drivers/net

Re: [PATCH 1/6] dts: sunxi: add licheepi-zero-dock

2021-05-19 Thread Andreas Rehn
hey andre, thx for the fast response! I thought this would be the right choice since she did the initial work a long time ago. also, she maintains the lichee-zero (without dock) already. sorry, this is my first patchset to u-boot and I'm not aware of the process. greetings Andreas Am Mi

Re: [PATCH 3/6] clk: sunxi: v3s: fix tabs / spaces

2021-05-19 Thread Andreas Rehn
Both didn't align with the rest of the list on my side. this patch is not important for the functionality so we can drop this if this only apppears on my machine. greetings Andreas Am Mi., 19. Mai 2021 um 23:43 Uhr schrieb Andre Przywara < andre.przyw...@arm.com>: > On Wed, 19

Re: [PATCH 6/6] net: sun8i-emac: v3s: fix soft reset timeout

2021-05-19 Thread Andreas Rehn
hey, sure. I give it a try tomorrow. with 250 ms, for example, I ran into timeouts after the first tftp download. after a manual retry, it works fine but retry is not a valid production behavior. greetings Andreas Am Mi., 19. Mai 2021 um 23:45 Uhr schrieb Andre Przywara < andre.przyw...@arm.

[PATCH v2 3/6] clk: sunxi: v3s: fix tabs / spaces

2021-05-21 Thread Andreas Rehn
align CLK_USB_PHY0 with tabs Signed-off-by: Andreas Rehn --- drivers/clk/sunxi/clk_v3s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/sunxi/clk_v3s.c b/drivers/clk/sunxi/clk_v3s.c index 55fc597043..bc6b7b4870 100644 --- a/drivers/clk/sunxi/clk_v3s.c +++ b

[PATCH v2 4/6] net: sun8i-emac: add v3s variant

2021-05-21 Thread Andreas Rehn
Add variant V3S_EMAC. Skip GPIO setup for V3s because it uses internal phy and don't expose pins. Signed-off-by: Andreas Rehn --- drivers/net/sun8i_emac.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/drivers/net/sun8i_emac.c b/drivers/net/sun8i_e

[PATCH v2 5/6] dts: sunxi: v3s: enable emac

2021-05-21 Thread Andreas Rehn
Enable emac for licheepi-zero-dock as it provides a ethernet port Signed-off-by: Andreas Rehn --- arch/arm/dts/sun8i-v3s-licheepi-zero-dock.dts | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/dts/sun8i-v3s-licheepi-zero-dock.dts b/arch/arm/dts/sun8i-v3s-licheepi-zero

Re: [PATCH 6/6] net: sun8i-emac: v3s: fix soft reset timeout

2021-05-21 Thread Andreas Rehn
8 Uhr schrieb Andre Przywara < andre.przyw...@arm.com>: > On Thu, 20 May 2021 00:10:47 +0200 > Andreas Rehn wrote: > > > hey, > > > > sure. I give it a try tomorrow. > > with 250 ms, for example, I ran into timeouts after the first tftp > download. >

[PATCH v2 3/6] clk: sunxi: v3s: fix tabs / spaces

2021-05-22 Thread Andreas Rehn
align CLK_USB_PHY0 with tabs Signed-off-by: Andreas Rehn --- Changes in v2: - revert CLK_SPI0 extra tab drivers/clk/sunxi/clk_v3s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/sunxi/clk_v3s.c b/drivers/clk/sunxi/clk_v3s.c index 55fc597043..bc6b7b4870

[PATCH v2 4/6] net: sun8i-emac: add v3s variant

2021-05-22 Thread Andreas Rehn
Add variant V3S_EMAC. Handle pinmux compile time error by skipping goio setup, because V3s uses internal phy and don't expose pins. Signed-off-by: Andreas Rehn --- Changes in v2: - skip pinmux and add proper description - Add V3S variant add it to compatible list -

[PATCH v2 6/6] net: sun8i-emac: v3s: fix soft reset timeout

2021-05-22 Thread Andreas Rehn
kernel driver dwmac-sun8i work very nice and don't provide a soft reset. Skip soft reset on u-boot for V3s provide the expected behavior on all connection permutations. If cable is not plugged in, the timeout comes form the phy driver itself. Signed-off-by: Andreas Rehn --- Changes

Re: [PATCH 6/6] net: sun8i-emac: v3s: fix soft reset timeout

2021-06-03 Thread Andreas Rehn
Am Do., 3. Juni 2021 um 16:43 Uhr schrieb Heinrich Schuchardt < xypron.g...@gmx.de>: > On 6/3/21 3:56 PM, Andre Przywara wrote: > > On Fri, 21 May 2021 22:14:00 +0200 > > Andreas Rehn wrote: > > > > Hi, > > > >> sorry for the late response. &g

Re: [BUG] network is broken on Orange Pi PC

2021-06-03 Thread Andreas Rehn
>>> > > >>>> Can't we let the change depend on priv->use_internal_phy? > > >>>> > > >>>> diff --git a/drivers/net/sun8i_emac.c b/drivers/net/sun8i_emac.c > > >>>> index 5a1b38bf80..d7553fe163 100644 > > >>

Re: [PATCH v12 2/8] drivers: clk: add fu740 support

2021-06-15 Thread Andreas Schwab
CLK_TLCLK] = { > + .name = "tlclk", > + .parent_name = "corepll", > + .ops = &sifive_fu740_prci_tlclksel_clk_ops, > + }, > + [PRCI_CLK_PCLK] = { > + .name = "pclk", > + .parent_name = "h

Re: [U-Boot] [PATCH v3 2/2] sifive: fu540: Enable OF_SEPARATE

2019-11-11 Thread Andreas Schwab
ut it does not have ethernet DT node) Are these notes now obsolete? Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." __

Re: [U-Boot] Sense of soc bus? (was: [PATCH] base: soc: Export soc_device_to_device() helper)

2019-11-15 Thread Andreas Färber
Am 14.11.19 um 23:09 schrieb Rob Herring: > On Tue, Nov 12, 2019 at 4:47 AM Andreas Färber wrote: >> On the other hand, one might argue that such information should just be >> parsed by EBBR-conformant bootloaders and be passed to the kernel via >> standard UEFI interfaces an

Re: [RESEND PATCH v5 1/6] riscv: Add boot hartid to Device tree

2020-04-20 Thread Andreas Schwab
On Apr 17 2020, Atish Patra wrote: > Linux booting protocol mandates that register "a0" contains the hartid. > However, U-boot can not pass the hartid via a0 during via standard UEFI s/during via/during/ Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint

Re: [PATCH 0/7] J721e: Add support for DFU boot mode

2020-01-27 Thread Andreas Dannenberg
e_evm_r5/a72_defconfig: Enable DFU related configs For all patches in the series: Reviewed-by: Andreas Dannenberg -- Andreas Dannenberg Texas Instruments Inc > > .../arm/dts/k3-j721e-r5-common-proc-board.dts | 18 +++ > arch/arm/mach-k3/include/mach/j721e_spl.h |

Re: [PATCH 0/9] TI: AM654/J721e: Add support to boot from OSPI

2020-01-29 Thread Andreas Dannenberg
n the board-specific readme files such as how to program the OSPI with the different U-Boot artifacts, etc which is super helpful for a user. Would you mind including this info into this series for both AM654x and J721E? Thanks, Andreas -- Andreas Dannenberg Texas Instruments Inc > >

Re: [PATCH v2 00/12] TI: AM654/J721e: Add support to boot from OSPI

2020-02-04 Thread Andreas Dannenberg
defconfigs to fix build issues thanks for the README updates! I re-looked through all the patches once more, hence for the entire series: Reviewed-by: Andreas Dannenberg -- Andreas Dannenberg Texas Instruments Inc > > Lokesh Vutla (1): > ARM: mach-k3: sysfw-loader: Use SPI m

Re: [PATCH] fs/btrfs: handle data extents, which crosss stripe boundaries, correctly

2023-02-12 Thread Andreas Schwab
131072 bytes read in 0 ms > => md5sum 0 0x2 > md5 for ... 0001 ==> d48858312a922db7eb86377f638dbc9f > ^^^ Above md5sum also matches. > > Reported-by: Sam Winchenbach > Signed-off-by: Qu Wenruo This breaks btrfs on the HiFive Unmatched. => pci enum

Re: [PATCH] fs/btrfs: handle data extents, which crosss stripe boundaries, correctly

2023-02-12 Thread Andreas Schwab
: btrfs_map_block: cur_len=479928320; ret=0 -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: [PATCH] fs/btrfs: handle data extents, which crosss stripe boundaries, correctly

2023-02-12 Thread Andreas Schwab
When I print ce->size in __btrfs_map_block, it is almost always 1073741824, which looks bogus. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."

Re: [PATCH] fs/btrfs: handle data extents, which crosss stripe boundaries, correctly

2023-02-13 Thread Andreas Schwab
On Feb 13 2023, Qu Wenruo wrote: > On 2023/2/13 00:20, Andreas Schwab wrote: >> When I print ce->size in __btrfs_map_block, it is almost always >> 1073741824, which looks bogus. >> > Can you provide the image of that filesystem? How do I do that? -- Andreas Schwab

Re: [PATCH] fs: btrfs: limit the mapped length to the original length

2023-02-13 Thread Andreas Schwab
t; } else { > *length = ce->size - offset; > } > + *length = min_t(u64, *length, orig_len); > > if (!multi_ret) > goto out; I can confirm that this fixes the issue. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fing

[PATCH 0/2] musb-new: fix omap peripheral support

2022-11-27 Thread Andreas Kemnade
DM_GADGET did not compile at all, probe was not called in non-gadget mode. Tested on an omap4 board with ums and fastboot command Andreas Kemnade (2): omap4: make musb probeable by simple bus musb-new: omap2430: fix musb probing in gadget mode arch/arm/dts/omap4-u-boot.dtsi | 8

[PATCH 1/2] omap4: make musb probeable by simple bus

2022-11-27 Thread Andreas Kemnade
Like other peripherals important for booting, do not rely on ti-sysc compatibility alone Signed-off-by: Andreas Kemnade --- arch/arm/dts/omap4-u-boot.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts/omap4-u-boot.dtsi b/arch/arm/dts/omap4-u-boot.dtsi index e33b3722e1

[PATCH 2/2] musb-new: omap2430: fix musb probing in gadget mode

2022-11-27 Thread Andreas Kemnade
Host mode structures were accessed but not initialized and gadget dm did not compile at all. Signed-off-by: Andreas Kemnade --- drivers/usb/musb-new/omap2430.c | 42 - 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/drivers/usb/musb-new/omap2430.c

[PATCH] lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build

2021-08-09 Thread Andreas Schwab
side effect of adding crc16.o. Signed-off-by: Andreas Schwab --- configs/sifive_unleashed_defconfig | 1 - configs/sifive_unmatched_defconfig | 1 - lib/Makefile | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/sifive_unleashed_defconfig b/configs

[PATCH] lib: add crc16.o if CONFIG_MMC_SPI_CRC_ON for SPL build

2021-08-17 Thread Andreas Schwab
ifdef CONFIG_SPL_BUILD obj-$(CONFIG_SPL_YMODEM_SUPPORT) += crc16.o obj-$(CONFIG_$(SPL_TPL_)HASH_SUPPORT) += crc16.o +obj-$(CONFIG_MMC_SPI_CRC_ON) += crc16.o obj-y += net_utils.o endif obj-$(CONFIG_ADDR_MAP) += addr_map.o -- 2.33.0 -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key

Re: [U-Boot] U-Boot 1.3.4 release

2008-08-13 Thread Andreas Schweigstill
al features, like "background processes", queues or general interrupt handlers. So it is quite far away from something which *nowadays* I would call on operating system. With best regards Andreas -- Dipl.-Phys. Andreas Schweigstill Schweigstill IT | Embedded Systems Schauenburgerstr

[U-Boot] [PATCH] [UPDATE] Merged serial_pl010.c and serial_pl011.c.

2008-08-25 Thread Andreas Engel
They only differ in the init function. This also adds the missing watchdog support for the PL011. Signed-off-by: Andreas Engel <[EMAIL PROTECTED]> --- drivers/serial/Makefile |3 +- drivers/serial/serial_pl011.c

[U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-08 Thread Andreas Engel
They only differ in the init function. This also adds the missing watchdog support for the PL011. Signed-off-by: Andreas Engel <[EMAIL PROTECTED]> --- Updated patch to the current git head as of today. drivers/serial/Makefile |3 +- drivers/serial/serial_p

[U-Boot] [PATCH] [ARM] Moved conditional compile into Makefile

2008-09-08 Thread Andreas Engel
Signed-off-by: Andreas Engel <[EMAIL PROTECTED]> --- README |4 ++-- drivers/serial/Makefile|3 ++- drivers/serial/serial_pl01x.c | 15 +-- include/configs/integratorap.h |2 +- include/configs/integratorcp.h |2 +- include/c

Re: [U-Boot] [PATCH] [UPDATE #2] Merged serial_pl010.c and serial_pl011.c.

2008-09-08 Thread Andreas Engel
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:17 Mon 08 Sep , Andreas Engel wrote: >> [...] >> >> -#ifdef CFG_PL010_SERIAL >> +#if defined(CFG_PL010_SERIAL) || defined(CFG_PL011_SERIAL) > Please move this to the Makefile Shouldn't this better be a

Re: [U-Boot] [PATCH] [ARM] Moved conditional compile into Makefile

2008-09-08 Thread Andreas Engel
t; > As Detlev Zundel pointed out, just doing "COBJS-y = $(sort COBJS-y)" > would fix any such problems in a clean and readable way. > > I recommend to add such a statement instead. Yes, that's definitely better, as it also catches cases with more than two y's.

Re: [U-Boot] [PATCH] Makefile: compile and link each module just once

2008-09-09 Thread Andreas Engel
Wolfgang Denk wrote: > [...] > "COBJS = $(sort COBJS-y)" which eliminates duplicates. > [...] > +COBJS := $(sort COBJS-y) > [...] > +COBJS := $(sort COBJS-y) > [...] > +COBJS := $(sort COBJS-y) I think you'll have more luck with

Re: [U-Boot] [PATCH] image: Use ENOENT instead of ENOMEDIUM for better compatibility

2013-06-16 Thread Andreas Bießmann
On 16.06.13 16:46, Simon Glass wrote: > This error may not be defined on some platforms such as MacOS so host > compilation will fail. Use one of the more common errors instead. > > Signed-off-by: Simon Glass Tested-by: Andreas Bießmann on

Re: [U-Boot] [PATCH] checkpatch.pl: Do not hardcode perl path

2013-06-16 Thread Andreas Bießmann
t; -#!/usr/bin/perl -w >> +#!/usr/bin/env perl > > > Would it not work to pass in the -w here? this is not portable! BSD variants of env will only take a single parameter. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-24 Thread Andreas Bießmann
ink address) but I already explained that to Larry off-list. Maybe he decides to switch to a newer at91bootstrap also which would solve this too. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-24 Thread Andreas Bießmann
On 06/24/2013 10:22 AM, Bo Shen wrote: > Hi Larry Baker, > > On 6/24/2013 16:02, Larry Baker wrote: >> I have found why the latest U-Boot does not work on my Glomation >> GESBC-9G20 board. Two causes: a bad code text segment address >> (prevents U-Boot from executing) and bad flash partition offs

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-24 Thread Andreas Bießmann
Hi Larry, On 06/24/2013 10:45 AM, Larry Baker wrote: > Bo and Andreas, > > Thank you all for your guidance. I had no idea the primary bootstrap might > also have to be upgraded. > > Andreas had a concern about the partition size for U-Boot. The latest > releases are n

Re: [U-Boot] [PATCH 1/3] net: macb: using AT91FAMILY replace #ifdeferry

2013-06-24 Thread Andreas Bießmann
IO, MACB_BIT(MII)); > just realized that this patch is still not in u-boot/master. Will you apply it (and the rest of the series) for this release? Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Help with Glomation GESBC-9G20

2013-06-25 Thread Andreas Bießmann
ated when U-Boot 2013.07 is released? If not, I >>> will put the current AT91loader on my board with U-Boot 2013.04 now. >> >> As Andreas described in previous e-mail, you can find the newest bootstrap >> at [1]. > > Yes, thank you. But, my question is, will AT91l

Re: [U-Boot] [PATCH] mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE

2013-06-27 Thread Andreas Bießmann
um.org): Is this correct on Mac OS? I'll check it these days. Unfortunately regex is behaving differently on OS X too, so prooftool.c is not compiling: ---8<--- proftool.c: In function ‘check_trace_config_line’: proftool.c:336: error: ‘REG_NOERROR’ undeclared (first use in this funct

Re: [U-Boot] [PATCH] mkimage: Build signing only if board has CONFIG_FIT_SIGNATURE

2013-06-28 Thread Andreas Bießmann
Hi Simon, On 28.06.13 08:52, Simon Glass wrote: > Hi Andreas, > > On Thu, Jun 27, 2013 at 11:48 PM, Andreas Bießmann > mailto:andreas.de...@googlemail.com>> wrote: > > +# TODO(s...@chromium.org <mailto:s...@chromium.org>): Is this > correct on Mac OS?

[U-Boot] [PATCH] lib/rsa/rsa-sig.c: compile on OS X

2013-06-28 Thread Andreas Bießmann
Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. This also fixes an compile error on OS X: ---8<--- u-boot/lib/rsa/rsa-sign.c:23:19: error: error.h: No such file or directory --->8--- Signed-off-by: Andreas Bießmann --- At least rsa-sig compiles with this change

[U-Boot] [PATCH 0/3] Adopt u-boot build to OS X

2013-06-30 Thread Andreas Bießmann
Latest changes to mkimage, Makefile and added proftool broke compilation on OS X. This series makes u-boot build clean again with some little adoptions. Patch 'lib/rsa/rsa-sig.c: compile on OS X' supersedes http://patchwork.ozlabs.org/patch/255283/ Andreas Bießmann (3): lib/rsa

[U-Boot] [PATCH 3/3] Makefile: fix readelf usage

2013-06-30 Thread Andreas Bießmann
Some OS (like OS X) do not provide a generic readelf. We should enforce to use the toochain provided readelf instead, to do so use $(CROSS_COMPILE)readelf. Signed-off-by: Andreas Bießmann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index

[U-Boot] [PATCH 2/3] tools/proftool: add missing definition

2013-06-30 Thread Andreas Bießmann
BSD (like OS X) variants of regex.h do not declare REG_NOERROR, add a simple define for them. Signed-off-by: Andreas Bießmann --- tools/proftool.c | 5 + 1 file changed, 5 insertions(+) diff --git a/tools/proftool.c b/tools/proftool.c index a48ed28..d910b50 100644 --- a/tools/proftool.c

[U-Boot] [PATCH 1/3] lib/rsa/rsa-sig.c: compile on OS X

2013-06-30 Thread Andreas Bießmann
Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. This also fixes an compile error on OS X: ---8<--- u-boot/lib/rsa/rsa-sign.c:23:19: error: error.h: No such file or directory --->8--- Signed-off-by: Andreas Bießmann --- Supersedes http://patchwork.ozlabs.org

Re: [U-Boot] [PATCH] lib/rsa/rsa-sig.c: compile on OS X

2013-06-30 Thread Andreas Bießmann
superseded by http://patchwork.ozlabs.org/patch/255877/ On 28.06.13 09:00, Andreas Bießmann wrote: > Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. > This also fixes an compile error on OS X: > > ---8<--- > u-boot/lib/rsa/rsa-sign.c:23:19: error

[U-Boot] [PATCH v2 0/3] Adopt u-boot build to OS X

2013-07-01 Thread Andreas Bießmann
OR instead of defining it conditionally (as Jeroen suggested) Andreas Bießmann (3): lib/rsa/rsa-sig.c: compile on OS X tools/proftool: remove REG_NOERROR Makefile: fix readelf usage Makefile | 2 +- lib/rsa/rsa-sign.c | 1 - tools/proftool.c | 2 +- 3 files changed, 2 insert

[U-Boot] [PATCH v2 1/3] lib/rsa/rsa-sig.c: compile on OS X

2013-07-01 Thread Andreas Bießmann
Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. This also fixes an compile error on OS X: ---8<--- u-boot/lib/rsa/rsa-sign.c:23:19: error: error.h: No such file or directory --->8--- Signed-off-by: Andreas Bießmann Tested-by: Lubomir Popov --- Changes in v2

[U-Boot] [PATCH v2 2/3] tools/proftool: remove REG_NOERROR

2013-07-01 Thread Andreas Bießmann
Remove non portable usage of REG_NOERROR. BSD (like OS X) variants of regex.h do not declare REG_NOERROR, even GNU regex(3) do mention REG_NOERROR, just remove it. Signed-off-by: Andreas Bießmann --- Changes in v2: - remove REG_NOERROR instead of defining it conditionally (as Jeroen

[U-Boot] [PATCH v2 3/3] Makefile: fix readelf usage

2013-07-01 Thread Andreas Bießmann
Some OS (like OS X) do not provide a generic readelf. We should enforce to use the toochain provided readelf instead, to do so use $(CROSS_COMPILE)readelf. Signed-off-by: Andreas Bießmann Tested-by: Lubomir Popov --- Changes in v2: None Makefile | 2 +- 1 file changed, 1 insertion(+), 1

Re: [U-Boot] [PATCH 2/3] tools/proftool: add missing definition

2013-07-01 Thread Andreas Bießmann
Hi Jeroen, On 01.07.13 22:12, Jeroen Hofstee wrote: > Hello Andreas, > > On 07/01/2013 08:45 PM, Jeroen Hofstee wrote: >> Hello Andreas, >> >> On 06/30/2013 01:15 PM, Andreas Bießmann wrote: >>> BSD (like OS X) variants of regex.h do not declare REG_NOERROR,

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-02 Thread Andreas Bießmann
fa1ff51e15ecd3e464dac87eb105ffed30 ) > also broke bootz/zImage... and also bootm for uImage on avr32 ... will investigate it these days. Best regards Andreas Bießmann ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2] cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling

2013-07-02 Thread Andreas Bießmann
--- ## Booting kernel from Legacy Image at 1040 ... Image Name: Linux-3.6.2 Image Type: AVR32 Linux Kernel Image (gzip compressed) Data Size:1846216 Bytes = 1.8 MiB Load Address: 1000 Entry Point: 9000 Verifying Checksum ... OK

[U-Boot] [PATCH] avr32: fix do_bootm_linux

2013-07-02 Thread Andreas Bießmann
refactoring later on. Signed-off-by: Andreas Bießmann --- arch/avr32/lib/bootm.c |9 + 1 file changed, 9 insertions(+) diff --git a/arch/avr32/lib/bootm.c b/arch/avr32/lib/bootm.c index 87f3f9c..eedab9d 100644 --- a/arch/avr32/lib/bootm.c +++ b/arch/avr32/lib/bootm.c @@ -187,6 +187,15

Re: [U-Boot] [ANN] v2013.07-rc2

2013-07-02 Thread Andreas Bießmann
On 07/02/2013 02:34 PM, Tom Rini wrote: > On 07/02/2013 06:37 AM, Andreas Bießmann wrote: >> Hi, > >> On 07/01/2013 10:44 PM, Robert Nelson wrote: >>> On Fri, Jun 28, 2013 at 5:12 PM, Tom Rini wrote: >>>> Hey all, >>>> >>>>

Re: [U-Boot] [PATCH v2] cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handling

2013-07-02 Thread Andreas Bießmann
On 07/02/2013 02:35 PM, Tom Rini wrote: > On 07/02/2013 06:49 AM, Andreas Bießmann wrote: >> Hi all, > >> On 06/28/2013 11:41 PM, Simon Glass wrote: >>> Hi Tom, >>> >>> On Fri, Jun 28, 2013 at 1:25 PM, Tom Rini wrote: > >> > >&g

Re: [U-Boot] [PATCH] cmd_bootm.c: Correct check/return for unsupported sub-command

2013-07-02 Thread Andreas Bießmann
o so we will not be returning this error > for some other case. > > Signed-off-by: Tom Rini Tested-by: Andreas Bießmann on avr32 > --- > common/cmd_bootm.c |9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-)

Re: [U-Boot] [PATCH] avr32: fix do_bootm_linux

2013-07-02 Thread Andreas Bießmann
On 07/02/2013 03:03 PM, Tom Rini wrote: > On Tue, Jul 02, 2013 at 01:57:44PM +0200, Andreas Bießmann wrote: > >> Commit 35fc84fa1ff51e15ecd3e464dac87eb105ffed30 broke bootm on avr32. It >> requires to call do_bootm_linux() with flag set to BOOTM_STATE_OS_PREP before >> ca

Re: [U-Boot] [PATCH] cmd_bootm.c: Correct check/return for unsupported sub-command

2013-07-04 Thread Andreas Bießmann
On 07/03/2013 02:37 PM, Tom Rini wrote: > On Tue, Jul 02, 2013 at 03:05:22PM +0200, Andreas Bie?mann wrote: >> On 07/01/2013 03:09 PM, Tom Rini wrote: >>> With the do_bootm_states re-organization, we have the call to any >>> potential sub-commands in a single spot. If

Re: [U-Boot] [PATCH 3/3] Makefile: fix readelf usage

2013-07-04 Thread Andreas Bießmann
Hi Albert, On 07/04/2013 02:09 PM, Albert ARIBAUD wrote: > Hi Andreas, > > On Sun, 30 Jun 2013 13:15:06 +0200, Andreas Bießmann > wrote: > >> Some OS (like OS X) do not provide a generic readelf. We should enforce to >> use >> the toochain provi

[U-Boot] dm3730: dpll5 init broken with 19.2MHz?

2013-07-04 Thread Andreas Naumann
n anymore, but one 1 of 3 boots has the ECHI USB not working, which makes me think, I probably have to do it right. So my question is, where do the per2_dpll_param values in lowlevel_init.S come from? How can I calculate them? thanks for any hel

[U-Boot] [PATCH] omap3/sys_info: fix printout of OMAP36XX L3 freqency

2013-07-08 Thread Andreas Bießmann
The OMAP36xx/OMAP37xx family uses L3 frequency of 200MHz instead of 165MHz used by OMAP34xx/OMAP35xx. Also fix checkpatch warning about alignment. Signed-off-by: Andreas Bießmann --- arch/arm/cpu/armv7/omap3/sys_info.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [U-Boot] U-Boot + libtomcrypt

2013-07-08 Thread Andreas Bießmann
ve second NAND sector secured by BCH8 on OMAP3 devices (which have no ELM). It worked on board tricorder and devkit8000 but I had to increase the CONFIG_SPL_MAX_SIZE (AFAIR). Regards, Andreas ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Implement AUART for i.MX28

2013-07-09 Thread Andreas Wass
ff-by: Andreas Wass --- drivers/serial/Makefile |1 + drivers/serial/mxs-regs-uartapp.h | 307 + drivers/serial/mxs_auart.c| 161 +++ drivers/serial/serial.c | 11 +- drivers/serial/serial_pl01x.c | 19 ++- 5

  1   2   3   4   5   6   7   8   9   10   >