a modular framework for creating OpenWrt-based firmwares for wireless mesh nodes
Go to file
Matthias Schiffer a26f781404 ar71xx: make bootconsole wait for both THRE and TEMT
Original commit message:

    MIPS: ath79: make bootconsole wait for both THRE and TEMT

    This makes the ath79 bootconsole behave the same way as the generic 8250
    bootconsole.

    Also waiting for TEMT (transmit buffer is empty) instead of just THRE
    (transmit buffer is not full) ensures that all characters have been
    transmitted before the real serial driver starts reconfiguring the serial
    controller (which would sometimes result in garbage being transmitted.)
    This change does not cause a visible performance loss.

    In addition, this seems to fix a hang observed in certain configurations on
    many AR7xxx/AR9xxx SoCs during autoconfig of the real serial driver.

    A more complete follow-up patch will disable 8250 autoconfig for ath79
    altogether (the serial controller is detected as a 16550A, which is not
    fully compatible with the ath79 serial, and the autoconfig may lead to
    undefined behavior on ath79.)
2016-03-24 18:34:34 +01:00
contrib Add contrib/depdot.sh 2016-02-28 20:01:19 +01:00
docs docs: add 2016 copyright year to sphinx conf file 2016-03-21 22:31:46 +01:00
include mac80211: update backport to r48681 2016-02-09 18:44:22 +01:00
package Merge pull request #675 from T-X/preparations-for-mcast-snooping 2016-03-11 13:27:33 +01:00
patches ar71xx: make bootconsole wait for both THRE and TEMT 2016-03-24 18:34:34 +01:00
scripts git submodules 2016-03-06 03:09:09 +01:00
targets Add Support for the ALFA Hornet UB and similar devices 2016-03-13 15:59:47 +01:00
.gitignore build: add GLUON_OUTPUTDIR, move GLUON_IMAGEDIR default below it 2015-10-29 18:44:00 +01:00
CONTRIBUTING.md Merge pull request #481 from freifunk-gluon/rej-features 2015-10-11 17:55:08 +02:00
LICENSE docs, LICENSE: fix upper and lower case of "OpenWrt" 2016-02-05 18:48:48 +01:00
Makefile Explicitly set SHELL to bash 2016-03-22 13:01:18 +01:00
modules Update Gluon packages 2016-03-04 00:51:28 +01:00
README.md docs, README: add release notes for v2016.1.2, update version numbers 2016-03-09 19:21:40 +01:00

Documentation (incomplete at this time, contribute if you can!) may be found at http://gluon.readthedocs.org/.

If you're new to Gluon and ready to get your feet wet, have a look at the Getting Started Guide.

Gluon IRC channel: #gluon in hackint

Issues & Feature requests

Before opening an issue, make sure to check whether any existing issues (open or closed) match. If you're suggesting a new feature, drop by on IRC or our mailinglist to discuss it first.

Use a release!

Please refrain from using the master branch for anything else but development purposes! Use the most recent release instead. You can list all relaseses by running git branch -a and switch to one by running git checkout v2016.1.2 && make update.

If you're using the autoupdater, do not autoupdate nodes with anything but releases. If you upgrade using random master commits the nodes will break eventually.

Mailinglist

To subscribe to the list, send a message to:

gluon-subscribe@luebeck.freifunk.net

To remove your address from the list, just send a message to the address in the List-Unsubscribe header of any list message. If you haven't changed addresses since subscribing, you can also send a message to:

gluon-unsubscribe@luebeck.freifunk.net