summaryrefslogtreecommitdiff
path: root/chip/g/registers.h
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-73/+73
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-20/+20
* g: add missing define for UART register UART_VAL.Marius Schilder2018-03-271-0/+1
* g: restore DATA PID after USB suspend/resumeVincent Palatin2017-09-071-1/+3
* CR50: add a hardware backed GCM implementationnagendra modadugu2017-01-271-0/+3
* Added additional macros for the TIMEUS module.Dom Rizzo2016-08-291-0/+17
* cr50: fix wake pin handling when resuming from sleepMary Ruthven2016-07-281-2/+2
* g: report proper silicon versionVadim Bendebury2016-07-241-2/+0
* g: Add GR_KEYMGR_HKEY_FRR to registers.hBill Richardson2016-05-161-4/+4
* Cr50: Enable jittery clockBill Richardson2016-05-031-0/+6
* Cr50: Add DIO_PULL_UP and DIO_PULL_DOWN flagsBill Richardson2016-04-151-2/+5
* Cr50: Add console command "usb" for testingBill Richardson2016-04-071-5/+5
* Cr50: Specify pinmux wake sources in gpio.incBill Richardson2016-04-051-3/+12
* Cr50: Handle possible resume from deep sleepBill Richardson2016-03-301-0/+1
* Cr50: Cleanup some of the GPIO handling codeBill Richardson2016-02-251-5/+0
* g: Clean up pinmux initializationAnton Staaf2016-02-251-55/+7
* cr50: adds the ability to configure muxed inout peripheralsEwout van Bekkum2016-01-281-0/+1
* Cr50: Add a few more symbolic names for constantsBill Richardson2015-12-111-4/+52
* Cr50: Clean up the GINTSTS USB macrosBill Richardson2015-12-011-9/+2
* Cr50: Replace magic numbers for GGPIO controlBill Richardson2015-12-011-0/+38
* cr50: SHA1 and SHA256 implementation with hardware supportnagendra modadugu2015-11-251-0/+4
* cr50: rename hw generated register definitions fileVadim Bendebury2015-11-211-1/+1
* Add initial dcrypto AES implementation.nagendra modadugu2015-11-111-0/+4
* cr50: re-generate register descriptionsVadim Bendebury2015-11-101-21/+0
* Cr50: Support USB on 15MHz FPGA imageBill Richardson2015-10-221-1/+5
* cr50: remove unused register definitionsVadim Bendebury2015-08-111-9/+0
* cr50: add USB supportVincent Palatin2015-04-021-0/+146
* cr50: Added macros for register read/writeSheng-Liang Song2015-03-201-4/+83
* cr50: added cr50 a1 chipSheng-Liang Song2015-03-201-1/+14
* cr50: Separate ARM core GPIOs from pinmux configurationBill Richardson2015-02-201-30/+82
* g: implement GPIOsVincent Palatin2014-12-101-7/+50
* g: update version stringVincent Palatin2014-12-061-2/+5
* g: update reset codeVincent Palatin2014-12-061-9/+63
* g: add watchdog driverVincent Palatin2014-12-061-0/+11
* Cr50: Update/refactor for new HW releaseBill Richardson2014-11-181-234/+77
* cr50: Add support for hwtimerBill Richardson2014-11-141-0/+45
* Add initial support for cr50 SoCBill Richardson2014-10-311-0/+219