index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/doc/sphinx/urllib3-2.7.0
dependabot/pip/test/py/pytest-9.0.3
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
board
/
freescale
/
common
/
sys_eeprom.c
Age
Commit message (
Expand
)
Author
2026-01-28
board: nxp: Rename board directory from board/freescale to board/nxp
Alice Guo
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
board: freescale: Remove <common.h> and add needed includes
Tom Rini
2023-10-16
cmd: Convert existing long help messages to the new macro
Tom Rini
2023-10-16
freescale: fix long help handling in mac command
Heinrich Schuchardt
2023-10-16
cmd: move mac command
Heinrich Schuchardt
2021-09-30
WS cleanup: remove trailing white space
Wolfgang Denk
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-02-21
dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO
Igor Opaniuk
2020-12-10
board/freescale/common: fix a bug that failed to read/write eeprom on ls1021atsn
Biwen Li
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-05-04
dm: ppc: MPC8548CDS: add i2c DM support
Biwen Li
2019-12-02
crc32: Use the crc.h header for crc functions
Simon Glass
2019-08-22
boards: lx2160a: Add support of I2C driver model
Chuanhua Han
2019-08-11
env: Move env_set() to env.h
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename setenv() to env_set()
Simon Glass
2015-07-20
board/fsl/common: Fix eeprom system version endianness
Jaiprakash Singh
2014-11-26
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2014-11-24
arm: ls102xa: Add SystemID EEPROM support for LS1021ATWR board
Alison Wang
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-05-16
board/freescale: Move CRC32 offset in NXID v1 data format
Ebony Zhu
2014-05-13
powerpc/freescale: Change the return value of mac_read_from_eeprom()
York Sun
2013-10-16
powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM
Shengzhou Liu
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2011-04-04
fsl: obsolete NXID v0 EEPROMs, automatically upgrade them to NXID v1
Timur Tabi
2011-02-09
fsl: update CRC after setting EEPROM identifier
Timur Tabi
2010-10-07
fsl: add support for NXID v1 EEPROM format
Timur Tabi
2010-10-07
fsl: verify writes to the MAC address EEPROM
Timur Tabi
2010-07-24
cmd_usage(): simplify return code handling
Wolfgang Denk
2010-07-04
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2009-09-08
fsl: sys_eeprom: Fix 'may be used uninitialized' warning
Anton Vorontsov
2009-08-28
fsl: simplify the "mac id" command, improve boot-time informational message
Timur Tabi
2009-07-03
fsl: Fix compiler warnings from gcc-4.4 in sys_eeprom code
Kumar Gala
2009-06-12
fsl: Update the number of ethxaddr in reading system eeprom
Haiying Wang
2009-01-28
Standardize command usage messages with cmd_usage()
Peter Tyser
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-10-08
FSL: Fix get_cpu_board_revision() return value.
Rafal Czubak
2008-07-15
Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
v1.3.4-rc1
Wolfgang Denk
2008-07-15
Update Freescale sys_eeprom.c to handle CCID formats
Timur Tabi
2008-05-21
Big white-space cleanup.
Wolfgang Denk
2008-02-14
86xx: Fix compilation warning in sys_eprom.c
Jon Loeliger
2008-01-17
FSL: Fix common EEPROM_data structure definition
Haiying Wang
2008-01-16
FSL: Convert board/freescale/common/Makefile to use CONFIG_
Jon Loeliger
2007-08-15
Move the MPC8641HPCN board under board/freescale.
Jon Loeliger