[U-Boot] u-boot legacy/FIT/FIT+signature compatability

2016-02-08 Thread Troy Benjegerdes
could be developed a little better, especially since why now that I have CONFIG_FIT I now can't seem to load a legacy image. -- Troy Benjegerdes 'da hozer' ho...@hozed.org 7 elements

[U-Boot] Mac-native builds

2018-07-01 Thread Troy Benjegerdes
0001-Fix-menuconfig-mac-build.patch Description: Binary data ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH 11/11] riscv: Add SiFive FU540 board support

2019-01-17 Thread Troy Benjegerdes
So I take it I could use my version of U-boot to load BBL, then your S-mode U-boot? I've been holding off on refactoring or submitting anything from the MicroSemi U-boot that runs in M-mode and inits the DRAM until I have some decent method to regression test the whole system (bootloader, kernel,

Re: [U-Boot] Riscv: CONFIG_DEFAULT_DEVICE_TREE failures

2019-04-02 Thread Troy Benjegerdes
> On Mar 31, 2019, at 5:02 PM, Tom Rini wrote: > > On Fri, Mar 29, 2019 at 11:15:48PM -0700, Troy Benjegerdes wrote: > >> I attempted to merge in the latest master branch into >> https://github.com/sifive/u-boot/tree/sandbox and I got >> the following erro

[U-Boot] Riscv: CONFIG_DEFAULT_DEVICE_TREE failures

2019-03-30 Thread Troy Benjegerdes
I attempted to merge in the latest master branch into https://github.com/sifive/u-boot/tree/sandbox and I got the following error, which seems somewhat broken.. Device Tree Source is not correctly specified. Please define 'CONFIG_DEFAULT_DEVICE_TREE' or build with 'DEVICE_TREE=' argument

Re: [U-Boot] [PATCH v3 00/11] SMP support for RISC-V

2019-03-21 Thread Troy Benjegerdes
On Sun, Mar 17, 2019 at 07:28:31PM +0100, Lukas Auer wrote: > This patch series adds SMP support for RISC-V to U-Boot. It allows > U-Boot to run on multi-hart systems (hart is the RISC-V terminology for > hardware thread). Images passed to bootm will be started on all harts. > The bootm command is

Re: [U-Boot] [PATCH 2/9] riscv: Add a SYSCON driver for Andestech's PLIC

2019-03-21 Thread Troy Benjegerdes
> > > > > > > > Probably it makes more sense to put this to arch/riscv/cpu/ax25/Kconfig? > > > > > > I just refer to SIFIVE_CLINT. It also not make sense to place here, right > > > ? > > > > Maybe, but since the cpu directory is renamed to 'generic', I am not > > sure moving to that directory is

[U-Boot] Distro bootcmd: Re: 5.2-rc1 boot on Unleashed

2019-06-03 Thread Troy Benjegerdes
> On Jun 3, 2019, at 5:49 AM, Andreas Schwab wrote: > > On Mai 29 2019, Karsten Merker wrote: > >> Mainline U-Boot already uses the distro bootcmd environment for >> the qemu "virt" machine and it works well. > > The distro_bootcmd doesn't work for the sifive platform yet because it >

Re: [U-Boot] Hart lottery and CONFIG_XIP

2019-06-03 Thread Troy Benjegerdes
> On Jun 2, 2019, at 9:22 PM, Rick Chen wrote: > > Hi Troy > >>> From: Troy Benjegerdes [mailto:troy.benjeger...@sifive.com] >>> Sent: Saturday, June 01, 2019 12:24 AM >>> To: Auer, Lukas >>> Cc: Rick Jian-Zhi Chen(陳建志); bmeng...@gmail.com;

Re: [U-Boot] Hart lottery and CONFIG_XIP

2019-06-03 Thread Troy Benjegerdes
> On Jun 3, 2019, at 9:19 AM, Bin Meng wrote: > > +Anup > > Hi Troy, > > On Mon, Jun 3, 2019 at 9:19 PM Troy Benjegerdes > wrote: >> >> >> >>> On Jun 2, 2019, at 9:22 PM, Rick Chen wrote: >>> >>> Hi Troy >>>

Re: [U-Boot] Distro bootcmd: Re: 5.2-rc1 boot on Unleashed

2019-06-03 Thread Troy Benjegerdes
> On Jun 3, 2019, at 12:02 PM, Tom Rini wrote: > > On Mon, Jun 03, 2019 at 09:44:28AM -0500, Troy Benjegerdes wrote: >> >> >>> On Jun 3, 2019, at 5:49 AM, Andreas Schwab wrote: >>> >>> On Mai 29 2019, Karsten Merker wrote: >>&

Re: [U-Boot] [PATCH 0/4] Update SiFive Unleashed Clock Driver

2019-06-18 Thread Troy Benjegerdes
> On Jun 18, 2019, at 4:18 AM, Anup Patel wrote: > > This series update SiFive Unleashed clock driver so that: > 1. It is in sync with upstream Linux driver > 2. It uses latest DT bindings as-per upstream Linux driver > > With this series, we can now use latest DT bindings with U-Boot. I have

Re: [U-Boot] [U-Boot-Board-Maintainers] [U-Boot-Custodians] [ANN] U-Boot v2019.07-rc4 released

2019-07-03 Thread Troy Benjegerdes
> On Jul 3, 2019, at 11:04 AM, Tom Rini wrote: > > On Wed, Jul 03, 2019 at 09:59:22AM -0600, Simon Glass wrote: >> Hi Troy, >> >> On Tue, 2 Jul 2019 at 10:04, Troy Benjegerdes >> wrote: >>> >>> >>> >>>> On Jun

Re: [U-Boot] [PATCH v7 7/9] riscv: sifive: fu540: Setup ethaddr env variable using OTP

2019-07-10 Thread Troy Benjegerdes
> On Jun 23, 2019, at 11:03 PM, Anup Patel wrote: > > This patch extends SiFive FU540 board support to setup ethaddr > env variable based on board serialnum read from OTP. > > Signed-off-by: Anup Patel > --- > board/sifive/fu540/fu540.c | 122 + >

Re: [U-Boot] [U-Boot-Custodians] [U-Boot-Board-Maintainers] [ANN] U-Boot v2019.07-rc4 released

2019-07-02 Thread Troy Benjegerdes
> On Jun 22, 2019, at 2:43 PM, Marek Vasut wrote: > > On 6/22/19 9:12 PM, Heinrich Schuchardt wrote: >> On 6/22/19 8:15 PM, Simon Glass wrote: >>> Hi, >>> >>> On Sat, 22 Jun 2019 at 16:10, Andreas Färber wrote: Hi Simon, Am 22.06.19 um 16:55 schrieb Simon Glass: >

Re: [PATCH 3/3] riscv: sifive: fu540: add SPL configuration

2020-01-14 Thread Troy Benjegerdes
> On Jan 13, 2020, at 4:31 PM, Lukas Auer wrote: > > +Troy > > On Mon, 2020-01-13 at 14:32 +, Pragnesh Patel wrote: > +#include > + > +u32 DENALI_PHY_DATA[1215] = { > + DENALI_PHY_00_DATA, DENALI_PHY_01_DATA, DENALI_PHY_02_DATA, > +