summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix flashrom download URLHEADmasterTimothy Pearson2019-04-151-1/+1
|
* Merge pull request #4 from pkubaj/patch-4Timothy Pearson2017-10-021-0/+1
|\ | | | | Add iptables to the image
| * Add iptables to the imagepkubaj2017-09-301-0/+1
| |
* | Merge pull request #3 from pkubaj/patch-3Timothy Pearson2017-10-021-3/+10
|\ \ | |/ |/| Remove multicast, WAN router, support iptables
| * Remove multicast, WAN router, support iptablespkubaj2017-09-301-3/+10
|/ | | | | Multicast and WAN router are not useful on BMC, while iptables is quite useful. This patch only enables iptables for IPv4, support for IPv6 requires enabling other options.
* Merge pull request #2 from pkubaj/patch-2Timothy Pearson2017-09-081-7/+7
|\ | | | | Remove support for NTFS and FAT
| * Remove support for NTFS and FATpkubaj2017-09-081-7/+7
|/ | | They are not necessary for OpenBMC and just take unnecessary space.
* Merge pull request #1 from pkubaj/patch-1Timothy Pearson2017-09-071-1/+1
|\ | | | | Add missing space
| * Add missing spacepkubaj2017-09-071-1/+1
|/
* Handle monitoring chassis fans having a maximum rpm other thanDaniel Geiger2017-09-061-1/+3
| | | | | | 2000. Licensed under the GPLv2+.
* Add platform fan present map to fandTimothy Pearson2017-08-301-8/+24
|
* Add workaround to prevent BMC timer lockup and rebootTimothy Pearson2017-08-283-0/+51
| | | | This is a bit of a nasty hack but it works...
* Fix FTBFS with GCC 6Timothy Pearson2017-08-281-1/+1
|
* Fix REST API not accepting POST commandsTimothy Pearson2017-08-271-0/+1
|
* Add initial support for the ASpeed 2050 and the ASUS KGPE-D16Timothy Pearson2017-08-27396-117914/+3111
| | | | | | | | | | Thermal management is functional but expects all fans to be attached Known issues: * BMC has been observed spontaneously rebooting after ~7-8 hours uptime with no logs and no console output. * While kcs has been implemented, the IPMI daemon is only functional enough to report chassis status.
* Sync to internal OpenBMC repo f926614Tian Fang2015-12-15275-5241/+25629
|
* [linux] remove duplicated includeTian Fang2015-09-251-2/+0
| | | | | | | | Summary: As title Test Plan: bitbake linux-aspeed
* [u-boot] Fixed the striplevel for the new patch fileTian Fang2015-09-252-11/+11
| | | | | | | | | Summary: As tile Test Plan: bitbake -c cleanall u-boot u-boot-fw-utils bitbake u-boot u-boot-fw-utils
* [base-files] Add '--always' option to for 'git describe'Tian Fang2015-09-251-1/+1
| | | | | | | | | Summary: We use 'git describe' to generate OpenBMC release version number. Add '--always' option so that it won't fail on repo without tag. Test Plan: bitbake -c cleanall base-files && bitbake base-files
* [u-boot] fix the build issue after last pushTian Fang2015-09-242-20/+9
| | | | | Summary: The S directory was set incorrectly from the last push.
* Openbmc dev snapshot.Ori Bernstein2015-09-23342-316/+63462
|
* Initial open source release of OpenBMCTian Fang2015-03-09186-0/+131086
OpenPOWER on IntegriCloud