summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OSELAS.BSP-EnergyMicro-Gecko: Update energyAwareToolsHEADmasterBryan Hundven2016-01-081-3/+2
| | | | | | | | Since the silabs acquisition of energymicro, the url to the energyAwareTools has changed. This commit updates that path. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
* kernel: add symbol to config to support oldconfig for newer kernelsUwe Kleine-König2015-05-271-0/+2
|
* Use newer toolchainUwe Kleine-König2015-01-282-13/+13
| | | | | The previously used toolchain fails to build newer kernels which breaks automatic testing of linux-next with this BSP.
* ptxconfig: disable FIX_PERMISSIONSUwe Kleine-König2014-07-251-1/+1
| | | | | For one the Gecko cannot (currently) do NFS-root and apart from that this setting isn't needed with devtmpfs anyhow. So kick it.
* bump toolchain versionUwe Kleine-König2014-07-252-13/+13
|
* Update README for new ptxdist versionUwe Kleine-König2014-07-251-5/+5
|
* migrate to ptxdist-2014.07.0Uwe Kleine-König2014-07-246-121/+117
|
* OSELAS.BSP-EnergyMicro-Gecko: geckoboot: #ifdef out framebuffer supportUwe Kleine-König2014-03-041-3/+6
| | | | | The screen is flickering and having to press the AEM button at startup is annoying, so #ifdef out the framebuffer stuff for now.
* OSELAS.BSP-EnergyMicro-Gecko: fix wrong versions in READMEUwe Kleine-König2014-02-061-8/+12
|
* Merge branch 'platform-efm32gg-dk3750/master' of ↵Uwe Kleine-König2013-11-1837-1668/+3615
|\ | | | | | | git-public.pengutronix.de:/OSELAS.BSP-EnergyMicro-Gecko
| * platform-energymicro-efm32gg-dk3750: update Linux patch stack to v3.12-rc4platform-efm32gg-dk3750/masterUwe Kleine-König2013-11-1837-1668/+3615
| | | | | | | | This adds framebuffer and i2c support
| * OSELAS.BSP-EnergyMicro-Gecko: migrate to PTXdist 2013.07.1Uwe Kleine-König2013-08-081-4/+4
| |
* | OSELAS.BSP-EnergyMicro-Gecko: enable framebuffer supportUwe Kleine-König2013-11-182-4/+263
| | | | | | | | | | The hard work of adapting the bootloader to let it setup the framebuffer was done by Alexandru Ciprian Iordan.
* | OSELAS.BSP-EnergyMicro-Gecko: geckoboot: fix logic for conditional outputUwe Kleine-König2013-11-051-3/+5
| | | | | | | | | | printch corrupts the flags in APSR, so that register must be preserved on the stack.
* | OSELAS.BSP-EnergyMicro-Gecko: geckoboot: move stack to not corrupt dtUwe Kleine-König2013-11-051-1/+1
| | | | | | | | | | | | The device tree blob is copied to 0x10000000. Now that printing to the UART makes use of the stack having it at 0x10020000 (and below) corrupts the device tree. Move it to the end of SRAM.
* | OSELAS.BSP-EnergyMicro-Gecko: geckoboot: refactor UART outputUwe Kleine-König2013-10-301-31/+73
| | | | | | | | | | | | | | | | | | | | The code generated is slightly less effective because of the added push and pop pairs and fifo handling which doesn't outweigh the advantages though: - improved readabiltiy - easier use because no registers are clobbered - putc waits for the UART to be idle
* | OSELAS.BSP-EnergyMicro-Gecko: geckoboot: improve pinmux documentationUwe Kleine-König2013-10-261-38/+79
| | | | | | | | | | The only intended code change is that PC11 is set to 0 as already documented before and dropping some clock enables
* | OSELAS.BSP-EnergyMicro-Gecko: geckoboot: configure i2c pins and routingUwe Kleine-König2013-10-251-3/+3
| |
* | OSELAS.BSP-EnergyMicro-Gecko: migrate to PTXdist 2013.07.1Uwe Kleine-König2013-08-083-21/+103
| |
* | geckoboot: prepare accessing an microsd cardUwe Kleine-König2013-07-181-4/+4
| |
* | geckoboot: add a workaround that seems to fix getting no eth irqsUwe Kleine-König2013-07-161-0/+2
| |
* | Merge branch 'platform-efm32gg-dk3750/master' of ↵Uwe Kleine-König2013-07-1652-9042/+513
|\| | | | | | | git-public.pengutronix.de:/OSELAS.BSP-EnergyMicro-Gecko
| * platform-energymicro-efm32gg-dk3750: update kernel to 3.11-rc1Uwe Kleine-König2013-07-1652-9042/+513
| |
* | OSELAS.BSP-EnergyMicro-Gecko: geckoboot: assert 'k' makes it to the UARTUwe Kleine-König2013-06-271-2/+6
| |
* | Merge branch 'platform-efm32gg-dk3750/master' of ↵Uwe Kleine-König2013-03-2222-2/+6351
|\| | | | | | | git-public.pengutronix.de:/OSELAS.BSP-EnergyMicro-Gecko
| * platform-energymicro-efm32gg-dk3750: move to Linux 3.9-rc1Uwe Kleine-König2013-03-2222-2/+6351
| |
* | OSELAS.BSP-EnergyMicro-Gecko: geckoboot: optionally setup SWO tracingUwe Kleine-König2013-03-222-2/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | To setup for SWO press PB1 during reset. Functionallity is untested as there is a bug in the Linux JLink library which breaks tracing. Also the output is expanded: 'G': first sign of life 'e'/'E': SWO off/on 'c'/'C': don't/do wait for PB2 being pressed 'k': about to copy oftree to RAM 'o', '\n': done with oftree, about to jump into Linux
* | Merge branch 'platform-efm32gg-dk3750/master' of ↵Uwe Kleine-König2013-02-1315-75/+745
|\| | | | | | | git-public.pengutronix.de:/OSELAS.BSP-EnergyMicro-Gecko
| * platform-energymicro-efm32gg-dk3750: update kernelUwe Kleine-König2013-02-1314-59/+549
| | | | | | | | | | | | - implement gpio driver - correct spelling of "Energy Micro" - minor cleanups
| * platform-energymicro-efm32gg-dk3750: kernel updatesUwe Kleine-König2013-02-085-24/+204
| | | | | | | | | | | | - enable PM, network stuff, adc - add dt support to adc driver - cosmetic
* | OSELAS.BSP-EnergyMicro-Gecko/geckoboot: don't wait to boot into LinuxUwe Kleine-König2013-02-131-0/+2
| |
* | OSELAS.BSP-EnergyMicro-Gecko: fix ptxdist versions in READMEUwe Kleine-König2013-02-081-3/+3
| | | | | | | | This is a followup to 34bf52c
* | OSELAS.BSP-EnergyMicro-Gecko: update README about firmware versionsUwe Kleine-König2013-02-081-1/+11
| |
* | OSELAS.BSP-EnergyMicro-Gecko/geckoboot: configure fpga irq pin as inputUwe Kleine-König2013-02-081-0/+2
| | | | | | | | This makes ethernet work in Linux
* | OSELAS.BSP-EnergyMicro-Gecko: move kernel to external flashUwe Kleine-König2013-02-075-18/+24
|\|
| * platform-energymicro-efm32gg-dk3750: move kernel to external flashUwe Kleine-König2013-02-074-12/+18
| |
| * platform-energymicro-efm32gg-dk3750: kernel oldconfigUwe Kleine-König2013-02-071-5/+0
| |
* | OSELAS.BSP-EnergyMicro-Gecko: add geckoboot loaderUwe Kleine-König2013-02-076-0/+257
| |
* | OSELAS.BSP-EnergyMicro-Gecko: redirect eACommander output to stderrUwe Kleine-König2013-02-071-1/+1
| |
* | Merge branch 'platform-efm32gg-dk3750/master' of ↵Uwe Kleine-König2013-02-0732-1773/+1650
|\| | | | | | | git-public.pengutronix.de:/OSELAS.BSP-EnergyMicro-Gecko.git
| * platform-energymicro-efm32gg-dk3750: kernel updatesUwe Kleine-König2013-02-0714-1021/+573
| | | | | | | | | | | | | | - uses dt now - untested driver for board fpga - probes ethernet chip - drop pinmuxing (moved into bootloader now)
| * platform-energymicro-efm32gg-dk3750: port to Linux 3.8-rcUwe Kleine-König2013-01-3130-826/+1151
| |
* | OSELAS.BSP-EnergyMicro-Gecko: enable ifconfig; mount /proc and /sys on startupUwe Kleine-König2013-02-072-1/+14
| |
* | OSELAS.BSP-EnergyMicro-Gecko: migrate to ptxdist-2013.01.0Uwe Kleine-König2013-01-315-24/+88
|\|
| * platform-energymicro-efm32gg-dk3750: migrate to ptxdist-2013.01.0Uwe Kleine-König2013-01-101-8/+25
| |
* | OSELAS.BSP-EnergyMicro-Gecko: mention switching to MCU mode in READMEUwe Kleine-König2013-01-102-2/+4
| |
* | OSELAS.BSP-EnergyMicro-Gecko: initial code dropUwe Kleine-König2012-10-0842-1/+2067
|/ | | | including the platform code for energymicro-efm32gg-dk3750
* platform-energymicro-efm32gg-dk3750: initial code dropUwe Kleine-König2012-10-0825-0/+6486