The bootcode written to the protective MBR (sector zero) has to be
proviced by the uboot package instead of being hardcoded in sd_fusing.py
script. This makes the SD card flashing proceduce a bit more flexible and
prepares sd_fusing for handling more complicated bootcode for other
boards.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I875760aea53acc638a7daffb49927d876367186d
--- /dev/null
+RV64 'J 0x4400' (sector 34, which is the first free sector after GPT partition table)
\ No newline at end of file
mkdir -p %{buildroot}/boot
mkdir -p %{buildroot}/var/tmp
install -m 755 u-boot-with-spl.bin %{buildroot}/var/tmp/
+install -m 755 board/thead/light-c910/tizen/bootcode.bin %{buildroot}/var/tmp/
install -m 755 uboot.env %{buildroot}/boot/
install -m 755 boot.scr.uimg %{buildroot}/boot/
install -m 755 lpi4a/fw_dynamic.bin %{buildroot}/boot/
%manifest u_boot_lpi4a-16g.manifest
%defattr(-,root,root,-)
/var/tmp/u-boot-with-spl.bin
+/var/tmp/bootcode.bin
/boot/uboot.env
/boot/boot.scr.uimg
/boot/fw_dynamic.bin
mkdir -p %{buildroot}/boot
mkdir -p %{buildroot}/var/tmp
install -m 755 u-boot-with-spl.bin %{buildroot}/var/tmp/
+install -m 755 board/thead/light-c910/tizen/bootcode.bin %{buildroot}/var/tmp/
install -m 755 uboot.env %{buildroot}/boot/
install -m 755 boot.scr.uimg %{buildroot}/boot/
install -m 755 lpi4a/fw_dynamic.bin %{buildroot}/boot/
%manifest u_boot_lpi4a-8g.manifest
%defattr(-,root,root,-)
/var/tmp/u-boot-with-spl.bin
+/var/tmp/bootcode.bin
/boot/uboot.env
/boot/boot.scr.uimg
/boot/fw_dynamic.bin