Skip to content
This project is mirrored from https://github.com/cyrozap/mediatek-lte-baseband-re.git. Pull mirroring updated .
  1. Oct 31, 2019
  2. Oct 30, 2019
    • cyrozap's avatar
      Print version and build time on boot · 52e5b25d
      cyrozap authored
      52e5b25d
    • cyrozap's avatar
      Add build info · 08d93b10
      cyrozap authored
      Also remove "-fpie" because this won't work with it enabled, most likely
      because "-fpie" creates some .got* sections that probably should be
      loaded into "RAM" (0x00231000) at some point, but that never happens
      since those sections aren't in the linker script. As it is now, even
      with the option enabled, the code was never truly position-independent
      due to the fixed "RAM" address, so once I fix that issue (by letting RAM
      start immediately after ROM), have a separate .rodata section without
      the executable bit set (for cleaner disassembly), and properly load the
      .got* sections, I can re-enable that option.
      08d93b10
  3. Oct 26, 2019
  4. Oct 24, 2019
  5. Oct 11, 2019
  6. Sep 26, 2019
  7. Sep 01, 2019
  8. Aug 03, 2019
  9. Aug 02, 2019
  10. Aug 01, 2019
  11. Jul 31, 2019
  12. Jul 29, 2019
  13. Jul 27, 2019
  14. Jul 26, 2019
  15. Jul 25, 2019
  16. Jul 24, 2019
  17. Jul 20, 2019
  18. May 22, 2019
  19. Apr 14, 2019
Loading