This project is mirrored from https://github.com/cyrozap/mediatek-lte-baseband-re.git.
Pull mirroring updated .
- Oct 31, 2019
-
-
cyrozap authored
-
- Oct 30, 2019
-
-
cyrozap authored
-
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.
-
- Oct 26, 2019
-
-
cyrozap authored
Eventually this will be used to init PMIC/DRAM.
-
- Oct 24, 2019
- Oct 11, 2019
- Sep 26, 2019
-
-
cyrozap authored
-
- Sep 01, 2019
-
-
cyrozap authored
-
- Aug 03, 2019
- Aug 02, 2019
- Aug 01, 2019
- Jul 31, 2019
- Jul 29, 2019
-
-
cyrozap authored
-
- Jul 27, 2019
- Jul 26, 2019
- Jul 25, 2019
-
-
cyrozap authored
-
- Jul 24, 2019
- Jul 20, 2019
-
-
cyrozap authored
-
- May 22, 2019
-
-
cyrozap authored
-
- Apr 14, 2019