summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2020-09-15Add run time conditional blockDeepak Khatri
Removed compile time conditional block in favour od run-time code!
2020-09-15Fix config-pin for BBAIDeepak Khatri
A conditional block has been added to detect the board type. The conditional block depends on macro created in the compatibility layer code.
2020-07-09Remove the rest of string parsing out of subprocessesDarren Schachter
2020-07-09Move some string parsing out of subprocessesDarren Schachter
2020-07-09Make minor formatting changesDarren Schachter
2020-07-09Allow flexible with in/out mode namingDarren Schachter
2020-07-09Improve memory managementDarren Schachter
2020-07-09Make code more secure (prevent OS injection)Darren Schachter
2020-07-09Add direction functionality (for in/out modes)Darren Schachter
2020-07-09Resolve in/out modes to gpioDarren Schachter
2020-07-09Add error handling to GetGpioDarren Schachter
2020-07-09Implement GetGpio functionDarren Schachter
2019-03-27import: MuntsOS Embedded Linux, config-pin.cRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2019-01-21Efficiency: Eliminate two utility callsBjorn Jansson
sed can do all three operations, eliminating calls to cat and tr
2019-01-21Bug: case term has [dD], should be [uU]Bjorn Jansson
The last case term should be [iI][nN][pP][uU][tT][-_][pP][dD], [uU] replaces first [dD]
2019-01-14SpellingMatty G
2019-01-08pinmux: BeagleBone: spi*sclk use PIN_INPUT_PULLUP vs PIN_OUTPUT, see ↵Robert Nelson
spruh73p.pdf page 4885 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2019-01-08pinmux: PocketBeagle: spi*sclk use PIN_INPUT_PULLUP vs PIN_OUTPUT, see ↵Robert Nelson
spruh73p.pdf page 4885 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-10-19pinmux: fix the default state of the BlueRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-10-19pinmux: fix the default state of the PocketBeagleRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-10-19Revert "pinmux: BBB: use 0x3B for i2c2 (no pullup)"Robert Nelson
This reverts commit 9ccfba49c83b9e2ddf8d46eae7c517bd4ed36d9e. Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-10-19pinmux: BBB: use 0x3B for i2c2 (no pullup)Robert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-10-19pinmux: fix the default state on the BeagleBone BlackRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-10-19pinmux: 4.0.1526Robert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-06-11tools: pinmux-generator: P9.28 is special, it has two pwm, fix this in the ↵Robert Nelson
generation script fixes: https://github.com/beagleboard/bb.org-overlays/issues/85 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-06-11tools: pinmux-generator: pinmux: 4.0.1519Robert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-02-19config-pin: fix slots for 4.15/4.16Robert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-01-30pinmux: bbb: include P9.19/P9.20Robert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-01-19config-pin: disable cape load, resync-pinmuxsRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2018-01-18pinmux: regen BeagleBone_Black.dtsRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-20pinmux: update BeagleBone_Black_i2c_can.shRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-18pinmux: BeagleBone_Blue: add gpio_inputRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-07config-pin: add new modes for PocketBeagleRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-07pinmux: config-pin add new gpio_input labelRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-07pinmux: PocketBeagle: default pru pins to pruinRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-07pinmux: add gpio_input optionRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-07pinmux: rip out old routineRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-07pinmux: finish rewriteRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-06pinmux: use caseRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-06pinmux: 4.0.1510Robert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-06pinmux-generator: clean things up to more easily setup default pinmuxsRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-12-02PocketBeagle: fix P2_24 default stateRobert Nelson
fixes: https://github.com/beagleboard/bb.org-overlays/issues/54 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-11-26config-pin: fix cape loadingAndi Meier
- Consider $SLOTS is just an ordinary file. - Evaluate $disable_capemgr_load as number.
2017-11-01config-pin: fix PocketBeagle P2_24Robert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-11-01PocketBeagle Fix: P2_24Robert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-10-31pinmux: PocketBeagle: sync with lower case changesRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-10-27pinmux: BeagleBone BlueRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-10-27pinmux: pcbpin="x_yz" -> pcbpin="Px_yz"Robert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-10-27pinmux/config-pin: bring out both can interfaces, and all spi interfacesRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
2017-10-27pinmux: bring out P9.19/P9.20 i2c/canRobert Nelson
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>