summaryrefslogtreecommitdiffstats
path: root/board
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: Fix spelling and whitespace errorsThomas Hebb2019-12-031-1/+1
* Merge branch '2019-12-02-master-imports'Tom Rini2019-12-02297-13/+359
|\
| * common: Move old EEPROM functions into a new headerSimon Glass2019-12-0212-0/+12
| * common: Move pci_init_board() out of common.hSimon Glass2019-12-0245-0/+45
| * common: Move some board functions out of common.hSimon Glass2019-12-02176-1/+177
| * common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-026-0/+6
| * common: Move command functions out of common.hSimon Glass2019-12-026-0/+6
| * common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-027-0/+7
| * arm: powerpc: Tidy up code style for interrupt functionsSimon Glass2019-12-021-4/+4
| * common: Move ARM cache operations out of common.hSimon Glass2019-12-026-0/+6
| * common: Move some cache and MMU functions out of common.hSimon Glass2019-12-029-0/+9
| * arm: powerpc: Tidy up code style for cache functionsSimon Glass2019-12-022-7/+7
| * common: Move some SMP functions out of common.hSimon Glass2019-12-025-0/+5
| * common: Move some CPU functions out of common.hSimon Glass2019-12-021-0/+1
| * common: Move get_ticks() function out of common.hSimon Glass2019-12-023-0/+3
| * common: Move serial functions out of common.hSimon Glass2019-12-0226-0/+26
| * Move strtomhz() to vsprintf.hSimon Glass2019-12-0220-0/+20
| * common: Move bootcount functions to their header fileSimon Glass2019-12-021-0/+1
| * crc32: Use the crc.h header for crc functionsSimon Glass2019-12-0210-0/+10
| * common: Drop linux/crc8.hSimon Glass2019-12-021-1/+1
| * common: Drop global inclusion of status_led.hSimon Glass2019-12-0213-0/+13
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini2019-12-021-1/+1
|\ \
| * | board: fsl: lx2160a: Fix the typo in board_fix_fdtPankaj Bansal2019-11-291-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2019-12-0231-4090/+0
|\ \ \ | |_|/ |/| |
| * | MIPS: remove Micronas VCT boardsDaniel Schwierzeck2019-11-2931-4090/+0
| |/
* | Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot...Tom Rini2019-11-283-43/+0
|\ \
| * | arm: ls1021a: drop redundant board_mmc_init()Yangbo Lu2019-11-273-43/+0
| |/
* | Merge tag 'u-boot-stm32-20191126' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-11-282-2/+273
|\ \
| * | stm32mp1: add support for virtual partition readPatrick Delaunay2019-11-261-0/+83
| * | stm32mp1: board: add spi nand supportPatrick Delaunay2019-11-261-3/+29
| * | stm32mp1: activate SET_DFU_ALT_INFOPatrick Delaunay2019-11-262-0/+162
| |/
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini2019-11-281-0/+4
|\ \ | |/ |/|
| * board: sdhc: Use block layer to read from mmcYinbo Zhu2019-11-251-0/+4
* | Merge tag 'rpi-next-2020.01' of https://github.com/mbgg/u-bootTom Rini2019-11-252-57/+7
|\ \ | |/ |/|
| * ARM: bcm283x: Set memory map at run-timeMatthias Brugger2019-11-241-45/+0
| * rpi: push fw_dtb_pointer in the .data sectionMatthias Brugger2019-11-242-12/+7
* | Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...Tom Rini2019-11-231-52/+0
|\ \
| * | rockchip: lion-rk3368: Migrate to use common FIT generatorKever Yang2019-11-231-52/+0
| |/
* | env: Finish migration of common ENV optionsTom Rini2019-11-2012-35/+35
* | T1042RDB_PI_NAND_SECURE_BOOT: Guard t104xrdb SPL env codeTom Rini2019-11-201-0/+3
* | fsl: layerscape: guard *env_sf_get_env_addr() on CONFIG_ENV_IS_IN_SPI_FLASHTom Rini2019-11-203-2/+4
* | smart-gateway-mt7688: Rework build time check for overwriting factory dataTom Rini2019-11-201-1/+1
|/
* rockchip: dts: tinker: Add tinker-s board supportMichael Trimarchi2019-11-172-0/+19
* rockchip: rk3308: Add support for ROC-RK3308-CC boardAndy Yan2019-11-174-0/+108
* board: rockchip: Add rk3308 evb supportAndy Yan2019-11-174-0/+72
* rockchip: rk3399: split rockpro64 out of evb_rk3399Vasily Khoruzhick2019-11-175-7/+85
* configs: Rename roc-rk3399-pc -> roc-pc-rk3399 defconfigJagan Teki2019-11-171-1/+1
* rockchip: add px30-evb boardHeiko Stuebner2019-11-174-0/+32
* Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-11-128-16/+1435
|\
| * imx: imx8mm-evk: enable ethernetPeng Fan2019-11-051-0/+37