summaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2019-08-23board: puma: Use rockchip_* helpers to setup cpuid and macaddrRohan Garg1-90/+18
2019-08-23rockchip: rk3288: remove fennec board supportKever Yang4-33/+0
2019-08-22armv8: ls1028a: add icid setup for platform devicesLaurentiu Tudor1-0/+3
2019-08-22armv8: ls1088a: add icid setup for platform devicesLaurentiu Tudor1-0/+4
2019-08-22armv8: ls1088aqds: support DSPI mode by hwconfigChuanhua Han2-0/+37
2019-08-22boards: fsl: lx2160ardb: enable flexcanPankaj Bansal1-0/+20
2019-08-22armv8: ls1088aqds: Add support of I2C driver model.Chuanhua Han1-47/+102
2019-08-22boards: ls1088a: Add support of I2C driver modelChuanhua Han1-0/+148
2019-08-22boards: ls2088aqds: Add support of I2C driver model.Chuanhua Han2-47/+118
2019-08-22rtc: ds3232/ds3231: Add support to generate 32KHz output for driver moduleChuanhua Han1-0/+2
2019-08-22boards: ls2088a: Add support of I2C driver model.Chuanhua Han1-0/+9
2019-08-22boards: ls1028a: Add support of I2C driver modelChuanhua Han1-0/+8
2019-08-22boards: lx2160a: Add support of I2C driver modelChuanhua Han5-4/+210
2019-08-22common: qixis: make the qixis compatible with new socYuantian Tang1-12/+33
2019-08-22drivers: net: mc: Report extra memory to LinuxMeenakshi Aggarwal3-9/+85
2019-08-20davinci: omapl138-lcdk: Remove empty compiler directivesAdam Ford1-4/+0
2019-08-20ARM: davinci: Remove duplicated referencesAdam Ford1-2/+0
2019-08-20Revert "ARM: da850-evm: Enable SPI Flash and NAND Flash when booting NOR"Adam Ford1-2/+1
2019-08-20arm: baltos: use device tree alias to access Ethernet slaveYegor Yefremov1-6/+6
2019-08-19rockchip: rk3399: Add ROC-RK3399-PC supportLevin Du1-0/+6
2019-08-13Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini9-112/+132
2019-08-13Merge tag 'u-boot-amlogic-20190812' of https://gitlab.denx.de/u-boot/custodia...Tom Rini4-0/+162
2019-08-13Merge branch '2019-08-11-ti-imports'Tom Rini11-32/+636
2019-08-12ARM: da850-evm: Enable SPI Flash and NAND Flash when booting NORAdam Ford1-1/+2
2019-08-12board/BuR/brsmarc1: initial commitHannes Schmelzer6-0/+498
2019-08-12ARM: omap3: overo: Fix MMC init for SPLAnselm Busse2-14/+26
2019-08-12boards: meson: add g12a sei510Jerome Brunet4-0/+162
2019-08-12powerpc/km: remove unmaintained board KMLION1Holger Brunck1-1/+0
2019-08-12powerpc/km: remove unmaintained target KMVECT1Holger Brunck4-106/+0
2019-08-12km/arm: remove unmaintained target PORTL2Pascal Linder1-1/+0
2019-08-12km/rgmii: port Ethernet interface of KM Kirkwood boards to driver modelPascal Linder1-0/+1
2019-08-12km/uart: port UART interface of KM Kirkwood boards to driver modelPascal Linder1-0/+1
2019-08-12km: remove obsolete definitions in KM header filesPascal Linder1-4/+0
2019-08-12km: add Kconfig menus for KM boardsPascal Linder2-0/+130
2019-08-12env: Rename environment.h to env_internal.hSimon Glass41-41/+41
2019-08-11env: Drop environment.h header file where not neededSimon Glass74-74/+0
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass59-0/+59
2019-08-11env: Move env_set() to env.hSimon Glass124-0/+124
2019-08-11env: Move env_get_yesno() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_ulong() to env.hSimon Glass5-0/+5
2019-08-11env: Move env_set_ulong() to env.hSimon Glass9-0/+9
2019-08-11env: Move env_set_hex() to env.hSimon Glass8-0/+8
2019-08-11env: Move env_init() to env.hSimon Glass12-0/+12
2019-08-11env: Move env_get_f() to env.hSimon Glass8-0/+8
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-08-11board: hisilicon: Add support for Hikey960 boardManivannan Sadhasivam5-0/+457
2019-08-11board: siemens: extend factoryset reading for giedi and deneb boardsAnatolij Gustschin2-15/+66
2019-08-11board: siemens: adapt factoryset reading for DM_I2C enabled boardsAnatolij Gustschin1-2/+43
2019-08-11Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini4-0/+89