| Commit message (Expand) | Author | Age | Files | Lines |
* | sandbox: p2sb: Silence compiler warning | Simon Glass | 2020-04-16 | 1 | -1/+1 |
* | Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...WIP/17Mar2020 | Tom Rini | 2020-03-17 | 5 | -6/+176 |
|\ |
|
| * | power: mfd: k3_avs: update am65xx MPU_VDD voltage values | Tero Kristo | 2020-03-03 | 1 | -6/+6 |
| * | misc: pmic_esm: Add support for PMIC ESM driver | Tero Kristo | 2020-03-03 | 3 | -0/+77 |
| * | misc: k3_esm: Add support for Texas Instruments K3 ESM driver | Tero Kristo | 2020-03-03 | 3 | -0/+93 |
* | | misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_data | Masahiro Yamada | 2020-03-16 | 1 | -16/+16 |
* | | misc: i2c_eeprom: remove pagewidth field from i2c_eeprom | Masahiro Yamada | 2020-03-16 | 1 | -5/+3 |
* | | misc: k3_avs: Fix possible NULL pointer deference | Vignesh Raghavendra | 2020-02-26 | 1 | -0/+4 |
|/ |
|
* | Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm | Tom Rini | 2020-02-11 | 10 | -10/+20 |
|\ |
|
| * | sandbox: Complete migration away from os_malloc() | Simon Glass | 2020-02-05 | 1 | -4/+4 |
| * | dm: core: Create a new header file for 'compat' features | Simon Glass | 2020-02-05 | 6 | -0/+6 |
| * | dm: core: Require users of devres to include the header | Simon Glass | 2020-02-05 | 2 | -0/+2 |
| * | dm: pci: Update the PCI read_config() method to const dev * | Simon Glass | 2020-02-05 | 2 | -6/+8 |
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 | Tom Rini | 2020-02-10 | 2 | -2/+172 |
|\ \ |
|
| * | | dm: irq: Add support for requesting interrupts | Simon Glass | 2020-02-07 | 2 | -0/+157 |
| * | | dm: irq: Add support for interrupt controller types | Simon Glass | 2020-02-07 | 2 | -2/+15 |
| |/ |
|
* | | misc: i2c_eeprom: set offset len and chip addr offset mask | Robert Beckett | 2020-02-09 | 1 | -0/+35 |
|/ |
|
* | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Drop floppy disk support | Simon Glass | 2020-01-17 | 2 | -101/+0 |
* | Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2020-01-08 | 1 | -0/+13 |
|\ |
|
| * | mxc_ocotp: support i.MX8MP | Peng Fan | 2020-01-08 | 1 | -0/+13 |
* | | Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 in... | Tom Rini | 2019-12-18 | 8 | -0/+742 |
|\ \ |
|
| * | | sandbox: Add a test for IRQ | Simon Glass | 2019-12-15 | 2 | -0/+56 |
| * | | x86: Move UCLASS_IRQ into a separate file | Simon Glass | 2019-12-15 | 3 | -0/+63 |
| * | | sandbox: Add PCI driver and test for p2sb | Simon Glass | 2019-12-15 | 4 | -0/+373 |
| * | | pci: Add support for p2sb uclass | Simon Glass | 2019-12-15 | 3 | -0/+250 |
* | | | misc: i2c_eeprom: add size query | Robert Beckett | 2019-12-17 | 1 | -19/+126 |
* | | | misc: i2c_eeprom: add fixed partitions support | Robert Beckett | 2019-12-17 | 1 | -0/+98 |
* | | | dm: i2c: EEPROM simulator add tests for addr offset mask | Robert Beckett | 2019-12-17 | 1 | -5/+14 |
* | | | dm: i2c: EEPROM simulator allow tests visibility of addr and offset | Robert Beckett | 2019-12-17 | 1 | -14/+47 |
|/ / |
|
* | | cros_ec: use uint instead of uint8_t for cmd param | Michael Auchter | 2019-12-10 | 1 | -1/+1 |
|/ |
|
* | common: Move old EEPROM functions into a new headerWIP/2019-12-02-master-imports | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move get_ticks() function out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | status_led: Tidy up the code style | Simon Glass | 2019-12-02 | 1 | -4/+4 |
* | common: Drop global inclusion of status_led.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | misc: add driver for the Rockchip otp controller | Finley Xiao | 2019-11-17 | 3 | -0/+186 |
* | Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2019-11-12 | 1 | -39/+7 |
|\ |
|
| * | misc: imx8: scu: simplify code to make it extendable | Peng Fan | 2019-11-05 | 1 | -39/+7 |
* | | misc: k3_avs: Add j721e support | Keerthy | 2019-11-07 | 1 | -0/+22 |
* | | misc: k3_avs: add driver for K3 Adaptive Voltage Scaling Class 0 | Tero Kristo | 2019-11-07 | 3 | -0/+376 |
|/ |
|
* | mach-imx: Adding new argument for SIP call interface | Ye Li | 2019-11-03 | 1 | -1/+1 |
* | misc: microchip_flexcom: introduce microchip_flexcom driver | Eugen Hristev | 2019-10-24 | 3 | -0/+74 |
* | Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u... | Tom Rini | 2019-10-09 | 2 | -1/+554 |
|\ |
|
| * | misc: imx8: add more scfw api | Peng Fan | 2019-10-08 | 1 | -8/+512 |
| * | imx: scu_api: add sc_pm_is_partition_started | Peng Fan | 2019-10-08 | 1 | -0/+27 |
| * | imx: scu_api: add sc_rm_set_master_sid | Peng Fan | 2019-10-08 | 1 | -0/+22 |
| * | misc: Kconfig: make i.MX7ULP could use MXC_OCOTP | Peng Fan | 2019-10-08 | 1 | -1/+1 |
* | | sandbox: pci: Create a new sandbox_pci_read_bar() function | Simon Glass | 2019-10-08 | 2 | -16/+4 |
* | | sandbox: pci: Move pci_offset_to_barnum() to pci.h | Simon Glass | 2019-10-08 | 1 | -5/+2 |