Skip to content
This project is mirrored from https://github.com/cyrozap/mediatek-lte-baseband-re.git. Pull mirroring updated .
  1. Mar 27, 2020
  2. Mar 10, 2020
  3. Dec 14, 2019
  4. Dec 06, 2019
  5. Dec 03, 2019
  6. Nov 19, 2019
  7. Nov 16, 2019
  8. Nov 09, 2019
    • cyrozap's avatar
      Update Matrix URL · 2f8e2b1a
      cyrozap authored
      Looks like this was changed back in June and again in August.
      2f8e2b1a
  9. Oct 31, 2019
  10. 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
  11. Oct 26, 2019
  12. Oct 24, 2019
Loading