Skip to content

Instantly share code, notes, and snippets.

View Noltari's full-sized avatar

Álvaro Fernández Rojas Noltari

View GitHub Profile
@Noltari
Noltari / bcm27xx-utils-build.log
Created January 18, 2024 09:41
bcm27xx-utils-build.log
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist
WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/policycoreutils/Makefile' has a build dependency on 'libpam', which does not exist
make[2]: Entering directory '/home/noltari/workspace/openwrt-bcm27xx/scripts/config'
make[2]: 'conf' is up to date.
make[2]: Leaving directory '/home/noltari/workspace/openwrt-bcm27xx/scripts/config'
@Noltari
Noltari / boardparms_voice.c
Last active April 23, 2023 08:52
Sercomm SHG2500 (VOX 2.5)
static bp_elem_t g_bcm963168mbv3[] = {
{bp_cpBoardId , .u.cp = "963168MBV3"},
{bp_cpComment, .u.cp = g_obsoleteStr},
{bp_ulDeviceOptions, .u.ul = BP_DEVICE_OPTION_ENABLE_GMAC | BP_DEVICE_OPTION_DISABLE_LED_INVERSION},
{bp_ulGpioOverlay, .u.ul =(BP_OVERLAY_PHY |
BP_OVERLAY_USB_DEVICE)},
{bp_usGpioLedAdsl, .u.us = BP_NOT_DEFINED},
{bp_usGpioLedSesWireless, .u.us = BP_NOT_DEFINED},
{bp_usGpioLedWanData, .u.us = BP_NOT_DEFINED},
{bp_usGpioLedWanError, .u.us = BP_NOT_DEFINED},
@Noltari
Noltari / hg556a-b53-errors.log
Last active March 29, 2023 16:30
BCM6358 + B53 BCM5325
[ 0.000000] Linux version 5.15.104 (noltari@atlantis) (mips-openwrt-linux-musl-gcc (OpenWrt GCC 12.2.0 r22187+1-19817fa3f5) 12.2.0, GNU ld (GNU Binutils) 2.40.0) #0 SMP Wed Mar 29 16:22:35 2023
[ 0.000000] CPU0 revision is: 0002a010 (Broadcom BMIPS4350)
[ 0.000000] MIPS: machine is Huawei EchoLife HG556a (version B)
[ 0.000000] 64MB of RAM installed
[ 0.000000] earlycon: bcm63xx_uart0 at MMIO 0xfffe0100 (options '115200n8')
[ 0.000000] printk: bootconsole [bcm63xx_uart0] enabled
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Reserving 0KB of memory at 4194303KB for kdump
[ 0.000000] Primary instruction cache 32kB, VIPT, 2-way, linesize 16 bytes.
[ 0.000000] Primary data cache 16kB, 2-way, VIPT, cache aliases, linesize 16 bytes
PERF_BASE
b0000000: 631680d0 f7fb863e 00000000 080479c1 c......>......y.
b0000010: fffc5a1d 00000000 000000f0 00000000 ..Z.............
b0000020: 00000000 00000000 00000000 00000000 ................
b0000030: 00000000 00000001 00000000 00000002 ................
b0000040: 00000000 00000000 00000000 00000000 ................
b0000050: 00000000 00000001 00000000 00000002 ................
b0000060: 00000000 00000000 00000000 00000000 ................
b0000070: 00000000 00000001 00000000 00000002 ................
@Noltari
Noltari / 3380_intr.h
Last active October 13, 2015 12:57
BCM3380 Source Code
/*
<:copyright-gpl
Copyright 2007 Broadcom Corp. All Rights Reserved.
This program is free software; you can distribute it and/or modify it
under the terms of the GNU General Public License (Version 2) as
published by the Free Software Foundation.
This program is distributed in the hope it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or