Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Arm drivers: are device tree descriptions required for every device?




> On Apr 10, 2023, at 8:36 PM, Brook Milligan <brook%nmsu.edu@localhost> wrote:
> 
>> On Apr 10, 2023, at 7:01 PM, Mouse <mouse%Rodents-Montreal.ORG@localhost> wrote:
>> 
>> There are at least three things here that can reasonably be called the
>> device tree.
>> 
>> (1) The tree passed from the booter to the kernel.
>> 
>> (2) The tree (or more properly directed graph) of attachments described
>> by the kernel config.
>> 
>> (3) The tree actually found by autoconf.
> 
> Thank you for being more explicit than my question.  That context probably helps frame my question better.
> 
> The goal is to understand what has to be specified in (1) and (2) in order to achieve a desired (3) at runtime.
> 
> My question could have been better phased in these terms by asking if (1) has to include everytihing intended to be in (3).
> 
> It seems that the answer is mixed:
> 
> - For busses and devices that cannot (by design) enumerate themselves, the answer is yes, (1) has to be all inclusive.
> 
> - For busses and devices that can enumerate themselves, e.g., USB, the answer is no, (1) need not include them.
> 
> I’m assuming that in all cases (2) must include all the drivers, though.
> 
> In addition, there seem to be corner cases, where it might be desirable to pass specific information from (1) for a device that otherwise might not need it.
> 
> There may be additional corner cases.  How does one discover whether a particular device is a corner case or not?
> 
> I hope that is a reasonably concise summary.

I want to circle back to the motivation for starting this thread.

I have a BeagleBone Black that boots NetBSD fine.  However, it is not detecting anything in the USB port.  For example, connecting an SD card either prior to booting or after booting during runtime leads to no storage medium being detected.  In contrast, a NetBSD/amd64 machine, laptops, cameras, etc. detect the very same card.

This led me to think that something was off with the device tree files, the kernel config, or the device probing.  From this thread, it seems that there should be no need to include a USB storage device in the device tree files, and the GENERIC kernel config does include them.  Thus, from that I would have expected the USB storage to be detected by the kernel.  I am now at a loss regarding where to start.

I have attached the kernel message buffer (from a boot with the USB storage already installed) in hopes that someone can provide advice on where to start tracking this down.  I have all the firmware properties from ofctl as well, but that is quite lengthy so I’m leaving it until someone thinks it might be useful.

I would greatly appreciate help with this or pointers regarding more information that would be helpful.

Thanks a lot.

Cheers,
Brook


[     1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
[     1.000000]     2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013,
[     1.000000]     2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023
[     1.000000]     The NetBSD Foundation, Inc.  All rights reserved.
[     1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[     1.000000]     The Regents of the University of California.  All rights reserved.

[     1.000000] NetBSD 10.99.2 (GENERIC) #0: Tue Apr 11 12:19:03 MDT 2023
[     1.000000]         brook%brook3be0.nmsu.edu@localhost:/Users/brook/NetBSD/NetBSD/evbarm-earmv7hf/obj/sys/arch/evbarm/compile/GENERIC
[     1.000000] total memory = 512 MB
[     1.000000] avail memory = 484 MB
[     1.000000] entropy: entering seed from bootloader with 256 bits of entropy
[     1.000000] entropy: ready
[     1.000000] timecounter: Timecounters tick every 10.000 msec
[     1.000000] Kernelized RAIDframe activated
[     1.000000] armfdt0 (root)
[     1.000000] simplebus0 at armfdt0: TI AM335x BeagleBone Black
[     1.000000] simplebus1 at simplebus0
[     1.000000] cpus0 at simplebus0
[     1.000000] simplebus2 at simplebus0
[     1.000000] cpu0 at cpus0: Cortex-A8 r3p2 (Cortex V7A core)
[     1.000000] cpu0: DC enabled IC enabled WB enabled LABT branch prediction enabled
[     1.000000] cpu0: L1 32KB/64B 4-way (128 set) VIPT Instruction cache
[     1.000000] cpu0: L1 32KB/64B 4-way (128 set) write-back-locking-C PIPT Data cache
[     1.000000] cpu0: L2 256KB/64B 8-way (512 set) write-through PIPT Unified cache
[     1.000000] vfp0 at cpu0: NEON MPE (VFP 3.0+), rounding, NaN propagation, denormals
[     1.000000] cpufreqdt0 at cpu0
[     1.000000] simplebus3 at simplebus1
[     1.000000] simplebus4 at simplebus1
[     1.000000] simplebus5 at simplebus1
[     1.000000] simplebus6 at simplebus1
[     1.000000] simplebus7 at simplebus1
[     1.000000] simplebus8 at simplebus3
[     1.000000] simplebus9 at simplebus4
[     1.000000] simplebus10 at simplebus4
[     1.000000] simplebus11 at simplebus3
[     1.000000] simplebus12 at simplebus5
[     1.000000] simplebus13 at simplebus4
[     1.000000] simplebus14 at simplebus3
[     1.000000] simplebus15 at simplebus4
[     1.000000] simplebus16 at simplebus6
[     1.000000] simplebus17 at simplebus7
[     1.000000] fclock0 at simplebus0: 24576000 Hz fixed clock (clk_mcasp0_fixed)
[     1.000000] omapintc0 at simplebus1
[     1.000000] tisysc0 at simplebus8
[     1.000000] tisysc1 at simplebus8
[     1.000000] tisysc2 at simplebus8
[     1.000000] tisysc3 at simplebus1
[     1.000000] tisysc4 at simplebus9
[     1.000000] tisysc5 at simplebus10
[     1.000000] tisysc6 at simplebus11
[     1.000000] tisysc7 at simplebus9
[     1.000000] tisysc8 at simplebus8
[     1.000000] tisysc9 at simplebus1
[     1.000000] tisysc10 at simplebus12
[     1.000000] tisysc11 at simplebus1
[     1.000000] tisysc12 at simplebus1
[     1.000000] tisysc13 at simplebus1
[     1.000000] tisysc14 at simplebus1
[     1.000000] tisysc15 at simplebus9
[     1.000000] tisysc16 at simplebus8
[     1.000000] tisysc17 at simplebus8
[     1.000000] tisysc18 at simplebus8
[     1.000000] tisysc19 at simplebus8
[     1.000000] tisysc20 at simplebus8
[     1.000000] tisysc21 at simplebus9
[     1.000000] tisysc22 at simplebus9
[     1.000000] tisysc23 at simplebus9
[     1.000000] tisysc24 at simplebus9
[     1.000000] tisysc25 at simplebus9
[     1.000000] tisysc26 at simplebus9
[     1.000000] tisysc27 at simplebus9
[     1.000000] tisysc28 at simplebus9
[     1.000000] tisysc29 at simplebus9
[     1.000000] tisysc30 at simplebus9
[     1.000000] tisysc31 at simplebus9
[     1.000000] tisysc32 at simplebus9
[     1.000000] tisysc33 at simplebus9
[     1.000000] tisysc34 at simplebus9
[     1.000000] tisysc35 at simplebus13
[     1.000000] tisysc36 at simplebus13
[     1.000000] tisysc37 at simplebus13
[     1.000000] tisysc38 at simplebus13
[     1.000000] tisysc39 at simplebus13
[     1.000000] tisysc40 at simplebus13
[     1.000000] tisysc41 at simplebus13
[     1.000000] tisysc42 at simplebus13
[     1.000000] tisysc43 at simplebus13
[     1.000000] tisysc44 at simplebus13
[     1.000000] tisysc45 at simplebus10
[     1.000000] tisysc46 at simplebus10
[     1.000000] tisysc47 at simplebus10
[     1.000000] tisysc48 at simplebus10
[     1.000000] tisysc49 at simplebus12
[     1.000000] tisysc50 at simplebus1
[     1.000000] tisysc51 at simplebus1
[     1.000000] tisysc52 at simplebus1
[     1.000000] tisysc53 at simplebus1
[     1.000000] tisysc54 at simplebus1
[     1.000000] tisysc55 at simplebus0
[     1.000000] tisysc56 at simplebus1
[     1.000000] tisysc57 at simplebus15
[     1.000000] simplebus18 at tisysc2
[     1.000000] am3prcm0 at tisysc0: AM3xxx PRCM
[     1.000000] syscon0 at simplebus18: System Controller Registers
[     1.000000] timuxclk0 at syscon0: TI mux clock (sys_clkin_ck@40)
[     1.000000] tidivclk0 at am3prcm0: TI divider clock (dpll_ddr_m2_ck@4a0)
[     1.000000] tidivclk1 at am3prcm0: TI divider clock (dpll_per_m2_ck@4ac)
[     1.000000] ffclock0 at am3prcm0: x1 /8 fixed-factor clock
[     1.000000] tidivclk2 at am3prcm0: TI divider clock (dpll_core_m4_ck@480)
[     1.000000] ffclock1 at am3prcm0: x1 /1 fixed-factor clock
[     1.000000] tidivclk3 at am3prcm0: TI divider clock (dpll_disp_m2_ck@4a4)
[     1.000000] fclock1 at am3prcm0: 12000000 Hz fixed clock (tclkin_ck)
[     1.000000] fclock2 at am3prcm0: 32000 Hz fixed clock (clk_rc32k_ck)
[     1.000000] fclock3 at am3prcm0: 32768 Hz fixed clock (clk_32768_ck)
[     1.000000] ffclock2 at am3prcm0: x1 /2 fixed-factor clock
[     1.000000] tidivclk4 at am3prcm0: TI divider clock (dpll_core_m5_ck@484)
[     1.000000] timuxclk1 at am3prcm0: TI mux clock (gfx_fclk_clksel_ck@52c)
[     1.000000] timuxclk2 at am3prcm0: TI mux clock (lcd_gclk@534)
[     1.000000] timuxclk3 at am3prcm0: TI mux clock (sysclkout_pre_ck@700)
[     1.000000] tidivclk5 at am3prcm0: TI divider clock (clkout2_div_ck@700)
[     1.000000] fclock4 at am3prcm0: 19200000 Hz fixed clock (virt_19200000_ck)
[     1.000000] fclock5 at am3prcm0: 24000000 Hz fixed clock (virt_24000000_ck)
[     1.000000] fclock6 at am3prcm0: 25000000 Hz fixed clock (virt_25000000_ck)
[     1.000000] fclock7 at am3prcm0: 26000000 Hz fixed clock (virt_26000000_ck)
[     1.000000] ffclock3 at am3prcm0: x1 /1 fixed-factor clock
[     1.000000] timuxclk4 at am3prcm0: TI mux clock (timer1_fck@528)
[     1.000000] timuxclk5 at am3prcm0: TI mux clock (timer2_fck@508)
[     1.000000] ffclock4 at syscon0: x1 /1 fixed-factor clock
[     1.000000] ffclock5 at syscon0: x1 /1 fixed-factor clock
[     1.000000] ffclock6 at am3prcm0: x1 /2 fixed-factor clock
[     1.000000] timuxclk6 at am3prcm0: TI mux clock (cpsw_cpts_rft_clk@520)
[     1.000000] timuxclk7 at am3prcm0: TI mux clock (pruss_ocp_gclk@530)
[     1.000000] tidivclk6 at am3prcm0: TI divider clock (dpll_core_m6_ck@4d8)
[     1.000000] tidivclk7 at am3prcm0: TI divider clock (dpll_mpu_m2_ck@4a8)
[     1.000000] ffclock7 at am3prcm0: x1 /2 fixed-factor clock
[     1.000000] ffclock8 at am3prcm0: x1 /4 fixed-factor clock
[     1.000000] ffclock9 at am3prcm0: x1 /4 fixed-factor clock
[     1.000000] ffclock10 at am3prcm0: x1 /732 fixed-factor clock
[     1.000000] timuxclk8 at am3prcm0: TI mux clock (timer3_fck@50c)
[     1.000000] timuxclk9 at am3prcm0: TI mux clock (timer4_fck@510)
[     1.000000] timuxclk10 at am3prcm0: TI mux clock (timer5_fck@518)
[     1.000000] timuxclk11 at am3prcm0: TI mux clock (timer6_fck@51c)
[     1.000000] timuxclk12 at am3prcm0: TI mux clock (timer7_fck@504)
[     1.000000] timuxclk13 at am3prcm0: TI mux clock (wdt1_fck@538)
[     1.000000] ffclock11 at am3prcm0: x1 /2 fixed-factor clock
[     1.000000] ffclock12 at am3prcm0: x1 /1 fixed-factor clock
[     1.000000] ffclock13 at am3prcm0: x1 /1 fixed-factor clock
[     1.000000] ffclock14 at am3prcm0: x1 /1 fixed-factor clock
[     1.000000] ffclock15 at am3prcm0: x1 /1 fixed-factor clock
[     1.000000] timuxclk14 at am3prcm0: TI mux clock (gpio0_dbclk_mux_ck@53c)
[     1.000000] ffclock16 at am3prcm0: x1 /2 fixed-factor clock
[     1.000000] tidivclk8 at am3prcm0: TI divider clock (gfx_fck_div_ck@52c)
[     1.000000] ffclock17 at syscon0: x1 /1 fixed-factor clock
[     1.000000] ffclock18 at syscon0: x1 /1 fixed-factor clock
[     1.000000] ffclock19 at syscon0: x1 /1 fixed-factor clock
[     1.000000] ffclock20 at syscon0: x1 /1 fixed-factor clock
[     1.000000] ffclock21 at syscon0: x1 /1 fixed-factor clock
[     1.000000] ffclock22 at syscon0: x1 /1 fixed-factor clock
[     1.000000] ffclock23 at syscon0: x1 /1 fixed-factor clock
[     1.000000] ffclock24 at syscon0: x1 /1 fixed-factor clock
[     1.000000] tidpllclk0 at am3prcm0: TI DPLL clock (dpll_mpu_ck@488)
[     1.000000] pinctrl0 at simplebus18
[     1.000000] tigpio0 at tisysc4: GPIO (gpio@4804c000)
[     1.000000] gpio0 at tigpio0: 32 pins
[     1.000000] tigpio0: interrupting on INTC irq 98
[     1.000000] tigpio1 at tisysc8: GPIO (gpio@44e07000)
[     1.000000] gpio1 at tigpio1: 32 pins
[     1.000000] tigpio1: interrupting on INTC irq 96
[     1.000000] tigpio2 at tisysc40: GPIO (gpio@481ac000)
[     1.000000] gpio2 at tigpio2: 32 pins
[     1.000000] tigpio2: interrupting on INTC irq 32
[     1.000000] tigpio3 at tisysc41: GPIO (gpio@481ae000)
[     1.000000] gpio3 at tigpio3: 32 pins
[     1.000000] tigpio3: interrupting on INTC irq 62
[     1.000000] tisysc58 at tisysc55
[     1.000000] titptc0 at tisysc11: EDMA Transfer Controller
[     1.000000] titptc1 at tisysc12: EDMA Transfer Controller
[     1.000000] titptc2 at tisysc13: EDMA Transfer Controller
[     1.000000] tiiic0 at tisysc1: I2C controller (i2c@44e0b000), 32-bytes FIFO
[     1.000000] iic0 at tiiic0: I2C bus
[     1.000000] tps65217pmic0 at iic0 addr 0x24: TPS65217C Power Management Multi-Channel IC (rev 1.2)
[     1.000000] tps65217pmic0: power sources USB max 1800 mA, [AC] max 2500 mA
[     1.000000] tps65217pmic0: [ldo1: 1800 mV] [ldo2: 3300 mV] [ldo3: 1800 mV] [ldo4: 3300 mV] [dcdc1: 1500 mV] [dcdc2: 1325 mV] [dcdc3: 1100 mV] 
[     1.000000] tps65217reg0 at tps65217pmic0: vdds_dpr
[     1.000000] tps65217reg1 at tps65217pmic0: vdd_mpu
[     1.000000] tps65217reg2 at tps65217pmic0: vdd_core
[     1.000000] tps65217reg3 at tps65217pmic0: vio,vrtc,vdds
[     1.000000] tps65217reg4 at tps65217pmic0: vdd_3v3aux
[     1.000000] tps65217reg5 at tps65217pmic0: vdd_1v8
[     1.000000] tps65217reg6 at tps65217pmic0: vdd_3v3a
[     1.000000] seeprom0 at iic0 addr 0x50: baseboard_eeprom: size 32768
[     1.000000] tdahdmi0 at iic0 addr 0x70: NXP TDA19988 HDMI transmitter
[     1.000000] tdahdmi0: TDA19988
[     1.000000] tiedma0 at tisysc3: EDMA Channel Controller
[     1.000000] tiedma0: interrupting on INTC irq 12
[     1.000000] com0 at tisysc16: ns16550a, 16-byte FIFO
[     1.000000] com0: console
[     1.000000] com0: interrupting on INTC irq 72
[     1.000000] tiiic1 at tisysc35: I2C controller (i2c@4819c000), 32-bytes FIFO
[     1.000000] iic1 at tiiic1: I2C bus
[     1.000000] seeprom1 at iic1 addr 0x54: cape_eeprom0: size 32768
[     1.000000] seeprom2 at iic1 addr 0x55: cape_eeprom1: size 32768
[     1.000000] seeprom3 at iic1 addr 0x56: cape_eeprom2: size 32768
[     1.000000] seeprom4 at iic1 addr 0x57: cape_eeprom3: size 32768
[     1.000000] fregulator0 at simplebus0: vmmcsd_fixed
[     1.000000] /opp-table at simplebus0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@0/prcm@0/clocks/dpll_core_ck@490 at am3prcm0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@0/prcm@0/clocks/dpll_core_x2_ck at am3prcm0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@0/prcm@0/clocks/dpll_ddr_ck@494 at am3prcm0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@0/prcm@0/clocks/dpll_disp_ck@498 at am3prcm0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@0/prcm@0/clocks/dpll_per_ck@48c at am3prcm0 not configured
[     1.000000] tilcdc0 at tisysc5: TI LCDC
[     1.000000] tilcdc0: [drm] Cannot find any crtc or sizes
[     1.000000] [drm] Initialized tilcdc 1.0.0 20191103 for tilcdc0 on minor 0
[     1.000000] tilcdc0: initialized tilcdc 1.0.0 20191103 on minor 0
[     1.000000] /ocp/interconnect@44c00000/segment@100000/target-module@0/cpu@0 at tisysc6 not configured
[     1.000000] /ocp/interconnect@48000000/segment@0/target-module@c8000/mailbox@0 at tisysc7 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/dma-router@f90 at simplebus18 not configured
[     1.000000] /ocp/target-module@40300000/sram@0 at tisysc9 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/scm_conf@0/clocks/ehrpwm0_tbclk@44e10664 at syscon0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/scm_conf@0/clocks/ehrpwm1_tbclk@44e10664 at syscon0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/scm_conf@0/clocks/ehrpwm2_tbclk@44e10664 at syscon0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/scm_conf@0/phy-gmii-sel at syscon0 not configured
[     1.000000] cpsw0 at tisysc10: TI Layer 2 3-Port Switch
[     1.000000] cpsw0: Ethernet address 60:b6:e1:1a:98:4e
[     1.000000] smscphy0 at cpsw0 phy 0: SMSC LAN8710/LAN8720 10/100 Ethernet Transceiver, rev. 1
[     1.000000] smscphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/control@620 at simplebus18 not configured
[     1.000000] /ocp/target-module@47400000/usb-phy@1300 at tisysc14 not configured
[     1.000000] /ocp/target-module@47400000/dma-controller@2000 at tisysc14 not configured
[     1.000000] /ocp/target-module@47400000/usb-phy@1b00 at tisysc14 not configured
[     1.000000] ausoc0 at simplebus0: TI BeagleBone Black
[     1.000000] /ocp/interconnect@48000000/segment@0/target-module@38000/mcasp@0 at tisysc15 not configured
[     1.000000] /clk_mcasp0 at simplebus0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@0/prcm@0/clocks/mmu_fck@914 at am3prcm0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@0/prcm@0/clocks/usbotg_fck@47c at am3prcm0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@0/prcm@0/clocks/ieee5000_fck@e4 at am3prcm0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@0/prcm@0/clocks/clkout2_ck@700 at am3prcm0 not configured
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/wkup_m3_ipc@1324 at simplebus18 not configured
[     1.000000] omaptimer0 at tisysc18autoconfiguration error: : couldn't enable module
[     1.000000] tiwdt0 at tisysc19: WATCHDOG
[     1.000000] /ocp/interconnect@44c00000/segment@200000/target-module@3e000/rtc@0 at tisysc20 not configured
[     1.000000] omaptimer1 at tisysc26: Timer
[     1.000000] timecounter: Timecounter "omaptimer1" frequency 24000000 Hz quality 200
[     1.000004] omaptimer2 at tisysc27: Timer
[     1.000004] omaptimer3 at tisysc28: Timer
[     1.000004] omaptimer4 at tisysc29: Timer
[     1.000004] omaptimer5 at tisysc30: Timer
[     1.000004] omaptimer6 at tisysc31: Timer
[     1.000004] sdhc0 at tisysc32: MMCHS
[     1.000004] sdhc0: EDMA tx channel 24, rx channel 25
[     1.000004] sdhc0: interrupting on INTC irq 64
[     1.000004] sdhc0: SDHC 2.0, rev 49, caps <07e10080/00000000>, platform DMA, 96000 kHz, HS 1.8V 3.0V 3.3V, 1024 byte blocks
[     1.000004] sdmmc0 at sdhc0 slot 0
[     1.000004] /ocp/interconnect@48000000/segment@0/target-module@ca000/spinlock@0 at tisysc34 not configured
[     1.000004] sdhc1 at tisysc44: MMCHS
[     1.000004] sdhc1: EDMA tx channel 2, rx channel 3
[     1.000004] sdhc1: interrupting on INTC irq 28
[     1.000004] sdhc1: SDHC 2.0, rev 49, caps <04e10080/00000000>, platform DMA, 96000 kHz, HS 1.8V, 1024 byte blocks
[     1.000004] sdmmc1 at sdhc1 slot 0
[     1.000004] tirng0 at tisysc48: RNG
[     1.000004] /ocp/interconnect@4a000000/segment@0/target-module@300000/pruss@0 at tisysc49 not configured
[     1.000004] motg0 at tisysc14: 0x4ea20800 version v0.0.0
[     1.000004] motg0: interrupting on INTC irq 18
[     1.000004] motg0: Dynamic FIFO sizing detected, assuming 16Kbytes of FIFO RAM
[     1.000004] usb0 at motg0: USB revision 2.0
[     1.000004] motg1 at tisysc14: 0x4ea20800 version v0.0.0
[     1.000004] motg1: interrupting on INTC irq 19
[     1.000004] motg1: Dynamic FIFO sizing detected, assuming 16Kbytes of FIFO RAM
[     1.000004] usb1 at motg1: USB revision 2.0
[     1.000004] /ocp/target-module@4c000000/emif@0 at tisysc51 not configured
[     1.000004] /ocp/target-module@53100000/sham@0 at tisysc53 not configured
[     1.000004] /ocp/target-module@53500000/aes@0 at tisysc54 not configured
[     1.000004] /soc at simplebus0 not configured
[     1.000004] gpioleds0 at simplebus0: beaglebone:green:heartbeat beaglebone:green:mmc0 beaglebone:green:usr2 beaglebone:green:usr3
[     1.000004] /ocp/interconnect@48000000/segment@200000/target-module@0/mpu@0 at tisysc57 not configured
[     1.000004] armpmu0 at tisysc58: Performance Monitor Unit
[     1.000004] ausoc0: autoconfiguration error: couldn't acquire cpu dai on sound node
[     1.000004] omaptimer2: interrupting on INTC irq 69
[     1.424404] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
[     1.424404] cpufreqdt0: rate: 1000.000 MHz, 1325000 uV
[     1.454122] uhub0 at usb0: NetBSD (0x0000) MOTG root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
[     1.464390] uhub0: 1 port with 1 removable, self powered
[     1.464390] armpmu0: interrupting on INTC irq 3
[     1.475238] uhub1 at usb1: NetBSD (0x0000) MOTG root hub (0x0000), class 9/0, rev 2.00/1.00, addr 1
[     1.484977] uhub1: 1 port with 1 removable, self powered
[     1.484977] IPsec: Initialized Security Association Processing.
[     1.634121] ld1 at sdmmc1: <0x70:0x0100:M62704:0x00:0x52603cd6:0x000>
[     1.654124] ld1: 3648 MB, 1852 cyl, 64 head, 63 sec, 512 bytes/sect x 7471104 sectors
[     1.665076] ld1: 8-bit width, 512 KB cache, 52.000 MHz
[     1.674126] sdmmc0: SD card status: 4-bit, C10, U1, A1
[     1.674126] ld0 at sdmmc0: <0x03:0x5344:SC16G:0x80:0x5453075f:0x165>
[     1.687250] ld0: 15193 MB, 7717 cyl, 64 head, 63 sec, 512 bytes/sect x 31116288 sectors
[     1.695347] ld0: 4-bit width, High-Speed/SDR25, 50.000 MHz
[     1.704332] swwdog0: software watchdog initialized
[     1.724129] WARNING: 2 errors while detecting hardware; check system log.
[     1.735347] boot device: ld0
[     1.735347] root on ld0a dumps on ld0b
[     1.744230] root file system type: ffs
[     1.754131] kern.module.path=/stand/evbarm/10.99.2/modules
[     1.754131] WARNING: no TOD clock present
[     1.767169] WARNING: using filesystem time
[     1.771255] WARNING: CHECK AND RESET THE DATE!



Home | Main Index | Thread Index | Old Index