summaryrefslogtreecommitdiff
path: root/board/zinger
Commit message (Expand)AuthorAgeFilesLines
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-3/+3
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-221-0/+1
* TCPMv1/v2: Move pd_check_requested_voltage() to common fileVijay Hiremath2020-02-121-7/+1
* pd: cleanup pd_get_data_roleDenis Brockus2020-01-091-3/+7
* pd: cleanup pd_get_roleDenis Brockus2020-01-091-1/+3
* usb_pd: Rename "Externally powered" to "Unconstrained Power"Benson Leung2019-12-121-1/+1
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2019-12-102-1/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* include: De-longify BIT() macroEvan Green2019-10-051-3/+3
* printf: Fix formatting errorsEvan Green2019-10-051-3/+3
* printf: Convert %T to %pTEvan Green2019-10-051-1/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-199-9/+9
* ec.tasklist: Consolidate duplicate commentsDaisuke Nojiri2019-04-081-11/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-264-33/+33
* ec: Refactor get_rtc_diff to return unsigned valuesJack Rosenthal2019-03-201-3/+1
* chip/stm32/clock: Enable STOP mode when the host sets wake alarmPhilip Chen2019-01-111-1/+1
* Zinger: lift function call out of assemblyJonathan Brandmeyer2018-10-151-3/+4
* cleanup: CONFIG_USB_PD_CUSTOM_VDM is not usedDivya Sasidharan2018-04-091-1/+0
* Mark reset and panic functions as noreturnPatrick Georgi2017-11-071-0/+1
* chip/stm32/clock: Incorporate RTC date registerPhilip Chen2017-09-272-13/+7
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-2/+2
* pd_log: Make PD logging more generic for general purpose loggingShawn Nematbakhsh2017-08-021-1/+2
* stm32: cleanup flash-f by using constant from register.hGwendal Grignou2017-06-021-1/+1
* common: Split rwsig parts from rsa.h headerNicolas Boichat2017-04-111-0/+1
* rwsig: Add support for rwsig image typesNicolas Boichat2017-02-171-0/+1
* pd: Move PD_DEFAULT_STATE to a common define in usb_pd.hScott2017-01-261-3/+0
* pd: fix contract negotiation with dynamic PDOsVincent Palatin2016-10-261-1/+1
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-0/+1
* Remove Makefile symlinks under board directoryDaisuke Nojiri2016-07-091-1/+0
* cleanup: pd: Define VBUS detection sourceShawn Nematbakhsh2016-06-021-0/+1
* stm32: add synchronous debug printfAlec Berg2015-10-196-57/+3
* cleanup: pd: remove duplicate code for checking request msgAlec Berg2015-10-131-20/+5
* pd: Cleanup usb_pd low power idle sleep maskShawn Nematbakhsh2015-10-061-0/+1
* cleanup: Handle signed RW images a bit cleanerBill Richardson2015-09-252-12/+3
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-162-6/+7
* build-infr: Add support for shared RO library.Aseda Aboagye2015-07-171-1/+2
* cleanup: fix all the header guardsBill Richardson2015-06-183-9/+9
* core: add task_wait_event_mask() function to other coresAlec Berg2015-06-111-0/+19
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-272-17/+11
* pd: add config options for including TCPM and TCPC separatelyAlec Berg2015-05-221-0/+2
* zinger: enable LTOVincent Palatin2015-05-191-0/+1
* Add option to enable GCC LTOVincent Palatin2015-05-191-1/+1
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-0/+3
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-3/+3
* pd: treat externally powered dualrole devices as dedicated chargersAlec Berg2015-04-071-3/+3
* pd: Massage initialization at task start.Todd Broch2015-02-251-0/+2
* zinger: increase time from PD RX edge to allowing sleep to 100msAlec Berg2015-01-201-1/+4
* pd: samus: separate macros for power supply on and off delaysAlec Berg2015-01-171-1/+2
* pd: updates to new connection state machineAlec Berg2015-01-161-0/+1
* pd: log important events for accessoriesVincent Palatin2015-01-152-1/+9