CIA.vc
mmu_man
Real-time open source activity stats
Stats » Authors » mmu_man
informationsyndicateUTC clock
14:32 on Feb 12, 2012
event counters
The last message was received 1.28 months ago at 05:35 on Jan 05, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 3 messages last month
1765 messages since the first one, 7.97 years ago, for an average of 1.65 days between messages
recent messages
dateReversed sort columnprojectcontentlink
02:30 on Jan 05haiku
Commit by mmu_man on master :: rhrev43629 haiku/: (link)
Fix build for !x86 && !ppc [2 commits]

At least this should fix other platform builds to the point they worked before.
The ICU_DEVEL zip name assign was moved inside the if block, making it empty for other archs, and ExtractArchive was of course having issues with this.
So I moved the rest inside the if block as well. Should fix at least kernel builds.
#
00:44 on Jan 05haiku
Commit by mmu_man on master :: rhrev43626 haiku/: (link)
M68K: Only enumerate ST modes as fallback. [2 commits]
#
00:03 on Jan 05haiku
Commit by mmu_man on master :: rhrev43622 haiku/: (link)
Try another load address for PPC CFE loader.

This is the address the OpenFirmware is loaded to by CFE on the Amiga X-1000.
Doesn't seem to help much though.
#
16:08 on Dec 23, 2011haiku
Commit by mmu_man on master :: rhrev43553 haiku/: (link)
Style fixes.
#
15:58 on Dec 23, 2011haiku
Commit by mmu_man on master :: rhrev43552 haiku/: (link)

Guard against buggy PCI bridges

  • panic on pci controller init failure. No reason to continue just to crash later on.
  • guard against buggy or misconfigured bridges (like the VIA Apollo MVP3 in my K6-2) by limiting the recursion depth in FixupDevices and DiscoverBus.
#
12:55 on Dec 23, 2011haiku
Commit by mmu_man on master :: rhrev43551 haiku/: (link)

Add a pci:mechanism driver setting

  • This should be use to force a config mechanism in case another one crashes.
  • Actually doesn't seem to catch the setting passed by the boot_loader, maybe it should be pci_config_mechanism in safemode instead ?
  • Added a TODO about respecting the "don't call the BIOS" setting.
#
02:05 on Dec 07, 2011haiku
Commit by mmu_man on master :: rhrev43432 haiku/: (link)
Fix rect calculation. [2 commits]

Not sure what the intended height is though. 16 or 17?
#
00:24 on Dec 07, 2011haiku
Commit by mmu_man on master :: rhrev43430 haiku/: (link)
Better calculation of the Deskbar replicant size

Patch by RQ from ticket #8156 that accounts for the workspaces layout.
#
23:41 on Dec 04, 2011haiku
Commit by mmu_man on master :: rhrev43407 haiku/: (link)
Only use PCI strings for x86 for now. On m68k at least those make the boot tgz exceed the floppy image size.
Maybe this should be moved to BuildSetup, or just discarded, they are only used for printing vendor names at boot...
#
12:41 on Nov 30, 2011haiku
Commit by mmu_man on master :: rhrev43370 haiku/: (link)
Style fix
#
00:52 on Nov 30, 2011haiku
Commit by mmu_man on master :: rhrev43367 haiku/: (link)

Add an option to live in the Deskbar

  • Apply reworked version of the patch from "RQ" in #8156 that adds a "live in the deskbar" menu item.
  • Also added a "Remove replicant" menu item for the replicant case.
#
00:50 on Nov 30, 2011haiku
Commit by mmu_man on master :: rhrev43366 haiku/: (link)
Add WebWatch to the image, as it just works
#
01:27 on Nov 22, 2011haiku
Commit by mmu_man on master :: rhrev43308 haiku/: (link)
U-Boot: board-specific setup is already in build/jam/board/
#
02:19 on Nov 21, 2011haiku
Commit by mmu_man on master :: rhrev43299 haiku/: (link)
Style cleanup [2 commits]
#
00:36 on Nov 21, 2011haiku
Commit by mmu_man on master :: rhrev43298 haiku/: (link)
U-Boot: Cleanup; s/arm/$(TARGET_ARCH)/g

U-Boot is not only about arm...
#
00:30 on Nov 21, 2011haiku
Commit by mmu_man on master :: rhrev43297 haiku/: (link)
ARM: Rename flash and mmc base generic targets [3 commits]

They are not so much arm-specific, really.
We now have haiku-flash-*image variations,
and haiku-mmc-image.
#
14:07 on Nov 17, 2011haiku
Commit by mmu_man on master :: rhrev43280 haiku/: (link)
Some pointers about porting to iPaq devices since I have one now
#
00:31 on Nov 14, 2011haiku
Commit by mmu_man on master :: rhrev43262 haiku/: (link)

PPC: Preliminary untested boot support for Common Firmware Environment
CFE is used in the upcoming Amiga X-1000 dualcore PPC board.

  • Largely inspired by the OF and U-Boot code.
  • Still largely stubbed out.
  • The loader builds but I don't have a machine to test it. Anyone interested?
#
22:58 on Nov 12, 2011haiku
Commit by mmu_man on master :: rhrev43249 haiku/: (link)

ARM: Use the serial port as console for now, as VT100.

  • Subclass ConsoleNode as VTConsole
  • use it to implement SerialConsole
  • Use it as the default console for now to simplify debugging. VTConsole could probably be factored out into boot/platform/generic/ someday.
#
22:46 on Nov 12, 2011haiku
Commit by mmu_man on master :: rhrev43248 haiku/: (link)
PowerPC platform might not always be OpenFirmware
#