aboutsummaryrefslogtreecommitdiff
path: root/board/sunxi/board.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-25sunxi: add support for R_I2C on H616Jernej Skrabec1-0/+4
2021-01-25sunxi: Add support for AXP305 PMICJernej Skrabec1-3/+7
2021-01-25sunxi: Properly check for SATAPWR and MACPWRAndre Przywara1-12/+22
2021-01-11sunxi: board: add a config option to fixup a Bluetooth addressAndre Heider1-0/+35
2021-01-11sunxi: board: extract creating a unique sid into a helper functionAndre Heider1-47/+58
2021-01-11sunxi: board: Move USB ethernet initialization to board_late_init()Andy Shevchenko1-0/+5
2020-11-17sunxi: allow to use AXP20[39] attached to I2C0 on V3 seriesIcenowy Zheng1-0/+4
2020-11-17sunxi: board: Set fdtfile to match the DT chosen by SPLSamuel Holland1-2/+11
2020-11-17sunxi: board: Save the chosen DT name in the SPL headerSamuel Holland1-1/+27
2020-11-17sunxi: board: Add PinePhone DT selection logicSamuel Holland1-0/+21
2020-11-17sunxi: board: Simplify Pine A64 DT selection logicSamuel Holland1-8/+4
2020-11-17sunxi: board: Add a helper to get the SPL DT nameSamuel Holland1-9/+19
2020-11-17sunxi: board: Use a more descriptive variable nameSamuel Holland1-6/+6
2020-09-08board: sunxi: change trace level for phy errors managed by uclassPatrick Delaunay1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-01-29sunxi: board: do MMC pinmux setup for DM_MMC buildsAndre Przywara1-0/+15
2019-01-18sunxi: board: Add i2c initialization for sun50iStefan Mavrodiev1-0/+12
2018-12-30Revert "sunxi: board: Print error after power initialization fails"From: Karl Palsson1-10/+8
2018-12-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-1/+1
2018-12-08lib: merge CRC16-CCITT into u-boot/crc.hPhilipp Tomsich1-1/+1
2018-12-07sunxi: board: Print error after power initialization failsOlliver Schinagl1-8/+10
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot1-1/+1
2018-11-13sun50i: A64: add support for R_I2C controllerVasily Khoruzhick1-0/+6
2018-10-29sunxi: store DRAM size in SPL headerAndre Przywara1-1/+27
2018-10-29sunxi: board.c: refactor SPL header checksAndre Przywara1-11/+30
2018-10-29sunxi: Extend SPL header versioningAndre Przywara1-2/+2
2018-10-29sunxi: disable Pine A64 model detection code on other boardsIcenowy Zheng1-0/+3
2018-08-20board: sunxi: Remove unused local variablesJagan Teki1-2/+0
2018-07-31sunxi: add MMC support for H6Icenowy Zheng1-0/+7
2018-05-28sunxi: Drop legacy usb_phy.cJagan Teki1-7/+0
2018-05-28board: sunxi: Use generic-phy for board_usb_cable_connectedJagan Teki1-1/+32
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-03sunxi: spl: remove DMA related settings of the NAND controllerMiquel Raynal1-5/+0
2018-04-03sunxi: spl: deassert the NAND controller reset lineMiquel Raynal1-0/+4
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-27sunxi: Transition from the MMC to a FAT-based environmentMaxime Ripard1-0/+16
2017-11-10sunxi: SATA link timeout fixWerner Böllmann1-0/+2
2017-10-03sunxi: only init USB Ethernet gadget when it's enabledIcenowy Zheng1-0/+2
2017-10-03sunxi: Remove the MMC index hackMaxime Ripard1-14/+6
2017-10-03sunxi: Use sunxi_get_boot_deviceMaxime Ripard1-1/+5
2017-10-03sunxi: Register usb_etherMaxime Ripard1-0/+2
2017-10-03musb: sunxi: switch to the device modelMaxime Ripard1-1/+0