Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
Is my version the correct one ? root@devuan-bunsen:/mnt/zroot2/zroot2/OS/Chromebook/freebsd-xen/domU-freebsd/bootloaders# strings u-boot.bin | grep U-Boot ** Invalid partition type "%.32s" (expect "U-Boot") scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype}

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
Maybe some parameter is wrong inside the snow_defconfig file ? Can you give a look ? CONFIG_ARM=y CONFIG_SKIP_LOWLEVEL_INIT=y CONFIG_SPL_SKIP_LOWLEVEL_INIT=y CONFIG_ARCH_CPU_INIT=y # CONFIG_SPL_USE_ARCH_MEMCPY is not set # CONFIG_SPL_USE_ARCH_MEMSET is not set CONFIG_ARCH_EXYNOS=y

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
I've just built it with Ubuntu 18.04 / gcc 7.5.0 ; I have my u-boot.bin and I tried to see if it worked,but unfortunately it doesn't. root@devuan-bunsen:/mnt/zroot2/zroot2/OS/Chromebook/freebsd-xen/domU-freebsd# ./start-freebsd Parsing config from freebsd.cfg xc: error: panic: xg_dom_core.c:689:

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Tony Dinh
On Thu, Dec 28, 2023 at 11:48 AM Simon Glass wrote: > > Hi Mario, > > On Thu, Dec 28, 2023 at 3:48 PM Mario Marietto wrote: > > > > I tried to compile it,but If failed : > > > > /mnt/zroot2/zroot2/OS/Chromebook/freebsd-xen/domU-freebsd/bootloaders/u-boot-2017.05# > > ARCH=arm

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Simon Glass
Hi Mario, On Thu, Dec 28, 2023 at 3:48 PM Mario Marietto wrote: > > I tried to compile it,but If failed : > > /mnt/zroot2/zroot2/OS/Chromebook/freebsd-xen/domU-freebsd/bootloaders/u-boot-2017.05# > ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make snow_defconfig > > HOSTCC scripts/basic/fixdep

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
I tried to compile it,but If failed : /mnt/zroot2/zroot2/OS/Chromebook/freebsd-xen/domU-freebsd/bootloaders/u-boot-2017.05# ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make snow_defconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/zconf.tab.o In

Re: I'm looking for the source code of a specific u-boot version.

2023-12-28 Thread Mario Marietto
Hello. Can someone provide the right link to download u-boot-2017.0.5 , please ? I've found it here,but I'm not sure that it's the correct version :

Re: I'm looking for the source code of a specific u-boot version.

2023-12-27 Thread Tony Dinh
Hi Mario and Heinrich, On Wed, Dec 27, 2023 at 12:23 PM Mario Marietto wrote: > > Hello. > > I'm trying to boot FreeBSD for arm32 bit as DomU on my ARM Chromebook > SNOW with xen. Basically there are two ways to accomplish this task : > > > 1) to write a patch that allows the FreeBSD kernel to

[XEN] Re: I'm looking for the source code of a specific u-boot version.

2023-12-27 Thread Heinrich Schuchardt
Am 27. Dezember 2023 19:54:06 MEZ schrieb Mario Marietto : >Hello. > >I'm trying to boot FreeBSD for arm32 bit as DomU on my ARM Chromebook >SNOW with xen. Basically there are two ways to accomplish this task : > > >1) to write a patch that allows the FreeBSD kernel to boot as a zImage >file.

I'm looking for the source code of a specific u-boot version.

2023-12-27 Thread Mario Marietto
Hello. I'm trying to boot FreeBSD for arm32 bit as DomU on my ARM Chromebook SNOW with xen. Basically there are two ways to accomplish this task : 1) to write a patch that allows the FreeBSD kernel to boot as a zImage file. This could be accomplished applying this patch to a specific file