head.S 570 B

1234567891011121314151617181920212223242526272829303132
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #include <asm/lasat/head.h>
  3. .text
  4. .section .text..start, "ax"
  5. .set noreorder
  6. .set mips3
  7. /* Magic words identifying a software image */
  8. .word LASAT_K_MAGIC0_VAL
  9. .word LASAT_K_MAGIC1_VAL
  10. /* Image header version */
  11. .word 0x00000002
  12. /* image start and size */
  13. .word _image_start
  14. .word _image_size
  15. /* start of kernel and entrypoint in uncompressed image */
  16. .word _kernel_start
  17. .word _kernel_entry
  18. /* Here we have room for future flags */
  19. .org 0x40
  20. reldate:
  21. .word TIMESTAMP
  22. .org 0x50
  23. release:
  24. .string VERSION