summaryrefslogtreecommitdiff
path: root/board/ti
AgeCommit message (Expand)AuthorFilesLines
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-2/+2
2023-01-10ARM: omap3: evm: Name this directory omap3evmAndrew Davis5-2/+2
2023-01-03board: ti: common: board_detect: Fix EEPROM read quirk for 2-byteNeha Malcom Francis1-12/+34
2022-12-23global: Migrate CONFIG_MAX_RAM_BANK_SIZE to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_MAX_MEM_MAPPED to CFGTom Rini1-7/+7
2022-12-12arm: mach-omap2: Move common image process functions out of board filesAndrew Davis4-60/+0
2022-12-09board: ti: introduce the basic files needed to support the am62aBryan Brattlof4-0/+99
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2-5/+5
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini9-17/+17
2022-11-02treewide: Remove the unnecessary space before semicolonBin Meng1-1/+1
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-1/+1
2022-10-03Merge branch 'next'Tom Rini4-5/+5
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-2/+2
2022-09-29board: ti: common: board_detect: Fix EEPROM read quirk for AM6 style dataNishanth Menon1-0/+10
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár3-3/+3
2022-08-31board: ti: common: board_detect: Fix EEPROM read quirkMatwey V. Kornilov1-18/+8
2022-07-25arm: mach-k3: Rename SOC_K3_AM6 to SOC_K3_AM654Andrew Davis1-2/+2
2022-07-25board: ti: am65x: Do not disable SA2UL in DTAndrew Davis1-10/+0
2022-07-25board: ti: am335x: Use correct dtbs for SanCloud boardsPaul Barker1-4/+14
2022-07-25board: ti: am335x: Enable spi0 bus on SanCloud BBE LitePaul Barker1-0/+5
2022-07-06board: ti: common: board_detect: Do 1byte address checks first.Nishanth Menon1-10/+10
2022-07-06board: ti: common: Handle the legacy eeprom address width properlyNishanth Menon1-7/+15
2022-07-06board: ti: common: Optimize boot when detecting consecutive bad recordsNishanth Menon1-1/+4
2022-07-06board: ti: am62x: Account for DDR size fixups if ECC is enabledGeorgi Vlaev1-0/+53
2022-07-06board: ti: am62x: Use fdt functions for ram and bank initGeorgi Vlaev1-9/+2
2022-07-06board: ti: j721e: Return if there is an error while configuring SerDesAswath Govindraju1-10/+22
2022-06-29spl: Move SPL_LDSCRIPT defaults to one placeTom Rini4-15/+0
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull1-2/+2
2022-06-20Merge branch 'master' into nextTom Rini1-1/+1
2022-06-16board: ti: am335x: eth_cpsw should depend on CONFIG_NETCorentin LABBE1-1/+1
2022-06-10configs: Add configs for AM62x SKVignesh Raghavendra1-0/+8
2022-06-10board: ti: Introduce the basic files to support AM62 SK boardSuman Anna3-0/+106
2022-06-10ARM: omap3: evm: Power on MMC when setting up PMICDerald D. Woods1-7/+1
2022-06-10ti: j721e: enable hyperflash spl fixup for j721eVaishnav Achath1-3/+54
2022-06-03board: ti: am64x: Update MAINTAINERSDave Gerlach1-1/+1
2022-04-21board: ti: am335x: Add support for BBE Extended WiFiPaul Barker1-2/+8
2022-04-21board: ti: am335x: Add BBE Lite supportPaul Barker1-2/+8
2022-04-05board: ti: am64x: Account for DDR size fixups if ECC is enabledDave Gerlach1-2/+53
2022-04-05board: ti: am64x: Use fdt functions for ram and bank initDave Gerlach1-7/+12
2022-03-15Merge tag 'v2022.04-rc4' into nextTom Rini2-26/+28
2022-03-14board: ti: j721e: evm.c: Fix the probing of in Sierra SerDes0Aswath Govindraju1-15/+13
2022-03-10ARM: omap3_beagle: Power on MMC when setting up PMICRomain Naour1-7/+2
2022-03-10ARM: omap3_beagle: Remove non-DM initializationRomain Naour1-7/+0
2022-03-04arm: mach-k3: am6_init: Use CONFIG_TI_I2C_BOARD_DETECTChristian Gmeiner1-11/+15
2022-02-16board: ti: j721e: Add support for detecting multiple device treesSinthu Raja1-2/+14
2022-02-16board: ti: j721e: Disable probing of daughtercardsSinthu Raja1-3/+6
2022-02-16board: ti: j721e: Add support to update board_name for j721e-skSinthu Raja1-0/+5
2022-02-16board: ti: j721e: Enable support for reading EEPROM at next alternate addressSinthu Raja1-3/+9
2022-02-16board: ti: j721e: Guard functions with right #ifdef to avoid build warningsSinthu Raja1-39/+41
2022-02-08board: ti: j721e: evm.c: Add support for probing SerDes0Aswath Govindraju1-0/+37