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
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
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
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
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
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."
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.
>>>
>>
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
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."
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."
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."
;
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
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
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
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
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
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
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
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
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
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."
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
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
; 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
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
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
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
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
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
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
(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
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
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
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.
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
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
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
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.
>
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
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
-
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
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
>>>
> > >>>> 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
> > >>
CLK_TLCLK] = {
> + .name = "tlclk",
> + .parent_name = "corepll",
> + .ops = &sifive_fu740_prci_tlclksel_clk_ops,
> + },
> + [PRCI_CLK_PCLK] = {
> + .name = "pclk",
> + .parent_name = "h
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."
__
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
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
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 |
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
>
>
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
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
: 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."
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."
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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?
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
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
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
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
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
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
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
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
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
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
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,
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
---
## 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
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
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,
>>>>
>>>>
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
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(-)
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
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
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
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
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
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
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 - 100 of 2721 matches
Mail list logo