History log of /haiku/src/system/boot/platform/u-boot/uimage.cpp (Results 1 – 6 of 6)
Revision Date Author Comments
# 041f46f3 30-Mar-2019 Augustin Cavalier <waddlesplash@gmail.com>

u-boot: Use Haiku-style endian conversion functions.

Fixes #14987.


# 4f4270c9 17-Sep-2013 Ithamar R. Adema <ithamar@upgrade-android.com>

loader/u-boot: fix alignment of uimage components.

The "blobs" in a U-Boot uimage are aligned at 4 bytes, which we
did not take into account. Found this when adding a 3rd blob
containing the Flatten

loader/u-boot: fix alignment of uimage components.

The "blobs" in a U-Boot uimage are aligned at 4 bytes, which we
did not take into account. Found this when adding a 3rd blob
containing the Flattened Device Tree for ARM.

show more ...


# 228524af 17-Sep-2013 François Revol <revol@free.fr>

Merge branch 'master' into sam460ex


# 7418443d 17-Sep-2013 Ithamar R. Adema <ithamar@upgrade-android.com>

loader/u-boot: fix alignment of uimage components.

The "blobs" in a U-Boot uimage are aligned at 4 bytes, which we
did not take into account. Found this when adding a 3rd blob
containing the Flatten

loader/u-boot: fix alignment of uimage components.

The "blobs" in a U-Boot uimage are aligned at 4 bytes, which we
did not take into account. Found this when adding a 3rd blob
containing the Flattened Device Tree for ARM.

show more ...


# d8417ee7 13-Aug-2009 François Revol <revol@free.fr>

[ARM]
- cleanup,
- fix getimg().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32335 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 01c8294c 13-Aug-2009 François Revol <revol@free.fr>

[ARM]
- don't clobber the parameter regs in the entry point,
- fix entry point address for netbsd loader emulation,
- added a gUImage global to point to the uimage blob with the tgz,
- added tgz info

[ARM]
- don't clobber the parameter regs in the entry point,
- fix entry point address for netbsd loader emulation,
- added a gUImage global to point to the uimage blob with the tgz,
- added tgz info to platform stage2 args,
- add simple uimage support, just dumps the header and gets the nth blob in the image, (seems we have a bug in the math code, some infos don't print),
- made devices.cpp use them to publish the MemoryDisk,
- add an haiku_loader_nbsd.ub target which puts both the loader and kernel_arm for now (need to replace with the tgz).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32295 a95241bf-73f2-0310-859d-f6bbb57e9c96

show more ...