date | project | content | link |
|---|
| 02:30 on Jan 05 | haiku | Commit by mmu_man on master :: r hrev43629 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 05 | haiku | Commit by mmu_man on master :: r hrev43626 haiku/: ( link) M68K: Only enumerate ST modes as fallback. [2 commits] | # |
| 00:03 on Jan 05 | haiku | Commit by mmu_man on master :: r hrev43622 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, 2011 | haiku | Commit by mmu_man on master :: r hrev43553 haiku/: ( link) Style fixes. | # |
| 15:58 on Dec 23, 2011 | haiku | Commit by mmu_man on master :: r hrev43552 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, 2011 | haiku | Commit by mmu_man on master :: r hrev43551 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, 2011 | haiku | Commit by mmu_man on master :: r hrev43432 haiku/: ( link) Fix rect calculation. [2 commits]
Not sure what the intended height is though. 16 or 17? | # |
| 00:24 on Dec 07, 2011 | haiku | Commit by mmu_man on master :: r hrev43430 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, 2011 | haiku | Commit by mmu_man on master :: r hrev43407 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, 2011 | haiku | Commit by mmu_man on master :: r hrev43370 haiku/: ( link) Style fix | # |
| 00:52 on Nov 30, 2011 | haiku | Commit by mmu_man on master :: r hrev43367 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, 2011 | haiku | Commit by mmu_man on master :: r hrev43366 haiku/: ( link) Add WebWatch to the image, as it just works | # |
| 01:27 on Nov 22, 2011 | haiku | Commit by mmu_man on master :: r hrev43308 haiku/: ( link) U-Boot: board-specific setup is already in build/jam/board/ | # |
| 02:19 on Nov 21, 2011 | haiku | Commit by mmu_man on master :: r hrev43299 haiku/: ( link) Style cleanup [2 commits] | # |
| 00:36 on Nov 21, 2011 | haiku | Commit by mmu_man on master :: r hrev43298 haiku/: ( link) U-Boot: Cleanup; s/arm/$(TARGET_ARCH)/g
U-Boot is not only about arm... | # |
| 00:30 on Nov 21, 2011 | haiku | Commit by mmu_man on master :: r hrev43297 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, 2011 | haiku | Commit by mmu_man on master :: r hrev43280 haiku/: ( link) Some pointers about porting to iPaq devices since I have one now | # |
| 00:31 on Nov 14, 2011 | haiku | Commit by mmu_man on master :: r hrev43262 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, 2011 | haiku | Commit by mmu_man on master :: r hrev43249 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, 2011 | haiku | Commit by mmu_man on master :: r hrev43248 haiku/: ( link) PowerPC platform might not always be OpenFirmware | # |