Commit graph

26 commits

Author SHA1 Message Date
Ntemis
46502e14d5 Revert "config/arm: use eabihf for hard float"
This reverts commit f458e9f8be.
Reason:
We need to update to gcc-arm-arm-none-linux-gnueabihf for this to work on
this branch, so lets keep it simple and push this revert
2020-08-08 19:37:31 +03:00
MilhouseVH
f458e9f8be config/arm: use eabihf for hard float 2020-08-07 23:36:32 +03:00
kszaq
73778f9061 config: don't use mcpu switch for arm and aarch64
When compiling glibc for cortex-a9, the following errors appears:
cc1: error: switch -mcpu=cortex-a9 conflicts with -march=armv7-a switch [-Werror]

Using mcpu with march and mtune is not recommended and compiler emits
warnings/errors when mismatched.
2020-08-07 23:36:15 +03:00
Demetris Ierokipides
5766173240
Odroid Go Advance Support (#981)
* Lakka: Add RK3326 - Odroid Go Advance support

* odroidgo2: rename kernel

* libretro: fix some packages

* OGA:And there will be Cortex-A35 support in ARCH=arm

* RK3326: rename to OdroidGoAdvance

* uboot_helper: add missing bracket

* OdroidGoAdvance: fix bootloader and kernel

* OdroidGoAdvance: boots and shows a prompt!

* OdroidGoAdvance: enable wayland

* libretro-cores: new package, add master switch

* OdroidGoAdvance: have wayland use libmali's wayland-egl

* OdroidGoAdvance: fix wayland / wayland-egl dependency in RetroArch

* OdroidGoAdvance: boots to rotated RetroArch

* OdroidGoAdvance: add joypad autoconfig (to be upstreamed)

* OdroidGoAdvance: remove Wayland, go back to KMS

* odroidgo2: works without wayland, set xmb layout, update assets

* odroidgo2: oops

* odroidgo2: menu scaling adjustments

* Enable audio and headphone sensing (#905)

* retroarch: cleanup

* retroarch: remove XDG_RUNTIME_DIR envvar

* rkbin: cleanup

* odroidgo2: cleanup

* odroidgo2: cleanup x11 and wayland

* odroidgo2: please?

* odroidgo2: add proper splash

* Rockchip: disable UART serial console

* OGA:Add charging animation support on uboot

- Users have to burn this SPI flash update image and boot from it first
https://wiki.odroid.com/lib/exe/fetch.php?tok=bd1c8c&media=https%3A%2F%2Fdn.odroid.com%2FRK3326%2FODROID-GO-Advance%2Frecovery%2Fsdcard_recovery_200211.img

Signed-off-by: Ntemis <ierokipides.dem@gmail.com>

* retroarch: update

* Small libretro update

* Use proper flags for OdroidGoAdvance a35 (#908)

* OGA: Bump kernel
- Added esp8089 driver
- Fixes suspend and resume of rk817 codec
- Fixes rk817 battery driver temp prop

Signed-off-by: Ntemis <ierokipides.dem@gmail.com>

* Update Easyrpg to v0.6.2 stable

* OdroidGoAdvance: Add support for OGA v1.1 (#957)

Co-authored-by: natinusala <natinusala@gmail.com>
Co-authored-by: shantigilbert <shantic@gmail.com>
2020-07-14 05:47:17 +03:00
Tomáš Kelemen
32dafa4d51 RPi4: set CPU to cortex-a72 (#736) 2019-07-30 14:46:33 +02:00
Sascha Kuehndel (InuSasha)
58d7972dad
buildsystem: add -mtune to CFLAGS, to be in sync with LDFLAGS. Else segfault is triggered in lto build 2018-06-04 20:07:06 +02:00
MilhouseVH
4d0336e729 buildsystem: simd support (neon/mmx/sse/sse2) is a feature of CPU not project 2018-03-12 22:16:38 +00:00
Jonas Karlman
dff565f4e0 config/arch.arm: add cortex-a72.cortex-a53 2018-03-04 20:26:55 +01:00
Jonas Karlman
20f2322755 config/arch.arm: add cortex-a17 2018-03-04 20:26:54 +01:00
Radostan Riedel
de9d1af69f AArch64 projects: add 32-bit userspace support 2017-10-12 10:07:43 +02:00
zalaare
4e73d4c625 add big.LITTLE support for arm architectures 2016-04-06 10:19:45 -04:00
Lukas Rusak
ae9e7cab5f buildsys: define TARGET_KERNEL_ARCH early 2016-02-29 21:25:37 +01:00
Jonas Karlman
82d79093af GCC 4.9 has support for armv7ve 2015-02-10 08:06:54 +01:00
Stephan Raue
acf0859c6e config/arch.arm: add initial support for cortex-a5|7|15
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-11-22 01:25:33 +01:00
Stephan Raue
9c8e7bc6b0 config/arch.*: add variable to specify SIMD support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-07-28 03:11:02 +02:00
Stephan Raue
d0849a628a config/arch.arm: dont use -fPIC in LDFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-05-27 02:39:31 +02:00
Stephan Raue
5c39e3fc0d config/arch.arm: add support to specity $TARGET_FLOAT, add 'hardfp' support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-22 17:26:00 +02:00
Stephan Raue
4c191874e4 config/arch.arm: set some cortex-a9 defaults
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-22 17:23:43 +02:00
Stephan Raue
071bc1e889 config/arch.arm: update cpu flags
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-22 17:21:54 +02:00
Stephan Raue
3ddf6f4109 config/arch.arm: add some more cpu flags
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-22 17:19:57 +02:00
Stephan Raue
172d160ee5 config/arch.arm: config/arch.arm: setup defaults for 'arm1176jzf-s' target
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-04-22 17:19:54 +02:00
Stephan Raue
14ab6a420f config/arch.*: dont set -fPIC globally
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-12-04 16:09:17 +01:00
Stephan Raue
8cc4591456 Revert "config/arch.* fix $LDFLAGS"
This reverts commit 68b97102b8.
2011-09-09 22:12:34 +02:00
Stephan Raue
68b97102b8 config/arch.* fix $LDFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-09-09 20:49:35 +02:00
Stephan Raue
98853a9daa config/path: move ARCH specific options to ARCH specific config files
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-21 21:39:29 +01:00
Stephan Raue
d854ac4369 config/arch: split in to seperate ARCH configurations
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-21 01:30:30 +01:00