bios/boot: add liftoff banner just before booting
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 2 May 2019 16:26:35 +0000 (18:26 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Thu, 2 May 2019 16:26:35 +0000 (18:26 +0200)
litex/soc/software/bios/boot.c

index 93847da8855371e98b781f9fd5e5072cf8802629..e3aace911560d8e9af38b14e728531659eb0264e 100644 (file)
@@ -22,6 +22,7 @@ extern void boot_helper(unsigned long r1, unsigned long r2, unsigned long r3, un
 static void __attribute__((noreturn)) boot(unsigned long r1, unsigned long r2, unsigned long r3, unsigned long addr)
 {
        printf("Executing booted program at 0x%08x\n", addr);
+       printf("--============= \e[1mLiftoff!\e[0m ===============--\n");
        uart_sync();
        irq_setmask(0);
        irq_setie(0);