date | project | content | link |
|---|
| 20:23 yesterday | haiku | Commit by siarzhuk on master :: r hrev44188 haiku/: ( link) Preventive fixes for possible Coverity complaints in the future. [2 commits] | # |
| 17:40 yesterday | haiku | Commit by humdinger on master :: r hrev44186 haiku/: ( link) Merge branch 'master' of ssh://git.haiku-os.org/haiku [2 commits] | # |
| 16:20 yesterday | haiku | Commit by humdinger on master :: r hrev44184 haiku/: ( link) Corrected typo. Fixes #8557. [2 commits] | # |
| 15:16 yesterday | haiku | Commit by kallisti5 on master :: r hrev44189 haiku/: ( link) rPi MMU: Working towards mapped memory
- BCM2708 defines no longer assume 0x20 address We will be throwing away the blob memory mapping and using our own.
- Use existing blob mapping to turn GPIO led on pre mmu_init
- Remap MMU hardware addresses from 0x7E. We could map each device, however the kernel will throw away the mappings again anyway. For now we just map the whole range and use offsets.
- Serial uart no longer works, however at least we know why now :). Serial driver now needs to use mapped address.
| # |
| 13:57 yesterday | haiku | Commit by kallisti5 on master :: r hrev44187 haiku/: ( link) rPi MMU: Enhance debugging [2 commits]
- TRACE calls no longer need double '('
- Added CALLED trace function
- Add better debugging output
| # |
| 11:36 yesterday | haiku | Commit by kallisti5 on master :: r hrev44185 haiku/: ( link) rPi: MMU Work [2 commits]
- Use U-Boot mmu code as base
- This will be factored out someday into common arch mmu code when we can read Flattened Device Trees
- Move mmu_init after serial_init. Temporary change as we will want serial_init to use memory mapped addresses... for debugging.
| # |
| 09:05 yesterday | haiku | Commit by kallisti5 on master :: r hrev44183 haiku/: ( link) rPi: Fix Raspberry Pi binaries
- Since mmu_man fixed these vars to actually be used, we now know these floating point flags cause issues on the Raspberry Pi currently.
| # |
| 23:22 Thursday | haiku | Commit by mmu_man on master :: r hrev44182 haiku/: ( link) Fix passing flags from BoardSetup
- since we include BoardSetup earlier now, the TARGET_* flags were discarded. Use HAIKU_* instead.
- Add variables to hold the default entry point and the desired uimage OS emulation.
| # |
| 22:01 Thursday | haiku | Commit by tqh on master :: r hrev44181 haiku/: ( link) rand() is used, but srand() was never called. | # |
| 21:52 Thursday | haiku | Commit by mmu_man on master :: r hrev44180 haiku/: ( link) U-Boot ppc: Add missing sections to ldscript
- it seems we missed some sections that exist on ppc, add them.
- resulting binary runs a little further in QEMU but still screws up.
| # |
| 18:46 Thursday | haiku | Commit by mmu_man on master :: r hrev44179 haiku/: ( link) U-Boot: save passed FDT and call common code
- should work better this way :D
| # |
| 17:55 Thursday | haiku | Commit by mmu_man on master :: r hrev44178 haiku/: ( link) U-Boot: include board name in uimage header
- for clarity, include the board in the uimage name field, it's long enough.
| # |
| 17:41 Thursday | haiku | Commit by mmu_man on master :: r hrev44177 haiku/: ( link) U-Boot: Fix ppc build [3 commits]
- we have an uimage for the Sam460 \o/
| # |
| 17:15 Thursday | haiku | Commit by mmu_man on master :: r hrev44176 haiku/: ( link) U-Boot: Add a ppc ldscript
- mostly copied from the ARM one
| # |
| 17:10 Thursday | haiku | Commit by mmu_man on master :: r hrev44175 haiku/: ( link) U-Boot: Guard ARM-specific stuff
- those must be cleaned up and moved away
- allows building U-Boot loader for ppc
| # |
| 16:44 Thursday | haiku | Commit by mmu_man on master :: r hrev44172 haiku/: ( link) U-Boot: Add a Linux-type loader target [2 commits]
- those should be cleaned up. BoardSetup should tell which OS type to emulate.
| # |
| 15:36 Thursday | haiku | Commit by mmu_man on master :: r hrev44170 haiku/: ( link) Sam460ex: Add a Linux-type kernel entry point [2 commits]
- the onboard U-Booot and 2nd-stage loader only know a few OS types, we'll try faking Linux there.
| # |
| 11:05 Thursday | haiku | Commit by kallisti5 on master :: r hrev44174 haiku/: ( link) U-Boot: Re-disable MMU tracing | # |
| 10:58 Thursday | haiku | Commit by kallisti5 on master :: r hrev44173 haiku/: ( link) u-boot mmu: Style cleanup, no functional change | # |
| 10:32 Thursday | haiku | Commit by kallisti5 on master :: r hrev44171 haiku/: ( link) uart: Fix arm kernel build
- Make kernel use mmu_man's new UART code
- Remove no longer used uart.cpp / uart.h
| # |