Skip to content

Instantly share code, notes, and snippets.

View dsalychev's full-sized avatar

dsl dsalychev

View GitHub Profile
;; ----------------- 1. Startup and Runtime Performance ------------------------
;; NOTE: https://config.daviwil.com/emacs
;; Make startup faster by reducing the frequency of garbage collection and then
;; use a hook to measure Emacs startup time.
;; The default is 800 kilobytes. Measured in bytes.
(setq gc-cons-threshold (* 50 1000 1000))
@dsalychev
dsalychev / gist:3ecbffd28b3b3fc5faef5496953e217a
Created April 20, 2022 17:08
FreeBSD DPAA2 drivers work-in-progress on Traverse Ten64 #2
GDB: debug ports: uart
GDB: current port: uart
KDB: debugger backends: ddb gdb
KDB: current backend: ddb
WARNING: Cannot find freebsd,dts-version property, cannot check DTB compliance
Type Physical Virtual #Pages Attr
ConventionalMemory 000080000000 000080000000 00007ee7 WB
BootServicesData 000087ee7000 000087ee7000 00000032 WB
ConventionalMemory 000087f19000 000087f19000 0006eaad WB
RuntimeServicesData 0000f69c6000 0000f69c6000 00000001 WB RUNTIME
dpaa2_mc0: <DPAA2 Management Complex> iomem 0x80c000000-0x80c00003f,0x8340000-0x837ffff on acpi0
dpaa2_mc0: dpaa2_mc_acpi_probe_child: \_SB_.MCE0.PR03 level 1 count 1
dpaa2_mc0: dpaa2_mc_acpi_probe_child: Found child Ports _UID 3
dpaa2_mc0: dpaa2_mc_acpi_probe_child: \_SB_.MCE0.PR04 level 1 count 2
dpaa2_mc0: dpaa2_mc_acpi_probe_child: Found child Ports _UID 4
dpaa2_mc0: dpaa2_mc_acpi_probe_child: \_SB_.MCE0.PR05 level 1 count 3
dpaa2_mc0: dpaa2_mc_acpi_probe_child: Found child Ports _UID 5
dpaa2_mc0: dpaa2_mc_acpi_probe_child: \_SB_.MCE0.PR06 level 1 count 4
dpaa2_mc0: dpaa2_mc_acpi_probe_child: Found child Ports _UID 6
dpaa2_mc0: dpaa2_mc_acpi_probe_child: \_SB_.MCE0.PR07 level 1 count 5
@dsalychev
dsalychev / FreeBSD_14.0-CURRENT_ten64_dpaa2_dmesg.txt
Created November 15, 2021 15:40
FreeBSD DPAA2 drivers work-in-progress on Traverse Ten64
---<<BOOT>>---
GDB: debug ports: uart
GDB: current port: uart
KDB: debugger backends: ddb gdb
KDB: current backend: ddb
WARNING: Cannot find freebsd,dts-version property, cannot check DTB compliance
Type Physical Virtual #Pages Attr
ConventionalMemory 000080000000 000080000000 00007ee7 WB
BootServicesData 000087ee7000 000087ee7000 00000032 WB
ConventionalMemory 000087f19000 000087f19000 0006eaad WB
@dsalychev
dsalychev / FreeBSD_14.0-CURRENT_honeycomb_dpaa2_dmesg.txt
Created November 15, 2021 15:38
FreeBSD DPAA2 drivers work-in-progress on Honeycomb LX2
---<<BOOT>>---
GDB: no debug ports present
KDB: debugger backends: ddb
KDB: current backend: ddb
Type Physical Virtual #Pages Attr
ConventionalMemory 000080000000 000000000000 00065e19 WC WT WB
LoaderData 0000e5e19000 000000000000 00008000 WC WT WB
Reserved 0000ede19000 000000000000 000002ba WC WT WB
ConventionalMemory 0000ee0d3000 000000000000 00000235 WC WT WB
LoaderCode 0000ee308000 000000000000 00000134 WC WT WB
@dsalychev
dsalychev / designer.html
Last active August 29, 2015 14:25
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="my-element">
@dsalychev
dsalychev / designer.html
Last active August 29, 2015 14:24
designer
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="gclient-layout">
<template>
<style>
:host {
@dsalychev
dsalychev / designer.html
Last active August 29, 2015 14:24
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
width: 100%;
height: 100%;
/usr/java/jdk1.7.0_75/bin/java -Xmx128m -Xss2m -Dant.home=/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant -Dant.library.dir=/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib -Dfile.encoding=UTF-8 -classpath /home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-antlr.jar:/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-apache-bcel.jar:/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-apache-bsf.jar:/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-apache-log4j.jar:/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-apache-oro.jar:/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-apache-regexp.jar:/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-apache-resolver.jar:/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-apache-xalan2.jar:/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-commons-logging.jar:/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-commons-net.jar:/home/dsalychev/idea/idea-IU-141.1532.4/lib/ant/lib/ant-jai.jar:/home/dsalychev/idea/idea-