summaryrefslogtreecommitdiff
path: root/board/google
AgeCommit message (Expand)AuthorFilesLines
2023-07-25MAINTAINERS: Fix path typos and similarTom Rini1-1/+1
2023-07-17bios_emulator: Add Kconfig and adjust Makefile for SPLSimon Glass1-7/+0
2023-02-22socfpga: chameleonv3: Move environment to a text filePaweł Anikiel1-0/+13
2023-01-31imx: Suggest the NXP ATF github repoFabio Estevam1-1/+1
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini1-0/+1
2022-12-22Convert CONFIG_FLASH_SPANSION_S29WS_N et al to KconfigTom Rini1-0/+4
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini1-1/+1
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass4-4/+4
2022-07-01chameleonv3: Add MAINTAINERS fileTom Rini1-0/+6
2022-07-01board: Add Chameleonv3 board dirPaweł Anikiel6-0/+150
2022-04-18board: google: veyron: add more DT files to MAINTAINERSJohan Jonker1-0/+17
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini3-1/+77
2022-03-18rockchip: rk3399: Add support for chromebook_kevinMarty E. Plummer3-1/+25
2022-03-18rockchip: gru: Set up SoC IO domain registersAlper Nebi Yasak1-0/+52
2022-03-10event: Convert misc_init_f() to use eventsSimon Glass1-2/+5
2022-03-04Convert CONFIG_BIOSEMU to KconfigTom Rini1-0/+7
2022-02-25scripts: Makefile.lib: generate dsdt_generated.c instead of dsdt.cPhilippe Reynes1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass1-1/+1
2021-09-01imx: Finish migration of IMX_CONFIG to KconfigTom Rini1-0/+3
2021-07-15x86: coral: Allow booting from corebootSimon Glass1-0/+28
2021-03-27x86: coral: Show memory config and SKU ID on startupSimon Glass2-14/+131
2021-03-27x86: coral: Free the ACPI GPIOs after using themSimon Glass1-0/+2
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini3-0/+3
2021-02-06x86: coral: Add sysinfo opsSimon Glass1-0/+5
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2021-01-05x86: apl: Reduce size for TPLSimon Glass1-1/+3
2020-11-13rockchip: gru: Allow setting up clocks in U-Boot properAlper Nebi Yasak1-0/+23
2020-11-10x86: coral: Correct max98357 fileSimon Glass1-0/+0
2020-11-06board: Rename uclass to sysinfoSimon Glass1-1/+1
2020-09-25x86: coral: Add audio descriptor filesSimon Glass5-0/+0
2020-09-25x86: coral: Add ACPI tables for coralSimon Glass7-0/+412
2020-09-25x86: apl: Correct PCIE_ECAM_BASESimon Glass1-1/+1
2020-09-01x86: Introduce USE_EARLY_BOARD_INIT optionAndy Shevchenko3-0/+3
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-14imx8m: Refactor the OPTEE memory removalPeng Fan1-11/+0
2020-05-22rockchip: veyron: move board_early_init_f to _r (after reloc)Urja Rannikko1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-01arm: imx: Add support for Google's Coral Dev BoardAlifer Moraes7-0/+2079
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-12-15x86: Add chromebook_coralSimon Glass5-0/+88
2019-07-29rockchip: rk3399: Migrate to use common board fileKever Yang1-5/+0
2019-07-29rockchip: rk3288: Move veyron_init() back to veyron.cKever Yang1-0/+63
2019-07-29rockchip: rk3288: move board_early_init_f() back to veyronKever Yang1-0/+20
2019-07-29rockchip: rk3399: move chromebook bob specific flow to its board fileKever Yang1-0/+21
2019-05-08x86: samus: Add a target to boot through TPLSimon Glass3-2/+27