Joel Stanley
Joel Stanley
You wouldn't be the first to submit an incomplete device tree. I encourage submitting what you have now, and we can add in the rest of the devices as we...
re: speeding up the kernel, there was a presentation at Linux Plumbers this year about async probing. Drivers can opt in by setting PROBE_PREFER_ASYNCHRONOUS. I have not looked into this...
Some notes: The aspeed kernel does not support much (any) power management. I do not think you would see any change by enabling power management in the config. Double checking...
I had to go into this sub-folder and disable more options, and then the build succeeded: ``` Machine XML (MRW) ``` The options should be fixed so we can't get...
There are a bunch of bugs in hostboot that need fixing before this can be merged.
``` ../../../../src/include/util/impl/unique_ptr.H: In instantiation of ‘typename std::enable_if::type std::unique_ptr::operator[](Index) [with Index = int; X = STDUniquePtrTest::practice_struct []; T = STDUniquePtrTest::practice_struct []; Deleter = std::default_delete; typename std::enable_if::type = STDUniquePtrTest::practice_struct&&]’: ./unique_ptr.H:114:16: required from...
I did some googling and found this: http://elinux.org/Buildroot:DeveloperDaysFOSDEM2014#How_to_handle_.27target.27_defconfigs_versus_.27development.27_defconfigs Also, from http://free-electrons.com/doc/training/buildroot/buildroot-slides.pdf > Build a release system for platform1 > $ ./support/kconfig/merge_config.sh platform1.frag packages.frag > .config > $ make olddefconfig >...
The work to be done: 1. Generate .configs for all of our platforms 2. Work out a common subset from all the defconfigs 3. Create a common_frag with that subset...
I see this too. Latest op-build on Ubuntu 17.10 ppc64le ``` perl --version This is perl 5, version 26, subversion 0 (v5.26.0) built for powerpc64le-linux-gnu-thread-multi ``` ``` op-build$ grep -r...
Yes we can carry that. We're blocked on @stewart-ibm merging the latest buildroot bump, which is in turned blocked on some CI infrastructure updates. I have appled the patch to...