Page MenuHomeFreeBSD
Feed Advanced Search

Sep 16 2016

sbruno commandeered D2535: New, experimental PMAP implementation for MIPS64.

Going to update this to be applicable to HEAD after some build test. Some of this review has been committed by various folks.

Sep 16 2016, 4:48 PM · MIPS

Sep 7 2016

mizhka added a comment to D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

Thank you! Already on github: https://github.com/freebsd/freebsd/commit/2a1c75d8f2f60bf398ad401e6cde49562f938564. Time to rebase ;)

Sep 7 2016, 9:52 AM · MIPS
sgalabov closed D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459 by committing rS305527: Fix MIPS INTRNG (both FDT and non-FDT) behaviour broken by r304459.
Sep 7 2016, 9:31 AM · MIPS

Sep 5 2016

sgalabov added a comment to D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

Yes, I was planning to commit it on Wednesday if I get a chance, but wouldn't mind if someone else does it in the meantime...

Sep 5 2016, 7:16 PM · MIPS
adrian added a comment to D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

does this still need committing?

Sep 5 2016, 6:44 PM · MIPS

Sep 4 2016

mmel added a comment to D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

I’m fine with this patch unless you consider it as quick recovery from damage caused by r304459.
But, current usage of INTRNG on MIPS platform is still little ‘non-standard’ and I thing that MIPS needs more love in this area.

Sep 4 2016, 7:21 AM · MIPS

Sep 1 2016

sgalabov added a comment to D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

(Eg, it needs a bunch more testing on non-FDT, non-INTRNG platforms, but I bet that's going to be easy..)

Sep 1 2016, 3:32 PM · MIPS
adrian accepted D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

ok, cool. commit it and we'll shake out any other issues afterwards. :)

Sep 1 2016, 2:54 PM · MIPS
sgalabov updated the diff for D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

The updated diff also fixes additional problems seen on Broadcom MIPS (INTRNG without FDT) as a result of the r304459 changes. The new diff was boot tested by mizhka.

Sep 1 2016, 8:53 AM · MIPS
nwhitehorn accepted D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.
Sep 1 2016, 12:09 AM · MIPS
nwhitehorn added a comment to D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

This looks good to me.

Sep 1 2016, 12:08 AM · MIPS

Aug 31 2016

mizhka added a comment to D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

Quick check on Broadcom 4716.

Aug 31 2016, 4:13 PM · MIPS
sgalabov updated the diff for D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

Provide more diff context

Aug 31 2016, 6:36 AM · MIPS
adrian added a reviewer for D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459: nwhitehorn.

nathan, what do you think about this? it's fallout from the last intrng change.

Aug 31 2016, 6:01 AM · MIPS
sgalabov added a comment to D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

Hm, can you get someone who does FDT stuff on #bsdmips to look at this?

Aug 31 2016, 5:57 AM · MIPS
adrian accepted D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

Hm, can you get someone who does FDT stuff on #bsdmips to look at this?

Aug 31 2016, 5:52 AM · MIPS

Aug 30 2016

sgalabov updated the diff for D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.

Previous diff was not compiling for BCM kernel config, as BCM only uses INTRNG but not FDT.
Rework the fix, so that cpu_establish_[hard|soft]intr uses a different intr mapping strategy, which doesn't require FDT-specific data to be exposed to non-FDT kernels.

Aug 30 2016, 6:45 AM · MIPS

Aug 29 2016

adrian accepted D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.
Aug 29 2016, 4:03 PM · MIPS
sgalabov retitled D7692: MIPS: Fix cpu_establish_[hard|soft]intr() post r304459 from to MIPS: Fix cpu_establish_[hard|soft]intr() post r304459.
Aug 29 2016, 9:05 AM · MIPS

Jul 28 2016

dnelson_1901_yahoo.com added a watcher for MIPS: dnelson_1901_yahoo.com.
Jul 28 2016, 4:43 AM

Jun 5 2016

skra closed D6634: INTRNG - rework FDT like interrupt mapping according to D6632 by committing rS301453: INTRNG - change the way how an interrupt mapping data are provided.
Jun 5 2016, 4:20 PM · MIPS, ARM

Jun 4 2016

skra added inline comments to D6634: INTRNG - rework FDT like interrupt mapping according to D6632.
Jun 4 2016, 8:31 PM · MIPS, ARM
andrew added inline comments to D6634: INTRNG - rework FDT like interrupt mapping according to D6632.
Jun 4 2016, 6:38 PM · MIPS, ARM
skra updated the diff for D6634: INTRNG - rework FDT like interrupt mapping according to D6632.

Update for ARM64 and MIPS.

Jun 4 2016, 5:47 PM · MIPS, ARM

May 29 2016

skra retitled D6634: INTRNG - rework FDT like interrupt mapping according to D6632 from to INTRNG - rework FDT like interrupt mapping according to D6632.
May 29 2016, 4:23 PM · MIPS, ARM

May 6 2016

sgalabov closed D6223: mtk_spi cleanup commented printfs by committing rS299155: mtk_spi cleanup commented printfs.
May 6 2016, 5:24 AM · MIPS
sgalabov closed D6222: mtk_gpio fixes by committing rS299154: mtk_gpio fixes.
May 6 2016, 5:22 AM · MIPS

May 5 2016

adrian accepted D6223: mtk_spi cleanup commented printfs.
May 5 2016, 4:39 PM · MIPS
adrian accepted D6222: mtk_gpio fixes.
May 5 2016, 3:53 PM · MIPS
sgalabov updated the diff for D6222: mtk_gpio fixes.

Update diff

May 5 2016, 12:35 PM · MIPS
sgalabov retitled D6223: mtk_spi cleanup commented printfs from to mtk_spi cleanup commented printfs.
May 5 2016, 12:29 PM · MIPS
sgalabov retitled D6222: mtk_gpio fixes from to mtk_gpio fixes.
May 5 2016, 12:28 PM · MIPS

Apr 23 2016

sgalabov closed D6041: Minor pinctrl fixes for Mediatek/Ralink by committing rS298497: Minor pinctrl fixes for Mediatek/Ralink.
Apr 23 2016, 4:19 AM · MIPS

Apr 22 2016

adrian accepted D6041: Minor pinctrl fixes for Mediatek/Ralink.
Apr 22 2016, 7:11 PM · MIPS

Apr 21 2016

sgalabov retitled D6041: Minor pinctrl fixes for Mediatek/Ralink from to Minor pinctrl fixes for Mediatek/Ralink.
Apr 21 2016, 7:48 AM · MIPS
sgalabov closed D5996: Rework Mediatek/Ralink configuration files by committing rS298397: Rework Mediatek/Ralink configuration files.
Apr 21 2016, 7:40 AM · MIPS

Apr 20 2016

adrian accepted D5996: Rework Mediatek/Ralink configuration files.
Apr 20 2016, 3:59 PM · MIPS
sgalabov added a reviewer for D5996: Rework Mediatek/Ralink configuration files: imp.
Apr 20 2016, 3:29 PM · MIPS
sgalabov updated the diff for D5996: Rework Mediatek/Ralink configuration files.

Updated diffs upon suggestions from adrian and bsdimp.

Apr 20 2016, 3:12 PM · MIPS
sgalabov closed D5995: Add compat strings used by OpenWRT to some Mediatek/Ralink drivers by committing rS298350: Add compat strings used by OpenWRT to some Mediatek/Ralink drivers.
Apr 20 2016, 2:47 PM · MIPS
adrian added a comment to D5996: Rework Mediatek/Ralink configuration files.

talk to warner (bsdimp) about the right way to do the kernel config stuff. the XXX_BASE stuff was me abstracting out config files in the atheros mips world before it got too bad. It's not the "right" way. Ask him what the right way is!

Apr 20 2016, 2:44 PM · MIPS
adrian accepted D5995: Add compat strings used by OpenWRT to some Mediatek/Ralink drivers.
Apr 20 2016, 2:42 PM · MIPS
sgalabov closed D6029: Rework mtk_gpio_v1 driver by committing rS298349: Rework mtk_gpio_v1 driver.
Apr 20 2016, 2:36 PM · MIPS
sgalabov closed D5999: Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCs by committing rS298348: Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCs.
Apr 20 2016, 2:35 PM · MIPS
sgalabov closed D6028: Include resets and clocks properties for PCI in FreeBSD RT3883 dtsi file by committing rS298346: Include resets and clocks properties for PCI in FreeBSD RT3883 dtsi file.
Apr 20 2016, 2:31 PM · MIPS
sgalabov closed D5993: Change OpenWRT imported dtsi files by committing rS298345: Change OpenWRT imported dtsi files.
Apr 20 2016, 2:29 PM · MIPS
adrian accepted D6029: Rework mtk_gpio_v1 driver.

This uses the read/write macros in a novel way (register ids, not register addresses) but I think it's fine.

Apr 20 2016, 2:17 PM · MIPS
adrian accepted D6028: Include resets and clocks properties for PCI in FreeBSD RT3883 dtsi file.
Apr 20 2016, 2:16 PM · MIPS
adrian accepted D5993: Change OpenWRT imported dtsi files.
Apr 20 2016, 2:15 PM · MIPS
sgalabov retitled D6029: Rework mtk_gpio_v1 driver from to Rework mtk_gpio_v1 driver.
Apr 20 2016, 7:53 AM · MIPS
sgalabov retitled D6028: Include resets and clocks properties for PCI in FreeBSD RT3883 dtsi file from to Include resets and clocks properties for PCI in FreeBSD RT3883 dtsi file.
Apr 20 2016, 7:50 AM · MIPS
sgalabov abandoned D5994: Modify the Ralink/Mediatek FreeBSD compat dtsi files.
Apr 20 2016, 7:48 AM · MIPS
sgalabov retitled D5993: Change OpenWRT imported dtsi files from Change OpenWRT imported dts/dtsi files to Change OpenWRT imported dtsi files.
Apr 20 2016, 7:07 AM · MIPS
sgalabov updated the diff for D5993: Change OpenWRT imported dtsi files.

Update diffs. The only change now is changing '#include <fbsd-*>' to '/include/ "fbsd-*"' in the base SoC dtsi files.

Apr 20 2016, 6:54 AM · MIPS

Apr 19 2016

sgalabov added a comment to D5993: Change OpenWRT imported dtsi files.

OK. I'll do this tomorrow.

Apr 19 2016, 4:48 PM · MIPS
adrian added a comment to D5993: Change OpenWRT imported dtsi files.

I mean, can't we have the ofw probe routine check the normal device list, rather than compat data?

Apr 19 2016, 4:45 PM · MIPS
sgalabov added a comment to D5993: Change OpenWRT imported dtsi files.

surely the flash DTS stuff could be modified to probe the flash_ident array, based on the names?

Apr 19 2016, 4:40 PM · MIPS
adrian accepted D5999: Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCs.
Apr 19 2016, 4:30 PM · MIPS
adrian added a comment to D5993: Change OpenWRT imported dtsi files.

surely the flash DTS stuff could be modified to probe the flash_ident array, based on the names?

Apr 19 2016, 4:28 PM · MIPS
sgalabov updated the diff for D5999: Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCs.

Choose correct repo

Apr 19 2016, 2:35 PM · MIPS
mat changed the repository for D5999: Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCs from rP FreeBSD ports repository to rS FreeBSD src repository - subversion.
Apr 19 2016, 2:33 PM · MIPS
sgalabov retitled D5999: Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCs from to Introduce OpenWRT compatible pinctrl driver for Mediatek/Ralink SoCs.
Apr 19 2016, 2:12 PM · MIPS
sgalabov retitled D5996: Rework Mediatek/Ralink configuration files from to Rework Mediatek/Ralink configuration files.
Apr 19 2016, 8:52 AM · MIPS
sgalabov retitled D5995: Add compat strings used by OpenWRT to some Mediatek/Ralink drivers from to Add compat strings used by OpenWRT to some Mediatek/Ralink drivers.
Apr 19 2016, 8:51 AM · MIPS
sgalabov retitled D5994: Modify the Ralink/Mediatek FreeBSD compat dtsi files from to Modify the Ralink/Mediatek FreeBSD compat dtsi files.
Apr 19 2016, 8:49 AM · MIPS
sgalabov retitled D5993: Change OpenWRT imported dtsi files from to Change OpenWRT imported dts/dtsi files.
Apr 19 2016, 8:47 AM · MIPS

Apr 18 2016

sgalabov closed D5983: Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detection by committing rS298185: Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detection.
Apr 18 2016, 6:16 AM · MIPS

Apr 17 2016

adrian accepted D5983: Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detection.
Apr 17 2016, 7:52 AM · MIPS
sgalabov retitled D5983: Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detection from to Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detection.
Apr 17 2016, 3:58 AM · MIPS
adrian added a comment to D5979: Add support for boot arguments specification via fdt.

Yeah, I think we should break this out into something in sys/kern/ that we can optionally include where appropriate.

Apr 17 2016, 1:27 AM · MIPS
imp added inline comments to D5979: Add support for boot arguments specification via fdt.
Apr 17 2016, 1:23 AM · MIPS

Apr 16 2016

sgalabov closed D5971: Import Mediatek/Ralink dts files from OpenWRT by committing rS298128: Import Mediatek/Ralink dts files from OpenWRT.
Apr 16 2016, 8:01 PM · MIPS
sgalabov closed D5979: Add support for boot arguments specification via fdt by committing rS298127: Add support for boot arguments specification via fdt.
Apr 16 2016, 7:45 PM · MIPS
sgalabov closed D5978: Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE config by committing rS298126: Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE config.
Apr 16 2016, 7:43 PM · MIPS
adrian accepted D5979: Add support for boot arguments specification via fdt.
Apr 16 2016, 7:37 PM · MIPS
sgalabov retitled D5979: Add support for boot arguments specification via fdt from to Add support for boot arguments specification via fdt.
Apr 16 2016, 7:28 PM · MIPS
adrian accepted D5978: Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE config.
Apr 16 2016, 7:27 PM · MIPS
sgalabov retitled D5978: Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE config from to Change MIPS_INTRNG to INTRNG in MEDIATEK_BASE config.
Apr 16 2016, 7:26 PM · MIPS

Apr 15 2016

adrian accepted D5971: Import Mediatek/Ralink dts files from OpenWRT.

ooo!

Apr 15 2016, 9:39 PM · MIPS
sgalabov retitled D5971: Import Mediatek/Ralink dts files from OpenWRT from to Import Mediatek/Ralink dts files from OpenWRT.
Apr 15 2016, 3:47 PM · MIPS
sgalabov closed D5964: Make NIRQ configurable for MIPS by committing rS298065: Make NIRQ configurable for MIPS.
Apr 15 2016, 3:44 PM · MIPS
kan accepted D5964: Make NIRQ configurable for MIPS.
Apr 15 2016, 3:40 PM · MIPS
sgalabov closed D5965: Import Mediatek/Ralink dtsi patches against OpenWRT dtsi files by committing rS298062: Import Mediatek/Ralink dtsi patches against OpenWRT dtsi files.
Apr 15 2016, 3:36 PM · MIPS
sgalabov closed D5963: Change the fdt_static_dtb.S dependency by committing rS298061: Change the fdt_static_dtb.S dependency.
Apr 15 2016, 3:28 PM · MIPS
sgalabov closed D5962: Make mx25l compatible with jedec,spi-nor as well by committing rS298060: Make mx25l compatible with jedec,spi-nor as well.
Apr 15 2016, 3:27 PM · MIPS
sgalabov closed D5961: Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitions by committing rS298059: Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitions.
Apr 15 2016, 3:24 PM · MIPS
sgalabov closed D5935: Remove unneeded initialization in mtk_xhci.c by committing rS298058: Remove unneeded initialization in mtk_xhci.c.
Apr 15 2016, 3:22 PM · MIPS
sgalabov closed D5966: Import Mediatek/Ralink kernel configs by committing rS298057: In order to build a kernel with one of these configs the user should do.
Apr 15 2016, 3:20 PM · MIPS
adrian accepted D5966: Import Mediatek/Ralink kernel configs.
Apr 15 2016, 3:00 PM · MIPS
adrian accepted D5965: Import Mediatek/Ralink dtsi patches against OpenWRT dtsi files.
Apr 15 2016, 3:00 PM · MIPS
adrian accepted D5961: Mediatek/Ralink: Get our drivers closer to OpenWRT dts definitions.
Apr 15 2016, 2:59 PM · MIPS
adrian accepted D5962: Make mx25l compatible with jedec,spi-nor as well.
Apr 15 2016, 2:59 PM · MIPS
adrian accepted D5963: Change the fdt_static_dtb.S dependency.
Apr 15 2016, 2:59 PM · MIPS
adrian accepted D5964: Make NIRQ configurable for MIPS.
Apr 15 2016, 2:58 PM · MIPS
adrian accepted D5935: Remove unneeded initialization in mtk_xhci.c.
Apr 15 2016, 2:58 PM · MIPS
sgalabov updated D5966: Import Mediatek/Ralink kernel configs.
Apr 15 2016, 2:06 PM · MIPS
sgalabov retitled D5966: Import Mediatek/Ralink kernel configs from to Import Mediatek/Ralink kernel configs.
Apr 15 2016, 2:06 PM · MIPS
sgalabov retitled D5965: Import Mediatek/Ralink dtsi patches against OpenWRT dtsi files from to Import Mediatek/Ralink dtsi patches against OpenWRT dtsi files.
Apr 15 2016, 1:48 PM · MIPS
sgalabov retitled D5964: Make NIRQ configurable for MIPS from to Make NIRQ configurable for MIPS.
Apr 15 2016, 1:30 PM · MIPS
sgalabov retitled D5963: Change the fdt_static_dtb.S dependency from to Change the fdt_static_dtb.S dependency.
Apr 15 2016, 1:27 PM · MIPS