- 25 Jan, 2021 1 commit
-
-
Anjan Chanda authored
-
- 21 Jan, 2021 2 commits
-
-
Andreas Gnau authored
The pre-releases contained in bcmcreator_pre are not available to everyone (needs special Broadcom NDA). For this reason, move to the repo bcm963xx-bsp, which will only contain GA releases, which are available to a wider audience of Broadcom's customers. Our patches on top of Broadcom have been rebased and cleaned up on top of a history only containing final releases. Functionality-wise the commit in the new repo bcm963xx-bsp is equivalent to the commit in the old repo bcmcreator_pre.
-
Anjan Chanda authored
```---------------------------------------------------------------------------- * 9bc5b87 enet: trigger easy-soc netlink events for ethport link events * 814aef8 bcm963xx: enable hostapd MBO * 0d49601 bcm963xx: allow scan in AP mode * e092fcd genconfig.d: select kernel modules required for some iptables and vpn modules * 062145f Makefile: remove unnecessary patch * 868f291 wifi_firmware: use correct download center ``` ---------------------------------------------------------------------------- commit 9bc5b876bdd14490eda600026a0b4bc2203f7819 Author: Sukru Senli <sukru.senli@iopsys.eu> Date: 2021-01-20 22:49:02 +0100 enet: trigger easy-soc netlink events for ethport link events Base directory -> / .../opensource/net/enet/impl7/bcmenet_ioctl_compat.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ------------------------------------------------------------------------------- commit 814aef8cc7c48a519e9be8df2b789388cbeee737 Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Date: 2021-01-20 13:33:52 +0100 bcm963xx: enable hostapd MBO Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Base directory -> / patches/160-hostapd-enable-config-mbo.patch | 11 +++++++++++ patches/series | 1 + 2 files changed, 12 insertions(+) ------------------------------------------------------------------------------- commit 0d496011b87d70ce3b2b11dd3875df4d7fd93252 Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Date: 2021-01-19 14:02:57 +0100 bcm963xx: allow scan in AP mode Allow to run scan in AP mode via NL80211. Before, that was possible only via wl iface. Unlock this also for iw/nl80211. Signed-off-by:
Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Base directory -> / patches/300-allow-iw-scan-in-ap-mode.patch | 32 ++++++++++++++++++++++++++++++ patches/series | 1 + 2 files changed, 33 insertions(+) ------------------------------------------------------------------------------- commit e092fcd09c760e036b0f513f5a9d9ceb57f09222 Author: Sukru Senli <sukru.senli@iopsys.eu> Date: 2021-01-17 19:05:34 +0100 genconfig.d: select kernel modules required for some iptables and vpn modules Base directory -> / bcm963xx/hostTools/scripts/gendefconfig.d/30iopsys.conf | 4 ++++ 1 file changed, 4 insertions(+) ------------------------------------------------------------------------------- commit 062145fcdb365ad99fc6b89790b15a30a64352ef Author: Sukru Senli <sukru.senli@iopsys.eu> Date: 2021-01-15 16:59:44 +0100 Makefile: remove unnecessary patch Base directory -> / Makefile | 10 ---------- 1 file changed, 10 deletions(-) ------------------------------------------------------------------------------- commit 868f291201d8178fe13babd3f762585274f34f83 Author: Sukru Senli <sukru.senli@iopsys.eu> Date: 2021-01-15 16:59:07 +0100 wifi_firmware: use correct download center Base directory -> / build_wifi_firmware | 6 +++--- install_wifi_firmware | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) -------------------------------------------------------------------------------
-
- 19 Jan, 2021 1 commit
-
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * e092fcd09 genconfig.d: select kernel modules required for some iptables and vpn modules * 062145fcd Makefile: remove unnecessary patch * 868f29120 wifi_firmware: use correct download center ``` ---------------------------------------------------------------------------- commit e092fcd09c760e036b0f513f5a9d9ceb57f09222 Author: Sukru Senli <sukru.senli@iopsys.eu> Date: 2021-01-17 19:05:34 +0100 genconfig.d: select kernel modules required for some iptables and vpn modules Base directory -> / bcm963xx/hostTools/scripts/gendefconfig.d/30iopsys.conf | 4 ++++ 1 file changed, 4 insertions(+) ------------------------------------------------------------------------------- commit 062145fcdb365ad99fc6b89790b15a30a64352ef Author: Sukru Senli <sukru.senli@iopsys.eu> Date: 2021-01-15 16:59:44 +0100 Makefile: remove unnecessary patch Base directory -> / Makefile | 10 ---------- 1 file changed, 10 deletions(-) ------------------------------------------------------------------------------- commit 868f291201d8178fe13babd3f762585274f34f83 Author: Sukru Senli <sukru.senli@iopsys.eu> Date: 2021-01-15 16:59:07 +0100 wifi_firmware: use correct download center Base directory -> / build_wifi_firmware | 6 +++--- install_wifi_firmware | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) -------------------------------------------------------------------------------
-
- 15 Jan, 2021 11 commits
-
-
Andreas Gnau authored
Rebase on top of Broadcom release 5.04.L02 with wl impl69 17.10.157.2802
-
Andreas Gnau authored
The README.md file added by the script only has dummy placeholder text. Remove it all together, because a file with no content is worse than no file at all.
-
Andreas Gnau authored
Add rudimentary support for adding and merging WIFI tarballs. No support was added for ordering and parsing the filenames, so right now one has to manually call the bash-functions with the right arguments by modifying the script.
-
Andreas Gnau authored
Factor out importing and merging to separate functions. This will make it easier to run the steps just for one tarball or tarballs with differing naming conventions such as wifi-tarballs.
-
Andreas Gnau authored
Existing code is working with set -u. Set it, so we don't regress. Also add -o pipefail for more robust and sensible behaviour for error handling when piping commands.
-
Andreas Gnau authored
Move it out of the big case-statement, because it is mostly the same code. Also change the commit message and add date information.
-
Andreas Gnau authored
Reduce code duplication by moving setting up the git-branch and extracting the outer-tarball to a temporary directory out of the case-statement.
-
Andreas Gnau authored
Reduce code duplication by moving the check whether a tarball was already added to a separate function.
-
Andreas Gnau authored
-
Andreas Gnau authored
-
Andreas Gnau authored
Indentation had been done using a wild mix of spaces and tabs. Switch to hopefully consistent indentation using spaces.
-
- 17 Dec, 2020 2 commits
-
-
Anjan Chanda authored
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * ea1087858 Makefile: Remove commented code ``` ---------------------------------------------------------------------------- commit ea1087858d166ae4df33a1c6814fc6b42e0c0a2e Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-12-17 08:07:17 +0100 Makefile: Remove commented code Clean-up Makefile of commented code blocks. The code can still be retrieved in the git history of 5.02, if it is needed later for writing a more well-integrated Makefile. Base directory -> / Makefile | 730 +-------------------------------------------------------------- 1 file changed, 3 insertions(+), 727 deletions(-) -------------------------------------------------------------------------------
-
- 15 Dec, 2020 1 commit
-
-
Oussama Ghorbel authored
```---------------------------------------------------------------------------- * 0468ee4ae smarthub3: fix dect's uart port * 979ca216c smarthub3: 63158: enable hs uart driver * 81d2f35d7 XUG534: fix compilation warning * 558615a61 bp: XUG534: update board name * 7f9774dc7 bcm963xx: Disable CMS and enable BASE_SHELL ``` ---------------------------------------------------------------------------- commit 0468ee4aeedfae2a42944a1dcbe2137a72d1c5c1 Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: 2020-12-11 19:04:23 +0100 smarthub3: fix dect's uart port Base directory -> / bcm963xx/kernel/dts/63158/SMARTHUB3_R0A.dts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) ------------------------------------------------------------------------------- commit 979ca216c9272817d782da24fffcdf52c2fe8d31 Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: 2020-12-11 19:01:18 +0100 smarthub3: 63158: enable hs uart driver Base directory -> / bcm963xx/targets/963158GWV/bcmcreator-100.conf | 1 + 1 file changed, 1 insertion(+) ------------------------------------------------------------------------------- commit 81d2f35d778cd8200733e3772e12c1f004173ebf Author: Marek <marek.puzyniak@iopsys.eu> Date: 2020-12-15 13:34:50 +0000 XUG534: fix compilation warning This warning stops compilation, by removing BUILD_OMCI config option the problem can be avoid. Signed-off-by:
Marek <marek.puzyniak@iopsys.eu> Base directory -> / bcm963xx/targets/96856GWO/bcmcreator-100.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 558615a61476f3b0f6079f7b8fbead03ee23f54f Author: Marek <marek.puzyniak@iopsys.eu> Date: 2020-12-11 14:52:59 +0000 bp: XUG534: update board name Signed-off-by:
Marek <marek.puzyniak@iopsys.eu> Base directory -> / bcm963xx/shared/opensource/boardparms/bcm963xx/6856/XUG534.bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit 7f9774dc71a60a7f7422dbb3f6a4024775d5d07c Author: Janusz Dziedzic <janusz.dziedzic@iopsys.eu> Date: 2020-12-14 18:26:24 +0100 bcm963xx: Disable CMS and enable BASE_SHELL BASE_SHELL is for those who want to use their own configuration management system instead of Broadcom CMS Base directory -> / Makefile | 16 +++------------- bcm963xx/targets/common/bcmcreator-100_default.conf | 9 +++++++-- 2 files changed, 10 insertions(+), 15 deletions(-) -------------------------------------------------------------------------------
-
- 14 Dec, 2020 1 commit
-
-
Janusz Dziedzic authored
-
- 10 Dec, 2020 2 commits
-
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * 7b978390c dts/bp: WE7202242SA: Use legacy bcm93xx_led instead of bca_led_ctrl * 7403d53bb dts: WE7202242SA: Clean up and add LEDs ``` ---------------------------------------------------------------------------- commit 7b978390c486a757d778d85522c7b3807b7d88b7 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-12-10 23:20:34 +0100 dts/bp: WE7202242SA: Use legacy bcm93xx_led instead of bca_led_ctrl The bca_led_ctrl showed problems where only one LED could be one at a time and an LED could only be switched off by switching on another LED. When using the legacy bcm93xx_led which gets its information from boardparms, we do not get this behaviour. Ifdef out the relevant part of the device tree and remove the ifdef in boardparms to use the legacy LED driver until we find the issue with the newer bca_led_ctrl. Base directory -> / bcm963xx/kernel/dts/47622/WE7202242SA.dts | 8 ++++++++ .../shared/opensource/boardparms/bcm963xx/47622/WE7202242SA.bp.c | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 7403d53bbab2e5deb683b22e68e0670efad8e0b3 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-12-01 21:43:02 +0100 dts: WE7202242SA: Clean up and add LEDs This is not working 100%. For some reason, it is not possible to switch off LEDs and switching on one LED will switch off the other one... This change cleans up the previous definitions, which were disabled by an ifdef anyways. The only significant difference between those and the current definitions is the value of CLED_SERIAL_POLARITY_OFFSET which is 0x3000 instead of the definition from 47622.dtsi which is 0x3454. Even with those older definitions, it does not work. In summary, this change cleans up the verbose definitions, enables the LED definitions in the device tree and disables the LEDs befined in boardparms, but still does not make them work 100%. So, comment the definition in boardparms and enable the definitions in the device tree and thus bca_led_ctrl (enabling both at the same time would create conflicts). Base directory -> / bcm963xx/kernel/dts/47622/WE7202242SA.dts | 158 +++------------------ .../boardparms/bcm963xx/47622/WE7202242SA.bp.c | 4 + 2 files changed, 26 insertions(+), 136 deletions(-) -------------------------------------------------------------------------------
-
Oussama Ghorbel authored
```---------------------------------------------------------------------------- * 90f8651a5 smarthub3: enable uart2 ``` ---------------------------------------------------------------------------- commit 90f8651a54ab4891a177fcdd230487a030f975df Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: 2020-10-26 14:14:22 +0100 smarthub3: enable uart2 Base directory -> / bcm963xx/kernel/dts/63158/SMARTHUB3_R0A.dts | 6 ++++++ .../shared/opensource/boardparms/bcm963xx/63158/SMARTHUB3_R0A.bp.c | 2 ++ 2 files changed, 8 insertions(+) -------------------------------------------------------------------------------
-
- 07 Dec, 2020 1 commit
-
-
Oussama Ghorbel authored
-
- 28 Nov, 2020 1 commit
-
-
Sukru Senli authored
-
- 27 Nov, 2020 1 commit
-
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * 040433b8d dts: DG400PRIMER0: remove non-existing LEDs * a7d3673af dts: DG400PRIMER0: Remove buttons ``` ---------------------------------------------------------------------------- commit 040433b8dcee4816898cac26ec3f46a3ecf5f0dc Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-27 15:06:14 +0100 dts: DG400PRIMER0: remove non-existing LEDs Also fix some indentation inconsistencies. Base directory -> / bcm963xx/kernel/dts/63138/DG400PRIMER0.dts | 162 +---------------------------- 1 file changed, 3 insertions(+), 159 deletions(-) ------------------------------------------------------------------------------- commit a7d3673af95d7f770ec611a6ff379ef20bca393a Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-27 14:45:59 +0100 dts: DG400PRIMER0: Remove buttons Buttons are handled by peripheral manager and we do not have support in u-boot yet. Remove them from device tree to avoid conflicts. Base directory -> / bcm963xx/kernel/dts/63138/DG400PRIMER0.dts | 23 ----------------------- 1 file changed, 23 deletions(-) -------------------------------------------------------------------------------
-
- 25 Nov, 2020 3 commits
-
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * 8baed3317 U-Boot: Support default-state for LEDs in device tree ``` ---------------------------------------------------------------------------- commit 8baed331773b5eefcf389c58d1900ad403692059 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-25 17:16:44 +0100 U-Boot: Support default-state for LEDs in device tree The Broadcom board code in U-Boot does not set the default-state for LEDs as defined in the device tree. Other boards in U-Boot call led_default_state() in their board_init or board_late_init functions to set the default state. Do the same for the "bcmbca"-board added by Broadcom. Base directory -> / bcm963xx/bootloaders/u-boot-2019.07/board/broadcom/bcmbca/board.c | 3 +++ 1 file changed, 3 insertions(+) -------------------------------------------------------------------------------
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * c6f717a39 dts: SMARTHUB3_R0A: Add LEDs * 362c32ff0 panther: fix build issue caused by missing some wifi scripts * c28faaa99 panther: fix pinmux conflict ``` ---------------------------------------------------------------------------- commit c6f717a3979c5fd57e7974b927e61dd13aaf7b91 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-25 00:29:40 +0100 dts: SMARTHUB3_R0A: Add LEDs Base directory -> / bcm963xx/kernel/dts/63158/SMARTHUB3_R0A.dts | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) ------------------------------------------------------------------------------- commit 362c32ff05be481b91a73642c92369d336a0f708 Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: 2020-11-24 20:45:20 +0100 panther: fix build issue caused by missing some wifi scripts Base directory -> / Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ------------------------------------------------------------------------------- commit c28faaa99ce37f8db2890d0bb9429ac3b960d884 Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: 2020-11-24 12:17:32 +0100 panther: fix pinmux conflict Base directory -> / bcm963xx/shared/opensource/boardparms/bcm963xx/6846/FT-P3410B.bp.c | 4 ++++ 1 file changed, 4 insertions(+) -------------------------------------------------------------------------------
-
Sukru Senli authored
-
- 24 Nov, 2020 2 commits
-
-
Oussama Ghorbel authored
```---------------------------------------------------------------------------- * 362c32ff0 panther: fix build issue caused by missing some wifi scripts ``` ---------------------------------------------------------------------------- commit 362c32ff05be481b91a73642c92369d336a0f708 Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: 2020-11-24 20:45:20 +0100 panther: fix build issue caused by missing some wifi scripts Base directory -> / Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -------------------------------------------------------------------------------
-
Oussama Ghorbel authored
-
- 23 Nov, 2020 1 commit
-
-
Oussama Ghorbel authored
commit 39472447bca3e3fe3b52147566d224c12470c9e3 Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: Tue Nov 10 14:54:19 2020 +0100 no need to copy 9$(CONFIG_BCM_CHIP_ID).dtb this device tree does not exist for all chip and it seems to be useless commit 59bf4b4c36d4db48bb8a5acfbf8b83eb1c6b355c Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: Tue Nov 10 18:16:04 2020 +0100 added panther board (FT-P3410B)
-
- 19 Nov, 2020 2 commits
-
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * 04d1c29c0 boardparms: Compile boardparms_iopsyswrt.c into PinMuxCheck/bptest ``` ---------------------------------------------------------------------------- commit 04d1c29c030ef74580d08c990843087eab53b23e Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-19 17:48:41 +0100 boardparms: Compile boardparms_iopsyswrt.c into PinMuxCheck/bptest Fixes: 2f826634333a988baf370c9f2fadaecd2cb17157 Base directory -> / bcm963xx/hostTools/PinMuxCheck/Makefile | 2 +- bcm963xx/shared/opensource/boardparms/bcm963xx/boardparms_iopsyswrt.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) -------------------------------------------------------------------------------
-
Andreas Gnau authored
-
- 18 Nov, 2020 1 commit
-
-
Ronny Nilsson authored
```---------------------------------------------------------------------------- * e3a4e4118 voice: minor comment fix. * a53ad8a05 Squashed commit of the following: * 586debe6e dts: DG400PRIMER0: Remove non-existing LEDs * 7d17b96d8 Makefile: Fix variable assignment for open SDK * e55a1cde2 Makefile: Don't add drivers for internal DECT ``` ---------------------------------------------------------------------------- commit e3a4e41186df36cf820ac345481ae2d7946c3344 Author: Ronny Nilsson <ronny.nilsson@iopsys.eu> Date: 2020-11-18 16:24:50 +0100 voice: minor comment fix. Base directory -> / bcm963xx/shared/opensource/boardparms/bcm963xx/63158/SMARTHUB3_R0A.bp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit a53ad8a05afc4afe81ba7d7549f11fe9574ca426 Author: Ronny Nilsson <ronny.nilsson@iopsys.eu> Date: 2020-11-18 15:55:08 +0100 Squashed commit of the following: commit 61ad1e2ca073b3b66e10e5862f205262215a9aea Author: Ronny Nilsson <ronny.nilsson@iopsys.eu> Date: Wed Nov 18 15:04:38 2020 +0100 voice: add a forgotten include necessary for build. commit 3618b7031c1e9131853212a03e9d3f6f529c87f0 Author: Ronny Nilsson <ronny.nilsson@iopsys.eu> Date: Tue Nov 17 16:06:54 2020 +0100 voice: Add voice board params for board SmartHub3. Base directory -> / bcm963xx/kernel/dts/63158/SMARTHUB3_R0A.dts | 27 +++++++- .../boardparms/bcm963xx/63158/SMARTHUB3_R0A.bp.c | 73 +++++++++++++++++++++- 2 files changed, 98 insertions(+), 2 deletions(-) ------------------------------------------------------------------------------- commit 586debe6ee4c76256d28c4ed2ce367797cca7272 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-17 19:53:11 +0100 dts: DG400PRIMER0: Remove non-existing LEDs Base directory -> / bcm963xx/kernel/dts/63138/DG400PRIMER0.dts | 8 -------- 1 file changed, 8 deletions(-) ------------------------------------------------------------------------------- commit 7d17b96d8b6f4be4c7d761debbf18c2ac3dd0a49 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-17 17:00:32 +0100 Makefile: Fix variable assignment for open SDK Base directory -> / Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ------------------------------------------------------------------------------- commit e55a1cde29d4f41c40aa75d6e6551986e9a40d84 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-17 14:46:40 +0100 Makefile: Don't add drivers for internal DECT The previous commit was doing the opposite thing of what the commit message or the comments said. Double negation can create more confusion than expected. Fixes: e670738bc8c88259a7cc8a4dea6f7b495805f822 Base directory -> / Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) -------------------------------------------------------------------------------
-
- 17 Nov, 2020 1 commit
-
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * e55a1cde2 Makefile: Don't add drivers for internal DECT ``` ---------------------------------------------------------------------------- commit e55a1cde29d4f41c40aa75d6e6551986e9a40d84 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-17 14:46:40 +0100 Makefile: Don't add drivers for internal DECT The previous commit was doing the opposite thing of what the commit message or the comments said. Double negation can create more confusion than expected. Fixes: e670738bc8c88259a7cc8a4dea6f7b495805f822 Base directory -> / Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) -------------------------------------------------------------------------------
-
- 16 Nov, 2020 1 commit
-
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * e670738bc Makefile: Always remove drivers for internal DECT ``` ---------------------------------------------------------------------------- commit e670738bc8c88259a7cc8a4dea6f7b495805f822 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-16 14:51:40 +0100 Makefile: Always remove drivers for internal DECT These drivers are only needed for internal DECT and we do not have any targets with internal DECT, so we don't need a config variable for it. External DECT will still work. Base directory -> / Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -------------------------------------------------------------------------------
-
- 14 Nov, 2020 1 commit
-
-
Sukru Senli authored
-
- 13 Nov, 2020 4 commits
-
-
Oussama Ghorbel authored
```---------------------------------------------------------------------------- * 74e8ac026 DTS: DG400PRIMER0: Add LEDs * cda6a7d24 kernel: Enable CONFIG_LEDS_GPIO * c46484a12 Revert "restore debug info for wlan" ``` ---------------------------------------------------------------------------- commit 74e8ac026064a5ab198bcc6fdf55c07d5b987654 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-10 16:18:38 +0100 DTS: DG400PRIMER0: Add LEDs Base directory -> / bcm963xx/kernel/dts/63138/DG400PRIMER0.dts | 71 +++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit cda6a7d245d460c513b00ba5c73c31af5f269878 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-13 12:48:24 +0100 kernel: Enable CONFIG_LEDS_GPIO Enable the kernel GPIO LED driver that allows defining LEDs from GPIO pins. Needed for targets like DG400PRIMER0 that attach their LEDs to pins not covered by the built-in LED controller. Base directory -> / bcm963xx/hostTools/scripts/gendefconfig.d/30iopsys.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit c46484a12966eb854974d575fa0b00c155ebe752 Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: 2020-11-13 19:33:55 +0100 Revert "restore debug info for wlan" This reverts commit 917d17f27d19861ff8a15a2a9f311c29e8e420e8. Base directory -> / bcm963xx/targets/common/bcmcreator-100_default.conf | 3 +++ 1 file changed, 3 insertions(+) -------------------------------------------------------------------------------
-
Oussama Ghorbel authored
```---------------------------------------------------------------------------- * c46484a12 Revert "restore debug info for wlan" ``` ---------------------------------------------------------------------------- commit c46484a12966eb854974d575fa0b00c155ebe752 Author: Oussama Ghorbel <oussama.ghorbel@iopsys.eu> Date: 2020-11-13 19:33:55 +0100 Revert "restore debug info for wlan" This reverts commit 917d17f27d19861ff8a15a2a9f311c29e8e420e8. Base directory -> / bcm963xx/targets/common/bcmcreator-100_default.conf | 3 +++ 1 file changed, 3 insertions(+) -------------------------------------------------------------------------------
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * ac064b955 DTS: DG400PRIMER0: Add LEDs * a7e4d718f kernel: Enable CONFIG_LEDS_GPIO ``` ---------------------------------------------------------------------------- commit ac064b9558009c2f4afbe7cb9198b1e2d966a8ed Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-10 16:18:38 +0100 DTS: DG400PRIMER0: Add LEDs Base directory -> / bcm963xx/kernel/dts/63138/DG400PRIMER0.dts | 71 +++++++++++++++++++++++++++++- 1 file changed, 70 insertions(+), 1 deletion(-) ------------------------------------------------------------------------------- commit a7e4d718f6e01ee273e29409e64cc821748e9866 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-13 12:48:24 +0100 kernel: Enable CONFIG_LEDS_GPIO Enable the kernel GPIO LED driver that allows defining LEDs from GPIO pins. Needed for targets like DG400PRIMER0 that attach their LEDs to pins not covered by the built-in LED controller. Base directory -> / bcm963xx/hostTools/scripts/gendefconfig.d/30iopsys.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -------------------------------------------------------------------------------
-
Andreas Gnau authored
```---------------------------------------------------------------------------- * 87931e5ed Makefile: Rename config options ``` ---------------------------------------------------------------------------- commit 87931e5eda60057945b71f98f5d726c85daafae0 Author: Andreas Gnau <andreas.gnau@iopsys.eu> Date: 2020-11-12 17:04:13 +0100 Makefile: Rename config options Don't use CONFIG_TARGET prefix when they are actually bcm kernel specific config options. Base directory -> / Makefile | 57 +++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 45 insertions(+), 12 deletions(-) -------------------------------------------------------------------------------
-